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

Issue 7493025: Instantiate OriginBoundCertService in relevant places and do plumbing to pass it down to HttpNetw... (Closed)

Created:
9 years, 5 months ago by rkn
Modified:
9 years, 4 months ago
CC:
chromium-reviews, cbentzel+watch_chromium.org, darin-cc_chromium.org
Visibility:
Public.

Description

Instantiate OriginBoundCertService in relevant places and do plumbing to pass it down to HttpNetworkSession. BUG=88782 TEST=None Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=96296

Patch Set 1 : '' #

Total comments: 11

Patch Set 2 : '' #

Total comments: 6

Patch Set 3 : '' #

Patch Set 4 : '' #

Total comments: 4

Patch Set 5 : '' #

Total comments: 9

Patch Set 6 : '' #

Total comments: 5

Patch Set 7 : '' #

Patch Set 8 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+140 lines, -39 lines) Patch
M chrome/browser/io_thread.h View 1 2 3 4 5 6 2 chunks +6 lines, -0 lines 0 comments Download
M chrome/browser/io_thread.cc View 1 2 3 4 5 6 6 chunks +19 lines, -6 lines 0 comments Download
M chrome/browser/profiles/off_the_record_profile_io_data.cc View 1 2 3 4 5 3 chunks +10 lines, -0 lines 0 comments Download
M chrome/browser/profiles/profile_impl.cc View 1 2 chunks +6 lines, -3 lines 0 comments Download
M chrome/browser/profiles/profile_impl_io_data.h View 1 2 chunks +2 lines, -0 lines 0 comments Download
M chrome/browser/profiles/profile_impl_io_data.cc View 1 2 3 4 5 6 6 chunks +58 lines, -29 lines 0 comments Download
M chrome/browser/profiles/profile_io_data.h View 1 2 3 4 5 6 3 chunks +9 lines, -0 lines 0 comments Download
M chrome/browser/profiles/profile_io_data.cc View 1 2 3 4 5 2 chunks +6 lines, -0 lines 0 comments Download
M net/http/http_cache.h View 2 chunks +2 lines, -0 lines 0 comments Download
M net/http/http_cache.cc View 4 chunks +4 lines, -0 lines 0 comments Download
M net/url_request/url_request_context.h View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M net/url_request/url_request_context_storage.h View 1 2 3 4 5 6 7 3 chunks +4 lines, -0 lines 0 comments Download
M net/url_request/url_request_context_storage.cc View 1 2 3 4 5 6 7 2 chunks +7 lines, -0 lines 0 comments Download
M webkit/tools/test_shell/test_shell_request_context.cc View 1 2 3 4 5 6 7 3 chunks +6 lines, -1 line 0 comments Download

Messages

