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

Issue 11308362: Add StoragePartition's ProtocolHandlers at URLRequestContext construction time. (Closed)

Created:
8 years ago by pauljensen
Modified:
7 years, 10 months ago
CC:
chromium-reviews, joi+watch-content_chromium.org, darin-cc_chromium.org, jam, tedv, mmenke
Visibility:
Public.

Description

Add StoragePartition's ProtocolHandlers at URLRequestContext construction time. Previously they were added later which doesn't mesh with pending URLRequestJobFactory API changes. BUG=146602, 161529 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=181519

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Patch Set 5 : #

Patch Set 6 : #

Patch Set 7 : Eliminate ProfileIOData::FinishInitializationOnUIThread #

Patch Set 8 : Fix a couple bugs #

Patch Set 9 : Get ShellBrowserContext working #

Total comments: 3

Patch Set 10 : Move ShellResourceContext into .cc file #

Total comments: 18

Patch Set 11 : work in progress #

Patch Set 12 : sync #

Patch Set 13 : Clean up BlobProtocolHandler #

Patch Set 14 : Fix a few little things #

Patch Set 15 : Remove incorrect comment #

Total comments: 31

Patch Set 16 : work in progress #

Patch Set 17 : Move interface to ContentBrowserClient #

Patch Set 18 : Fix ShellContentBrowserClient off-the-record-profile #

Total comments: 13

Patch Set 19 : Address awong's comments #

Patch Set 20 : Avoid DCHECK in GetExtensionInfoMap() during Init() #

Total comments: 11

Patch Set 21 : sync (r175140) #

Total comments: 19

Patch Set 22 : sync (r177216) #

Patch Set 23 : Eliminate ProfileImplIOData::Handle::GetMainRequestContextGetter #

Patch Set 24 : Address mmenke's comments #

Total comments: 4

Patch Set 25 : sync (r177738) #

Patch Set 26 : Address ajwong comment #

Patch Set 27 : Fix OneClickSigninHelperIOTest.CanOfferOnIOThread #

Patch Set 28 : Eliminate OffTheRecordProfileIOData::Handle::GetMainRequestContextGetter #

Total comments: 7

Patch Set 29 : sync (r178833)...lots of work #

Patch Set 30 : Address Albert and Matt's small comments #

Patch Set 31 : sync (r179178) #

Patch Set 32 : sync (r179310) and get building #

Patch Set 33 : Fix ShellResourceContext without reentrancy #

Patch Set 34 : Fix android_webview #

Patch Set 35 : sync (r179907) #

Total comments: 18

Patch Set 36 : Address awong's comments #

Total comments: 1

Patch Set 37 : sync (r180386) #

Patch Set 38 : Address awong's comments #

Total comments: 2

Patch Set 39 : Address awong's two nits #

Total comments: 1

Patch Set 40 : Move AwResourceContext into anonymous namespace #

Total comments: 10

Patch Set 41 : Address joth's comments #

Patch Set 42 : sync (r181302) #

Patch Set 43 : Tiny fix #

