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

Issue 11417148: Query the network delegate for cookies even if there is no cookie monster (Closed)

Created:
8 years, 1 month ago by droger
Modified:
8 years ago
CC:
chromium-reviews, cbentzel+watch_chromium.org, darin-cc_chromium.org
Base URL:
http://git.chromium.org/chromium/src.git@master
Visibility:
Public.

Description

Query the network delegate for cookies even if there is no cookie monster On iOS, there is a platform specific implementation of the cookie store which is not a CookieMonster. However, the network delegate is currently only called if the cookie store is a CookieMonster, and thus cookie settings are bypassed. This CL calls the network delegate even if the cookie store is not a CookieMonster. BUG=145954 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=170942

Patch Set 1 #

Total comments: 7
Unified diffs Side-by-side diffs Delta from patch set Stats (+6 lines, -2 lines) Patch
M net/url_request/url_request.h View 1 chunk +5 lines, -1 line 0 comments Download
M net/url_request/url_request_http_job.cc View 1 chunk +1 line, -1 line 7 comments Download

Messages

Total messages: 18 (0 generated)
droger
https://codereview.chromium.org/11417148/diff/1/net/url_request/url_request_http_job.cc File net/url_request/url_request_http_job.cc (right): https://codereview.chromium.org/11417148/diff/1/net/url_request/url_request_http_job.cc#newcode518 net/url_request/url_request_http_job.cc:518: CheckCookiePolicyAndLoad(CookieList()); I pass an empty list as 'default' argument ...
8 years, 1 month ago (2012-11-23 16:00:12 UTC) #1
erikwright (departed)
LGTM. https://codereview.chromium.org/11417148/diff/1/net/url_request/url_request_http_job.cc File net/url_request/url_request_http_job.cc (right): https://codereview.chromium.org/11417148/diff/1/net/url_request/url_request_http_job.cc#newcode518 net/url_request/url_request_http_job.cc:518: CheckCookiePolicyAndLoad(CookieList()); On 2012/11/23 16:00:12, droger wrote: > I ...
8 years ago (2012-11-27 05:17:17 UTC) #2
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/droger@chromium.org/11417148/1
8 years ago (2012-11-27 10:09:52 UTC) #3
commit-bot: I haz the power
Presubmit check for 11417148-1 failed and returned exit status 1. Running presubmit commit checks ...
8 years ago (2012-11-27 10:09:55 UTC) #4
droger
+ cbentzel as OWNER for net
8 years ago (2012-11-27 10:15:14 UTC) #5
cbentzel
What behavior does this fix? Should there be an associated bug?
8 years ago (2012-11-27 19:19:20 UTC) #6
droger
On 2012/11/27 19:19:20, cbentzel wrote: > What behavior does this fix? Should there be an ...
8 years ago (2012-11-28 09:56:24 UTC) #7
cbentzel
https://codereview.chromium.org/11417148/diff/1/net/url_request/url_request_http_job.cc File net/url_request/url_request_http_job.cc (right): https://codereview.chromium.org/11417148/diff/1/net/url_request/url_request_http_job.cc#newcode511 net/url_request/url_request_http_job.cc:511: net::CookieMonster* cookie_monster = cookie_store->GetCookieMonster(); Question more for Erik: I ...
8 years ago (2012-11-28 14:33:13 UTC) #8
cbentzel
https://codereview.chromium.org/11417148/diff/1/net/url_request/url_request_http_job.cc File net/url_request/url_request_http_job.cc (right): https://codereview.chromium.org/11417148/diff/1/net/url_request/url_request_http_job.cc#newcode518 net/url_request/url_request_http_job.cc:518: CheckCookiePolicyAndLoad(CookieList()); Out of curiosity: is the Cookie header already ...
8 years ago (2012-11-28 14:36:42 UTC) #9
droger
https://codereview.chromium.org/11417148/diff/1/net/url_request/url_request_http_job.cc File net/url_request/url_request_http_job.cc (right): https://codereview.chromium.org/11417148/diff/1/net/url_request/url_request_http_job.cc#newcode518 net/url_request/url_request_http_job.cc:518: CheckCookiePolicyAndLoad(CookieList()); On 2012/11/28 14:36:42, cbentzel wrote: > Out of ...
8 years ago (2012-11-28 14:47:44 UTC) #10
droger
cbentzel: ping erikwright: maybe Chris is waiting for an answer from you, about the GetCookieMonster() ...
8 years ago (2012-11-30 09:52:28 UTC) #11
cbentzel
Yes, waiting for Erik Wright. Otherwise I am happy with this.
8 years ago (2012-11-30 14:08:35 UTC) #12
erikwright (departed)
Chris, I think you are experiencing here some of what I experience whenever I look ...
8 years ago (2012-11-30 16:43:52 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/droger@chromium.org/11417148/1
8 years ago (2012-12-03 08:48:40 UTC) #14
commit-bot: I haz the power
Presubmit check for 11417148-1 failed and returned exit status 1. Running presubmit commit checks ...
8 years ago (2012-12-03 08:48:43 UTC) #15
cbentzel
LGTM
8 years ago (2012-12-04 00:13:30 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/droger@chromium.org/11417148/1
8 years ago (2012-12-04 09:42:18 UTC) #17
commit-bot: I haz the power
8 years ago (2012-12-04 12:17:43 UTC) #18
Message was sent while issue was closed.
Change committed as 170942

Powered by Google App Engine
This is Rietveld 408576698