Total messages: 21 (0 generated)
rkn
Please review.
9 years, 4 months ago (2011-07-29 20:43:30 UTC) #1
wtc
Thanks for the CL. The code in off_the_record_profile_io_data.cc and profile_impl_io_data.cc needs more work and needs ...
9 years, 4 months ago (2011-08-01 18:21:24 UTC) #2
rkn
Thanks for the comments. I will study the code more and upload changes later. http://codereview.chromium.org/7493025/diff/24003/chrome/browser/profiles/off_the_record_profile_io_data.cc ...
9 years, 4 months ago (2011-08-01 19:32:52 UTC) #3
rkn
On 2011/08/01 19:32:52, rkn wrote: > Thanks for the comments. I will study the code ...
9 years, 4 months ago (2011-08-01 21:06:14 UTC) #4
rkn
willchan: Please review. mirandac: Please review files under "chrome/". For the purpose of the review, ...
9 years, 4 months ago (2011-08-03 00:39:35 UTC) #5
wtc
LGTM. Please wait until Friday for willchan or mirandac's review. http://codereview.chromium.org/7493025/diff/36023/chrome/browser/io_thread.cc File chrome/browser/io_thread.cc (right): http://codereview.chromium.org/7493025/diff/36023/chrome/browser/io_thread.cc#newcode260 ...
9 years, 4 months ago (2011-08-04 00:56:20 UTC) #6
willchan no longer on Chromium
http://codereview.chromium.org/7493025/diff/36023/chrome/browser/profiles/profile_impl_io_data.cc File chrome/browser/profiles/profile_impl_io_data.cc (right): http://codereview.chromium.org/7493025/diff/36023/chrome/browser/profiles/profile_impl_io_data.cc#newcode289 chrome/browser/profiles/profile_impl_io_data.cc:289: origin_bound_cert_service); On 2011/08/04 00:56:20, wtc wrote: > NOTE: this ...
9 years, 4 months ago (2011-08-05 04:01:18 UTC) #7
rkn
> We're generally moving toward the ProfileIOData owning the data rather than the > URLRequestContext ...
9 years, 4 months ago (2011-08-05 21:35:11 UTC) #8
willchan no longer on Chromium
On Sat, Aug 6, 2011 at 12:35 AM, <rkn@chromium.org> wrote: >> We're generally moving toward ...
9 years, 4 months ago (2011-08-05 22:51:34 UTC) #9
rkn
I transferred ownership of the OriginBoundCertService to ProfileIOData. Please review changes. http://codereview.chromium.org/7493025/diff/53005/chrome/browser/io_thread.cc File chrome/browser/io_thread.cc (right): ...
9 years, 4 months ago (2011-08-06 00:03:25 UTC) #10
willchan no longer on Chromium
Dropping Miranda, she doesn't know ProfileIOData as well. http://codereview.chromium.org/7493025/diff/53005/chrome/browser/profiles/profile_io_data.h File chrome/browser/profiles/profile_io_data.h (right): http://codereview.chromium.org/7493025/diff/53005/chrome/browser/profiles/profile_io_data.h#newcode213 chrome/browser/profiles/profile_io_data.h:213: } ...
9 years, 4 months ago (2011-08-06 14:20:49 UTC) #11
rkn
http://codereview.chromium.org/7493025/diff/53005/chrome/browser/profiles/profile_io_data.h File chrome/browser/profiles/profile_io_data.h (right): http://codereview.chromium.org/7493025/diff/53005/chrome/browser/profiles/profile_io_data.h#newcode213 chrome/browser/profiles/profile_io_data.h:213: } On 2011/08/06 14:20:49, willchan wrote: > On 2011/08/06 ...
9 years, 4 months ago (2011-08-07 22:51:13 UTC) #12
wtc
Review comments on Patch Set 5. rkn: I suggest some related cleanups for IOThread, to ...
9 years, 4 months ago (2011-08-08 22:49:20 UTC) #13
rkn
I made the suggested changes. http://codereview.chromium.org/7493025/diff/50011/chrome/browser/profiles/profile_impl_io_data.cc File chrome/browser/profiles/profile_impl_io_data.cc (right): http://codereview.chromium.org/7493025/diff/50011/chrome/browser/profiles/profile_impl_io_data.cc#newcode238 chrome/browser/profiles/profile_impl_io_data.cc:238: net::OriginBoundCertService* origin_bound_cert_service; On 2011/08/08 ...
9 years, 4 months ago (2011-08-09 00:43:50 UTC) #14
willchan no longer on Chromium
LGTM On 2011/08/09 00:43:50, rkn wrote: > I made the suggested changes. > > http://codereview.chromium.org/7493025/diff/50011/chrome/browser/profiles/profile_impl_io_data.cc ...
9 years, 4 months ago (2011-08-09 17:03:47 UTC) #15
wtc
LGTM. I suggest some changes below. http://codereview.chromium.org/7493025/diff/55013/chrome/browser/io_thread.cc File chrome/browser/io_thread.cc (right): http://codereview.chromium.org/7493025/diff/55013/chrome/browser/io_thread.cc#newcode260 chrome/browser/io_thread.cc:260: // In-memory origin-bound ...
9 years, 4 months ago (2011-08-09 17:43:45 UTC) #16
rkn
wtc, willchan: I uploaded three more files, which I had overlooked. Can one of you ...
9 years, 4 months ago (2011-08-09 20:32:05 UTC) #17
rkn
On 2011/08/09 20:32:05, rkn wrote: > wtc, willchan: I uploaded three more files, which I ...
9 years, 4 months ago (2011-08-09 20:32:34 UTC) #18
wtc
LGTM on Patch Set 8.
9 years, 4 months ago (2011-08-09 20:56:32 UTC) #19
willchan no longer on Chromium
On 2011/08/09 20:56:32, wtc wrote: > LGTM on Patch Set 8. Still LGTM
9 years, 4 months ago (2011-08-09 21:00:52 UTC) #20
commit-bot: I haz the power
9 years, 4 months ago (2011-08-11 01:49:15 UTC) #21
Change committed as 96296

Powered by Google App Engine
This is Rietveld 408576698