Patch Set 44 : sync (r181485) #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1683 lines, -494 lines) Patch
M android_webview/browser/aw_browser_context.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 5 chunks +31 lines, -3 lines 0 comments Download
M android_webview/browser/aw_browser_context.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 5 chunks +74 lines, -10 lines 0 comments Download
M android_webview/browser/aw_content_browser_client.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 2 chunks +30 lines, -2 lines 0 comments Download
M android_webview/browser/aw_content_browser_client.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 1 chunk +43 lines, -0 lines 0 comments Download
M android_webview/browser/net/aw_url_request_context_getter.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 3 chunks +37 lines, -10 lines 0 comments Download
M android_webview/browser/net/aw_url_request_context_getter.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 6 chunks +56 lines, -58 lines 0 comments Download
M chrome/browser/chrome_content_browser_client.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 1 chunk +26 lines, -0 lines 0 comments Download
M chrome/browser/chrome_content_browser_client.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 1 chunk +47 lines, -0 lines 0 comments Download
M chrome/browser/net/chrome_url_request_context.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 4 chunks +46 lines, -4 lines 0 comments Download
M chrome/browser/net/chrome_url_request_context.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 8 chunks +131 lines, -13 lines 0 comments Download
M chrome/browser/profiles/off_the_record_profile_impl.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 1 chunk +23 lines, -2 lines 0 comments Download
M chrome/browser/profiles/off_the_record_profile_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 3 chunks +34 lines, -5 lines 0 comments Download
M chrome/browser/profiles/off_the_record_profile_io_data.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 3 chunks +59 lines, -5 lines 0 comments Download
M chrome/browser/profiles/off_the_record_profile_io_data.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 9 chunks +118 lines, -14 lines 0 comments Download
M chrome/browser/profiles/profile.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 3 chunks +40 lines, -5 lines 0 comments Download
M chrome/browser/profiles/profile_impl.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 2 chunks +24 lines, -3 lines 0 comments Download
M chrome/browser/profiles/profile_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 3 chunks +39 lines, -6 lines 0 comments Download
M chrome/browser/profiles/profile_impl_io_data.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 4 chunks +68 lines, -17 lines 0 comments Download
M chrome/browser/profiles/profile_impl_io_data.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 14 chunks +119 lines, -33 lines 0 comments Download
M chrome/browser/profiles/profile_io_data.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 8 chunks +64 lines, -15 lines 0 comments Download
M chrome/browser/profiles/profile_io_data.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 7 chunks +56 lines, -33 lines 0 comments Download
M chrome/browser/ui/sync/one_click_signin_helper_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 3 chunks +34 lines, -4 lines 0 comments Download
M chrome/test/base/testing_profile.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 2 chunks +23 lines, -2 lines 0 comments Download
M chrome/test/base/testing_profile.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 2 chunks +26 lines, -2 lines 0 comments Download
M content/browser/download/download_manager_impl_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 1 chunk +0 lines, -3 lines 0 comments Download
M content/browser/storage_partition_impl_map.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 6 chunks +94 lines, -119 lines 0 comments Download
M content/browser/webui/url_data_manager_backend.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 3 chunks +4 lines, -3 lines 0 comments Download
M content/browser/webui/url_data_manager_backend.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 10 chunks +25 lines, -21 lines 0 comments Download
M content/content_shell.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 1 chunk +0 lines, -2 lines 0 comments Download
M content/public/browser/browser_context.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 1 chunk +0 lines, -4 lines 0 comments Download
M content/public/browser/content_browser_client.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 3 chunks +37 lines, -0 lines 0 comments Download
M content/public/browser/content_browser_client.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 1 chunk +33 lines, -0 lines 0 comments Download
M content/public/test/test_browser_context.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -3 lines 0 comments Download
M content/public/test/test_browser_context.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 1 chunk +0 lines, -8 lines 0 comments Download
M content/shell/shell_browser_context.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 4 chunks +31 lines, -5 lines 0 comments Download
M content/shell/shell_browser_context.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 4 chunks +69 lines, -17 lines 0 comments Download
M content/shell/shell_content_browser_client.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 2 chunks +29 lines, -0 lines 0 comments Download
M content/shell/shell_content_browser_client.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 2 chunks +53 lines, -0 lines 0 comments Download
D content/shell/shell_resource_context.h View 1 2 3 4 5 6 7 8 24 25 26 27 28 29 30 31 32 1 chunk +0 lines, -33 lines 0 comments Download
D content/shell/shell_resource_context.cc View 1 2 3 4 5 6 7 8 24 25 26 27 28 29 30 31 32 1 chunk +0 lines, -26 lines 0 comments Download
M content/shell/shell_url_request_context_getter.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 3 chunks +22 lines, -1 line 0 comments Download
M content/shell/shell_url_request_context_getter.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 4 chunks +38 lines, -3 lines 0 comments Download

Messages

