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

Issue 2872133005: IOThread: Move more stuff into system context's URLRequestContextStore. (Closed)

Created:
3 years, 7 months ago by mmenke
Modified:
3 years, 6 months ago
CC:
chromium-reviews, cbentzel+watch_chromium.org, net-reviews_chromium.org
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

IOThread: Move more stuff into system context's URLRequestContextStore. BUG=715695 Review-Url: https://codereview.chromium.org/2872133005 Cr-Commit-Position: refs/heads/master@{#475671} Committed: https://chromium.googlesource.com/chromium/src/+/15992ce510e5b514646e60c0f5475e1414ecd212

Patch Set 1 #

Patch Set 2 : Merge #

Total comments: 4

Patch Set 3 : Small fix #

Patch Set 4 : Merge #

Patch Set 5 : Fix teardown ordering issue (ProxyConfig now torn later than other network objects, due to its loca… #

Patch Set 6 : Merge #

Patch Set 7 : Fix merge #

Patch Set 8 : Uninteresting merge #

Patch Set 9 : merge #

Patch Set 10 : Merge #

Patch Set 11 : Merge #

Patch Set 12 : More upstream merge conflicts! Fun! #

Patch Set 13 : Merge #

Patch Set 14 : Fix merge #

Unified diffs Side-by-side diffs Delta from patch set Stats (+25 lines, -50 lines) Patch
M chrome/browser/io_thread.h View 1 2 3 4 5 3 chunks +0 lines, -15 lines 0 comments Download
M chrome/browser/io_thread.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 7 chunks +21 lines, -31 lines 0 comments Download
M chrome/browser/profiles/off_the_record_profile_io_data.cc View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/profiles/profile_impl_io_data.cc View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M net/url_request/url_request_context.h View 1 2 3 4 5 6 7 8 9 2 chunks +2 lines, -2 lines 0 comments Download

Dependent Patchsets:

Messages

Total messages: 55 (44 generated)
mmenke
Another one of these - expect one or two more before I switch over to ...
3 years, 7 months ago (2017-05-10 20:36:10 UTC) #9
Randy Smith (Not in Mondays)
https://codereview.chromium.org/2872133005/diff/20001/chrome/browser/io_thread.cc File chrome/browser/io_thread.cc (left): https://codereview.chromium.org/2872133005/diff/20001/chrome/browser/io_thread.cc#oldcode635 chrome/browser/io_thread.cc:635: params_.ct_policy_enforcer = globals_->ct_policy_enforcer.get(); I spent some time trying to ...
3 years, 7 months ago (2017-05-11 18:05:42 UTC) #12
mmenke
https://codereview.chromium.org/2872133005/diff/20001/chrome/browser/io_thread.cc File chrome/browser/io_thread.cc (left): https://codereview.chromium.org/2872133005/diff/20001/chrome/browser/io_thread.cc#oldcode635 chrome/browser/io_thread.cc:635: params_.ct_policy_enforcer = globals_->ct_policy_enforcer.get(); On 2017/05/11 18:05:42, Randy Smith (Not ...
3 years, 7 months ago (2017-05-11 18:15:31 UTC) #13
Randy Smith (Not in Mondays)
LGTM. https://codereview.chromium.org/2872133005/diff/20001/chrome/browser/io_thread.cc File chrome/browser/io_thread.cc (left): https://codereview.chromium.org/2872133005/diff/20001/chrome/browser/io_thread.cc#oldcode635 chrome/browser/io_thread.cc:635: params_.ct_policy_enforcer = globals_->ct_policy_enforcer.get(); On 2017/05/11 18:15:31, mmenke wrote: ...
3 years, 7 months ago (2017-05-11 21:06:10 UTC) #15
mmenke
https://codereview.chromium.org/2872133005/diff/20001/chrome/browser/io_thread.cc File chrome/browser/io_thread.cc (left): https://codereview.chromium.org/2872133005/diff/20001/chrome/browser/io_thread.cc#oldcode635 chrome/browser/io_thread.cc:635: params_.ct_policy_enforcer = globals_->ct_policy_enforcer.get(); On 2017/05/11 21:06:10, Randy Smith (Not ...
3 years, 7 months ago (2017-05-11 21:12:08 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2872133005/220001
3 years, 6 months ago (2017-05-30 17:19:24 UTC) #43
commit-bot: I haz the power
Try jobs failed on following builders: chromeos_daisy_chromium_compile_only_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromeos_daisy_chromium_compile_only_ng/builds/350020)
3 years, 6 months ago (2017-05-30 17:33:38 UTC) #45
commit-bot: I haz the power
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2872133005/260001
3 years, 6 months ago (2017-05-30 17:52:51 UTC) #48
commit-bot: I haz the power
Try jobs failed on following builders: ios-simulator on master.tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios-simulator/builds/226397)
3 years, 6 months ago (2017-05-30 19:24:24 UTC) #50
commit-bot: I haz the power
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2872133005/260001
3 years, 6 months ago (2017-05-30 20:25:20 UTC) #52
commit-bot: I haz the power
3 years, 6 months ago (2017-05-30 21:05:20 UTC) #55
Message was sent while issue was closed.
Committed patchset #14 (id:260001) as
https://chromium.googlesource.com/chromium/src/+/15992ce510e5b514646e60c0f547...

Powered by Google App Engine
This is Rietveld 408576698