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

Issue 6106003: Similar as extension, DOM UI needs to be created in its own process.... (Closed)

Created:
9 years, 11 months ago by klobag.chromium
Modified:
9 years, 7 months ago
Reviewers:
Charlie Reis, klobag, brettw
CC:
chromium-reviews, Paweł Hajdan Jr., darin-cc_chromium.org, brettw-cc_chromium.org
Visibility:
Public.

Description

Similar as extension, DOM UI needs to be created in its own process. This should fix the bug, crbug.com/68548, where the process limit is not honored when process per tab is defined. BUG=6106003 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=70815

Patch Set 1 #

Total comments: 13

Patch Set 2 : '' #

Patch Set 3 : '' #

Total comments: 1

Patch Set 4 : '' #

Patch Set 5 : '' #

Patch Set 6 : '' #

Total comments: 1

Patch Set 7 : '' #

Patch Set 8 : '' #

Patch Set 9 : '' #

Total comments: 2

Patch Set 10 : '' #

Patch Set 11 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+76 lines, -25 lines) Patch
M chrome/browser/browsing_instance.cc View 1 2 3 4 5 6 7 8 9 10 2 chunks +10 lines, -19 lines 0 comments Download
M chrome/browser/dom_ui/dom_ui_factory.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/renderer_host/test/render_process_host_browsertest.cc View 1 2 3 4 5 6 7 8 9 10 2 chunks +54 lines, -0 lines 0 comments Download
M chrome/browser/tab_contents/render_view_host_manager.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +6 lines, -0 lines 0 comments Download
M chrome/browser/tab_contents/render_view_host_manager_unittest.cc View 1 2 3 4 5 6 7 8 9 10 2 chunks +5 lines, -5 lines 0 comments Download

Messages

Total messages: 14 (0 generated)
klobag.chromium
9 years, 11 months ago (2011-01-06 07:59:31 UTC) #1
Charlie Reis
Thanks for fixing this. I'm not sure what the process limit has to do with ...
9 years, 11 months ago (2011-01-06 18:27:58 UTC) #2
klobag.chromium
I have uploaded the new changes to address the comments. Thanks for reviewing. http://codereview.chromium.org/6106003/diff/1/chrome/browser/browsing_instance.cc File ...
9 years, 11 months ago (2011-01-06 20:23:01 UTC) #3
Charlie Reis
LGTM apart from the missing comment in browsing_instance.cc. http://codereview.chromium.org/6106003/diff/1/chrome/browser/browsing_instance.cc File chrome/browser/browsing_instance.cc (right): http://codereview.chromium.org/6106003/diff/1/chrome/browser/browsing_instance.cc#newcode49 chrome/browser/browsing_instance.cc:49: // ...
9 years, 11 months ago (2011-01-06 21:00:20 UTC) #4
klobag
Updated the comment. Please take another look. On Thu, Jan 6, 2011 at 1:00 PM, ...
9 years, 11 months ago (2011-01-06 21:30:05 UTC) #5
Charlie Reis
Thanks-- LGTM! http://codereview.chromium.org/6106003/diff/13001/chrome/browser/browsing_instance.cc File chrome/browser/browsing_instance.cc (right): http://codereview.chromium.org/6106003/diff/13001/chrome/browser/browsing_instance.cc#newcode32 chrome/browser/browsing_instance.cc:32: // We want to consolidate the particular ...
9 years, 11 months ago (2011-01-06 21:36:59 UTC) #6
klobag.chromium
Add a NULL check to fix unit_tests. Please take another look.
9 years, 11 months ago (2011-01-06 23:21:26 UTC) #7
Charlie Reis
Null check looks ok. http://codereview.chromium.org/6106003/diff/23002/chrome/browser/tab_contents/render_view_host_manager.cc File chrome/browser/tab_contents/render_view_host_manager.cc (right): http://codereview.chromium.org/6106003/diff/23002/chrome/browser/tab_contents/render_view_host_manager.cc#newcode306 chrome/browser/tab_contents/render_view_host_manager.cc:306: // return true; These shouldn't ...
9 years, 11 months ago (2011-01-06 23:30:54 UTC) #8
klobag
On Thu, Jan 6, 2011 at 3:30 PM, <creis@chromium.org> wrote: > Null check looks ok. ...
9 years, 11 months ago (2011-01-06 23:33:05 UTC) #9
Charlie Reis
No worries. LGTM.
9 years, 11 months ago (2011-01-06 23:38:12 UTC) #10
Charlie Reis
http://codereview.chromium.org/6106003/diff/46001/chrome/browser/tab_contents/render_view_host_manager_unittest.cc File chrome/browser/tab_contents/render_view_host_manager_unittest.cc (left): http://codereview.chromium.org/6106003/diff/46001/chrome/browser/tab_contents/render_view_host_manager_unittest.cc#oldcode267 chrome/browser/tab_contents/render_view_host_manager_unittest.cc:267: manager.DidNavigateMainFrame(host); Let's keep this commit block as the last ...
9 years, 11 months ago (2011-01-07 23:40:37 UTC) #11
klobag.chromium
Thanks. Added the comment and added back DidNavigateMainFrame()
9 years, 11 months ago (2011-01-07 23:50:30 UTC) #12
Charlie Reis
Thanks-- LGTM.
9 years, 11 months ago (2011-01-07 23:54:16 UTC) #13
brettw
9 years, 11 months ago (2011-01-10 20:21:05 UTC) #14
LGTM2

Powered by Google App Engine
This is Rietveld 408576698