Total messages: 83 (0 generated)
pauljensen
Hi Albert, I implemented the plan we came up with yesterday. I had hoped to ...
8 years ago (2012-12-05 19:55:23 UTC) #1
pauljensen
Albert, ping.
8 years ago (2012-12-07 18:48:03 UTC) #2
awong
sorry..looking now. On Fri, Dec 7, 2012 at 10:48 AM, <pauljensen@chromium.org> wrote: > Albert, ping. ...
8 years ago (2012-12-07 19:12:53 UTC) #3
awong
eek...that sucks. Okay...crazy idea...what happens i fyou move io_data_->predictor_->InitNetworkPredictor() later in the initialization chain? If ...
8 years ago (2012-12-07 19:37:35 UTC) #4
pauljensen
Albert, I moved io_data_->predictor_->InitNetworkPredictor() later in the initialization chain. Things are looking a lot cleaner ...
8 years ago (2012-12-10 21:56:31 UTC) #5
awong
Yay for cleaner! Going to need to look at this in more depth tomorrow to ...
8 years ago (2012-12-11 02:01:39 UTC) #6
pauljensen
https://codereview.chromium.org/11308362/diff/23003/content/shell/shell_browser_context.h File content/shell/shell_browser_context.h (right): https://codereview.chromium.org/11308362/diff/23003/content/shell/shell_browser_context.h#newcode66 content/shell/shell_browser_context.h:66: class ShellResourceContext : public ResourceContext { On 2012/12/11 02:01:39, ...
8 years ago (2012-12-11 02:30:35 UTC) #7
pauljensen
https://codereview.chromium.org/11308362/diff/23003/content/shell/shell_browser_context.h File content/shell/shell_browser_context.h (right): https://codereview.chromium.org/11308362/diff/23003/content/shell/shell_browser_context.h#newcode66 content/shell/shell_browser_context.h:66: class ShellResourceContext : public ResourceContext { On 2012/12/11 02:30:35, ...
8 years ago (2012-12-11 04:03:41 UTC) #8
awong
Added some comments. The method looks pretty solid to me. We'll want someone like willchan@ ...
8 years ago (2012-12-12 03:44:37 UTC) #9
pauljensen
On 2012/12/12 03:44:37, awong wrote: > Added some comments. The method looks pretty solid to ...
8 years ago (2012-12-12 18:39:36 UTC) #10
pauljensen
Will, Albert has been helping review this CL but thought you might be a good ...
8 years ago (2012-12-12 18:52:36 UTC) #11
awong
Will: I'm doing another pass right now, but the main thing that could use an ...
8 years ago (2012-12-12 19:01:15 UTC) #12
awong
Oh, and feel free to punt to whomever you think is appropriate. On 2012/12/12 19:01:15, ...
8 years ago (2012-12-12 19:01:38 UTC) #13
willchan no longer on Chromium
I plan to take a look but let me add Matt first. I'll doublecheck just ...
8 years ago (2012-12-12 19:08:19 UTC) #14
willchan no longer on Chromium
Making init non-lazy should go into the changelist description. That's a big change. You should ...
8 years ago (2012-12-12 19:25:22 UTC) #15
pauljensen
We're not changing the initialization order so there shouldn't be any performance ramifications. We're simply ...
8 years ago (2012-12-12 19:47:28 UTC) #16
willchan no longer on Chromium
OIC, it's *still* lazily initialized on the first access to FactoryForMain::Create(). But the laziness does ...
8 years ago (2012-12-12 21:29:31 UTC) #17
pauljensen
On 2012/12/12 21:29:31, willchan wrote: > OIC, it's *still* lazily initialized on the first access ...
8 years ago (2012-12-12 21:58:47 UTC) #18
willchan no longer on Chromium
On Wed, Dec 12, 2012 at 1:58 PM, <pauljensen@chromium.org> wrote: > On 2012/12/12 21:29:31, willchan ...
8 years ago (2012-12-12 22:06:43 UTC) #19
pauljensen
On 2012/12/12 22:06:43, willchan wrote: > On Wed, Dec 12, 2012 at 1:58 PM, <mailto:pauljensen@chromium.org> ...
8 years ago (2012-12-12 22:30:04 UTC) #20
willchan no longer on Chromium
On Wed, Dec 12, 2012 at 2:30 PM, <pauljensen@chromium.org> wrote: > On 2012/12/12 22:06:43, willchan ...
8 years ago (2012-12-12 22:38:15 UTC) #21
pauljensen
I'm sorry if I'm not being clear. Let me try and rephrase. With or without ...
8 years ago (2012-12-12 22:55:16 UTC) #22
willchan no longer on Chromium
Aha, so if there was a regression, it must have already been introduced and you're ...
8 years ago (2012-12-12 23:13:13 UTC) #23
awong
Hi Paul, Sorry for the delay. Had a hard time detangling the ordering. Good job ...
8 years ago (2012-12-13 01:06:15 UTC) #24
pauljensen
https://codereview.chromium.org/11308362/diff/32004/chrome/browser/profiles/profile_impl.cc File chrome/browser/profiles/profile_impl.cc (right): https://codereview.chromium.org/11308362/diff/32004/chrome/browser/profiles/profile_impl.cc#newcode508 chrome/browser/profiles/profile_impl.cc:508: predictor_, On 2012/12/13 01:06:15, awong wrote: > Double-check: We ...
8 years ago (2012-12-13 17:58:43 UTC) #25
mmenke
Sorry, don't think I'm going to get to this today, and I have an interview ...
8 years ago (2012-12-13 18:59:13 UTC) #26
pauljensen
Albert, PTAL.
8 years ago (2012-12-13 21:41:57 UTC) #27
awong
Few more style nits, but almost there. Matt, Will, I think this is ready for ...
8 years ago (2012-12-13 23:53:08 UTC) #28
pauljensen
Albert, PTAL. Do you think jam@ would be a good content owner? How thorough do ...
8 years ago (2012-12-14 16:16:20 UTC) #29
awong
LGTM https://codereview.chromium.org/11308362/diff/47002/content/shell/shell_browser_context.cc File content/shell/shell_browser_context.cc (right): https://codereview.chromium.org/11308362/diff/47002/content/shell/shell_browser_context.cc#newcode31 content/shell/shell_browser_context.cc:31: class ShellResourceContext : public ResourceContext { On 2012/12/14 ...
8 years ago (2012-12-14 16:44:24 UTC) #30
awong
And yes, I think jam@ would be a good content reviewer. As for waiting for ...
8 years ago (2012-12-14 16:46:20 UTC) #31
pauljensen
GetExtensionInfoMap() is called during Init() which would hit DCHECK(initialized_). I changed it to simply read ...
8 years ago (2012-12-14 17:37:17 UTC) #32
willchan no longer on Chromium
I'm planning on letting Matt do the review :) On Fri, Dec 14, 2012 at ...
8 years ago (2012-12-14 18:55:21 UTC) #33
mmenke
This messes with enough files in a dependent way that I'm not going to be ...
8 years ago (2012-12-14 20:20:24 UTC) #34
pauljensen
Matt, just checking that you haven't forgot about this CL. On 2012/12/14 20:20:24, Matt Menke ...
8 years ago (2012-12-19 15:01:41 UTC) #35
mmenke
On 2012/12/19 15:01:41, pauljensen wrote: > Matt, just checking that you haven't forgot about this ...
8 years ago (2012-12-19 15:20:27 UTC) #36
pauljensen
No worries, just checking it hadn't fallen off your radar. On 2012/12/19 15:20:27, Matt Menke ...
8 years ago (2012-12-19 16:22:08 UTC) #37
mmenke
Still need to spend some time digging through this, but I think the whole LazyInitialization ...
8 years ago (2012-12-20 16:55:06 UTC) #38
pauljensen
I may be horribly confused :) Let me know. https://codereview.chromium.org/11308362/diff/53005/chrome/browser/profiles/off_the_record_profile_io_data.cc File chrome/browser/profiles/off_the_record_profile_io_data.cc (right): https://codereview.chromium.org/11308362/diff/53005/chrome/browser/profiles/off_the_record_profile_io_data.cc#newcode86 chrome/browser/profiles/off_the_record_profile_io_data.cc:86: ...
8 years ago (2012-12-20 20:24:07 UTC) #39
mmenke
https://codereview.chromium.org/11308362/diff/53005/chrome/browser/profiles/off_the_record_profile_io_data.cc File chrome/browser/profiles/off_the_record_profile_io_data.cc (right): https://codereview.chromium.org/11308362/diff/53005/chrome/browser/profiles/off_the_record_profile_io_data.cc#newcode154 chrome/browser/profiles/off_the_record_profile_io_data.cc:154: LazyInitialize(); On 2012/12/20 20:24:07, pauljensen wrote: > On 2012/12/20 ...
8 years ago (2012-12-20 21:12:53 UTC) #40
willchan no longer on Chromium
https://chromiumcodereview.appspot.com/9425026/ is where the regression got introduced. John, do you know if this set off ...
8 years ago (2012-12-20 21:24:15 UTC) #41
pauljensen
What about this: 1. Get rid of BrowserContext::EnsureResourceContextInitialized() call from ProfileIOData::InitializeOnUIThread() 2. (optional) Get rid ...
8 years ago (2012-12-21 03:17:08 UTC) #42
mmenke
My main concern is the potential for the get functions to be called before the ...
7 years, 11 months ago (2013-01-08 17:19:26 UTC) #43
pauljensen
On 2013/01/08 17:19:26, Matt Menke wrote: > My main concern is the potential for the ...
7 years, 11 months ago (2013-01-08 17:34:30 UTC) #44
mmenke
On 2013/01/08 17:34:30, pauljensen wrote: > On 2013/01/08 17:19:26, Matt Menke wrote: > > My ...
7 years, 11 months ago (2013-01-08 18:14:37 UTC) #45
awong
https://codereview.chromium.org/11308362/diff/70001/chrome/browser/profiles/profile_impl.cc File chrome/browser/profiles/profile_impl.cc (right): https://codereview.chromium.org/11308362/diff/70001/chrome/browser/profiles/profile_impl.cc#newcode806 chrome/browser/profiles/profile_impl.cc:806: return io_data_.GetMainRequestContextGetter(); On 2013/01/08 17:19:26, Matt Menke wrote: > ...
7 years, 11 months ago (2013-01-16 21:31:50 UTC) #46
mmenke
https://codereview.chromium.org/11308362/diff/70001/chrome/browser/profiles/profile_impl.cc File chrome/browser/profiles/profile_impl.cc (right): https://codereview.chromium.org/11308362/diff/70001/chrome/browser/profiles/profile_impl.cc#newcode806 chrome/browser/profiles/profile_impl.cc:806: return io_data_.GetMainRequestContextGetter(); On 2013/01/16 21:31:50, awong wrote: > On ...
7 years, 11 months ago (2013-01-16 23:40:36 UTC) #47
mmenke
https://codereview.chromium.org/11308362/diff/70001/chrome/browser/profiles/profile_impl.cc File chrome/browser/profiles/profile_impl.cc (right): https://codereview.chromium.org/11308362/diff/70001/chrome/browser/profiles/profile_impl.cc#newcode806 chrome/browser/profiles/profile_impl.cc:806: return io_data_.GetMainRequestContextGetter(); On 2013/01/16 23:40:36, Matt Menke wrote: > ...
7 years, 11 months ago (2013-01-16 23:45:28 UTC) #48
awong
I re-looked over this CL. I think the main place there can be confusion is ...
7 years, 11 months ago (2013-01-19 00:35:41 UTC) #49
awong
this time with the actual comment. https://codereview.chromium.org/11308362/diff/82003/chrome/browser/profiles/profile_impl.cc File chrome/browser/profiles/profile_impl.cc (right): https://codereview.chromium.org/11308362/diff/82003/chrome/browser/profiles/profile_impl.cc#newcode807 chrome/browser/profiles/profile_impl.cc:807: BrowserContext::GetStoragePartition(this, NULL); Use ...
7 years, 11 months ago (2013-01-19 00:43:42 UTC) #50
pauljensen
I think I've addressed all of Matt and Albert's comments through changes or replies. https://codereview.chromium.org/11308362/diff/70001/chrome/browser/profiles/profile_impl.cc ...
7 years, 11 months ago (2013-01-21 06:24:56 UTC) #51
mmenke
Have a number of reviews pending. Probably won't get to this until Wednesday. I'll do ...
7 years, 11 months ago (2013-01-22 15:32:55 UTC) #52
mmenke
I'm going to have to apply this locally and go through some stack traces... Just ...
7 years, 11 months ago (2013-01-24 04:30:27 UTC) #53
mmenke
LGTM. Sorry again for slowness. https://codereview.chromium.org/11308362/diff/109001/chrome/browser/profiles/off_the_record_profile_io_data.cc File chrome/browser/profiles/off_the_record_profile_io_data.cc (right): https://codereview.chromium.org/11308362/diff/109001/chrome/browser/profiles/off_the_record_profile_io_data.cc#newcode87 chrome/browser/profiles/off_the_record_profile_io_data.cc:87: developer_protocol_handler) const { nit: ...
7 years, 11 months ago (2013-01-25 18:38:58 UTC) #54
awong
LGTM w/ nit Thanks for bearing through all the churn on the CL. Let's get ...
7 years, 11 months ago (2013-01-25 19:52:57 UTC) #55
pauljensen
Now that everyone has approved this CL... jam@ just landed http://crrev.com/12049052 which adds a couple ...
7 years, 11 months ago (2013-01-25 22:09:02 UTC) #56
awong
Go for 2. Blah...I actually looked at jam@'s CL remembering thinking "does this conflict?" Let's ...
7 years, 11 months ago (2013-01-25 22:21:19 UTC) #57
mmenke
On 2013/01/25 22:09:02, pauljensen wrote: > Now that everyone has approved this CL... > jam@ ...
7 years, 11 months ago (2013-01-25 22:28:21 UTC) #58
mmenke
On 2013/01/25 22:28:21, Matt Menke wrote: > On 2013/01/25 22:09:02, pauljensen wrote: > > Now ...
7 years, 11 months ago (2013-01-25 22:29:23 UTC) #59
pauljensen
Guessing from jam@'s bug I think he won't be adding any more ProtocolHandlers. I think ...
7 years, 10 months ago (2013-01-28 02:40:23 UTC) #60
awong
I'm good with 1, 2, or 4. No real preference. If you're willing to do ...
7 years, 10 months ago (2013-01-28 05:09:00 UTC) #61
mmenke
I agree with Albert, though I think either 1 or 4 is better than 2. ...
7 years, 10 months ago (2013-01-28 06:04:45 UTC) #62
pauljensen
PTAL. I addressed Matt and Albert's comments. I synced it up to ToT.
7 years, 10 months ago (2013-01-29 04:48:58 UTC) #63
mmenke
On 2013/01/29 04:48:58, pauljensen wrote: > PTAL. I addressed Matt and Albert's comments. I synced ...
7 years, 10 months ago (2013-01-29 05:21:23 UTC) #64
pauljensen
Matt & Albert, PTAL.
7 years, 10 months ago (2013-02-01 14:06:01 UTC) #65
awong
Did a pass through. Had a few questions and a couple of clarifications, etc. https://codereview.chromium.org/11308362/diff/132023/android_webview/browser/aw_browser_context.cc ...
7 years, 10 months ago (2013-02-02 03:26:12 UTC) #66
pauljensen
Albert, I addressed several of your comments but had a couple follow-on questions below. https://codereview.chromium.org/11308362/diff/132023/android_webview/browser/aw_browser_context.cc ...
7 years, 10 months ago (2013-02-04 14:18:53 UTC) #67
awong
Here's the responses to your questions. https://codereview.chromium.org/11308362/diff/132023/android_webview/browser/net/aw_url_request_context_getter.h File android_webview/browser/net/aw_url_request_context_getter.h (right): https://codereview.chromium.org/11308362/diff/132023/android_webview/browser/net/aw_url_request_context_getter.h#newcode44 android_webview/browser/net/aw_url_request_context_getter.h:44: // Prior to ...
7 years, 10 months ago (2013-02-05 02:57:11 UTC) #68
pauljensen
I addressed your comments Albert, thanks! Albert & Matt, PTAL.
7 years, 10 months ago (2013-02-05 15:49:24 UTC) #69
awong
LGTM w/ 2 comment nits BTW, Matt, if you are reading through it again, I ...
7 years, 10 months ago (2013-02-05 18:10:33 UTC) #70
awong
LGTM w/ 2 comment nits BTW, Matt, if you are reading through it again, I ...
7 years, 10 months ago (2013-02-05 18:10:41 UTC) #71
mmenke
On 2013/02/05 18:10:41, awong wrote: > LGTM w/ 2 comment nits > > BTW, Matt, ...
7 years, 10 months ago (2013-02-05 22:22:38 UTC) #72
pauljensen
I addressed Albert's two nits.
7 years, 10 months ago (2013-02-06 13:39:26 UTC) #73
mmenke
Just don't have time time to give this a thorough review, I defer to awong's ...
7 years, 10 months ago (2013-02-06 16:11:26 UTC) #74
pauljensen
jam@, could you please review the content/ files? jochen@, could you please review the chrome/ ...
7 years, 10 months ago (2013-02-06 22:29:46 UTC) #75
joth
aw/ lgtm on basis this is knock on of already reviewed content changes, but a ...
7 years, 10 months ago (2013-02-07 00:41:41 UTC) #76
awong
https://codereview.chromium.org/11308362/diff/168007/android_webview/browser/aw_browser_context.h File android_webview/browser/aw_browser_context.h (right): https://codereview.chromium.org/11308362/diff/168007/android_webview/browser/aw_browser_context.h#newcode96 android_webview/browser/aw_browser_context.h:96: chrome_devtools_protocol_handler); On 2013/02/07 00:41:41, joth wrote: > seems a ...
7 years, 10 months ago (2013-02-07 00:44:38 UTC) #77
joth
On 6 February 2013 16:44, <ajwong@chromium.org> wrote: > > https://codereview.chromium.**org/11308362/diff/168007/** > android_webview/browser/aw_**browser_context.h<https://codereview.chromium.org/11308362/diff/168007/android_webview/browser/aw_browser_context.h> > File android_webview/browser/aw_**browser_context.h ...
7 years, 10 months ago (2013-02-07 01:09:58 UTC) #78
pauljensen
https://codereview.chromium.org/11308362/diff/168007/android_webview/browser/aw_browser_context.cc File android_webview/browser/aw_browser_context.cc (right): https://codereview.chromium.org/11308362/diff/168007/android_webview/browser/aw_browser_context.cc#newcode186 android_webview/browser/aw_browser_context.cc:186: chrome_devtools_protocol_handler) { On 2013/02/07 00:41:41, joth wrote: > comment ...
7 years, 10 months ago (2013-02-07 14:10:54 UTC) #79
jam
content lgtm i'm really looking forward to when the code in chrome that deals with ...
7 years, 10 months ago (2013-02-07 17:17:22 UTC) #80
jochen (gone - plz use gerrit)
chrome/ lgtm
7 years, 10 months ago (2013-02-08 07:51:32 UTC) #81
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/pauljensen@chromium.org/11308362/155025
7 years, 10 months ago (2013-02-08 15:55:56 UTC) #82
commit-bot: I haz the power
7 years, 10 months ago (2013-02-08 18:17:14 UTC) #83
Message was sent while issue was closed.
Change committed as 181519

Powered by Google App Engine
This is Rietveld 408576698