Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(685)

Issue 9701023: Add ShellNetworkDelegate so content_shell can use cookies (again) (Closed)

Created:
8 years, 9 months ago by jochen (gone - plz use gerrit)
Modified:
8 years, 9 months ago
Reviewers:
jam
CC:
chromium-reviews, joi+watch-content_chromium.org, darin-cc_chromium.org
Visibility:
Public.

Description

Add ShellNetworkDelegate so content_shell can use cookies (again) BUG=none TEST=try to log in to some site using content_shell

Patch Set 1 #

Patch Set 2 : updates #

Unified diffs Side-by-side diffs Delta from patch set Stats (+155 lines, -2 lines) Patch
M content/content_shell.gypi View 1 1 chunk +2 lines, -0 lines 0 comments Download
A content/shell/shell_network_delegate.h View 1 1 chunk +62 lines, -0 lines 0 comments Download
A content/shell/shell_network_delegate.cc View 1 1 chunk +85 lines, -0 lines 0 comments Download
M content/shell/shell_url_request_context_getter.h View 1 2 chunks +2 lines, -0 lines 0 comments Download
M content/shell/shell_url_request_context_getter.cc View 1 3 chunks +4 lines, -2 lines 0 comments Download

Messages

Total messages: 15 (0 generated)
jochen (gone - plz use gerrit)
plz review this is necessary now that the default is to reject cookies
8 years, 9 months ago (2012-03-14 12:53:03 UTC) #1
jam
sorry just saw this why is the default that one needs to add a network ...
8 years, 9 months ago (2012-03-15 01:39:45 UTC) #2
jochen (gone - plz use gerrit)
The default behavior of URLRequest has always been to discard cookies, it's just that the ...
8 years, 9 months ago (2012-03-15 06:12:10 UTC) #3
jam
On 2012/03/15 06:12:10, jochen wrote: > The default behavior of URLRequest has always been to ...
8 years, 9 months ago (2012-03-15 06:29:28 UTC) #4
jochen (gone - plz use gerrit)
The main advantage for me is that it's easier to audit - I can just ...
8 years, 9 months ago (2012-03-15 06:44:48 UTC) #5
jam
On 2012/03/15 06:44:48, jochen wrote: > The main advantage for me is that it's easier ...
8 years, 9 months ago (2012-03-15 06:48:57 UTC) #6
jam
btw I looked at the change which switched from URLRequest::Delegate to NetworkDelegate to block cookies ...
8 years, 9 months ago (2012-03-15 06:54:23 UTC) #7
jochen (gone - plz use gerrit)
On Mar 15, 2012 7:48 AM, <jam@chromium.org> wrote: On 2012/03/15 06:44:48, jochen wrote: The main ...
8 years, 9 months ago (2012-03-15 06:55:36 UTC) #8
jochen (gone - plz use gerrit)
If you look at URLRequest (not delegate) you see that the default was always false. ...
8 years, 9 months ago (2012-03-15 07:08:24 UTC) #9
jochen (gone - plz use gerrit)
btw, content shell will need a more fancy cookie implementation anyway, to support setting different ...
8 years, 9 months ago (2012-03-15 08:24:29 UTC) #10
jam
On Thu, Mar 15, 2012 at 1:24 AM, <jochen@chromium.org> wrote: > btw, content shell will ...
8 years, 9 months ago (2012-03-15 14:58:48 UTC) #11
jochen (gone - plz use gerrit)
On Thu, Mar 15, 2012 at 3:58 PM, John Abd-El-Malek <jam@chromium.org> wrote: > > On ...
8 years, 9 months ago (2012-03-15 16:20:07 UTC) #12
jam
lgtm with moving the delegate to a separate .h/.cc
8 years, 9 months ago (2012-03-26 20:19:10 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jochen@chromium.org/9701023/9001
8 years, 9 months ago (2012-03-28 19:05:05 UTC) #14
commit-bot: I haz the power
8 years, 9 months ago (2012-03-28 22:11:23 UTC) #15
Try job failure for 9701023-9001 (retry) on win_rel for step "browser_tests".
It's a second try, previously, step "browser_tests" failed.
http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=win_rel&nu...

Powered by Google App Engine
This is Rietveld 408576698