Chromium Code Reviews

Issue 62044: Make the RenderViewHostFactory a global. This prevents us from having to pass... (Closed)

Created:
11 years, 8 months ago by brettw
Modified:
9 years, 7 months ago
Reviewers:
Ben Goodger (Google)
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Make the RenderViewHostFactory a global. This prevents us from having to pass a factory pointer around all the time. Removing TestTabContents will require making the Browser object keep track of the Factory pointer as well, so I think the global is the best approach and cleans some things up. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=13255

Patch Set 1 #

Total comments: 3

Patch Set 2 : '' #

Patch Set 3 : '' #

Unified diffs Side-by-side diffs Stats (+166 lines, -126 lines)
M chrome/browser/browser.cc View 3 chunks +3 lines, -5 lines 0 comments
M chrome/browser/browser.vcproj View 1 chunk +8 lines, -0 lines 0 comments
M chrome/browser/debugger/debugger_view.cc View 1 chunk +1 line, -1 line 0 comments
M chrome/browser/debugger/devtools_view.cc View 1 chunk +1 line, -3 lines 0 comments
M chrome/browser/dom_ui/dom_ui_host.cc View 1 chunk +0 lines, -1 line 0 comments
M chrome/browser/dom_ui/dom_ui_unittest.cc View 1 chunk +1 line, -2 lines 0 comments
M chrome/browser/external_tab_container.h View 5 chunks +5 lines, -4 lines 0 comments
M chrome/browser/external_tab_container.cc View 2 chunks +3 lines, -12 lines 0 comments
M chrome/browser/navigation_controller_unittest.cc View 3 chunks +4 lines, -4 lines 0 comments
M chrome/browser/renderer_host/render_view_host.h View 1 chunk +0 lines, -12 lines 0 comments
A chrome/browser/renderer_host/render_view_host_factory.h View 1 chunk +66 lines, -0 lines 0 comments
A chrome/browser/renderer_host/render_view_host_factory.cc View 1 chunk +36 lines, -0 lines 0 comments
M chrome/browser/renderer_host/test_render_view_host.h View 2 chunks +7 lines, -0 lines 0 comments
M chrome/browser/renderer_host/test_render_view_host.cc View 1 chunk +1 line, -1 line 0 comments
M chrome/browser/site_instance_unittest.cc View 1 chunk +1 line, -1 line 0 comments
M chrome/browser/tab_contents/navigation_controller.h View 3 chunks +2 lines, -9 lines 0 comments
M chrome/browser/tab_contents/navigation_controller.cc View 3 chunks +2 lines, -5 lines 0 comments
M chrome/browser/tab_contents/render_view_host_manager.h View 3 chunks +1 line, -17 lines 0 comments
M chrome/browser/tab_contents/render_view_host_manager.cc View 5 chunks +5 lines, -19 lines 0 comments
M chrome/browser/tab_contents/tab_contents.h View 1 chunk +1 line, -2 lines 0 comments
M chrome/browser/tab_contents/tab_contents_factory.cc View 1 chunk +2 lines, -4 lines 0 comments
M chrome/browser/tab_contents/test_web_contents.h View 1 chunk +1 line, -2 lines 0 comments
M chrome/browser/tab_contents/test_web_contents.cc View 1 chunk +2 lines, -3 lines 0 comments
M chrome/browser/tab_contents/web_contents.h View 4 chunks +2 lines, -5 lines 0 comments
M chrome/browser/tab_contents/web_contents.cc View 1 chunk +1 line, -4 lines 0 comments
M chrome/browser/tab_contents/web_contents_unittest.cc View 2 chunks +2 lines, -4 lines 0 comments
M chrome/browser/tab_contents/web_contents_view.cc View 1 chunk +0 lines, -1 line 0 comments
M chrome/browser/tab_contents/web_contents_view_gtk.cc View 2 chunks +2 lines, -1 line 0 comments
M chrome/browser/tab_contents/web_contents_view_win.cc View 2 chunks +2 lines, -1 line 0 comments
M chrome/browser/tabs/tab_strip_model_unittest.cc View 1 chunk +1 line, -1 line 0 comments
M chrome/browser/views/dom_view.cc View 1 chunk +1 line, -2 lines 0 comments
M chrome/chrome.gyp View 1 chunk +2 lines, -0 lines 0 comments

Messages

Total messages: 4 (0 generated)
brettw
11 years, 8 months ago (2009-04-05 18:15:36 UTC) #1
Ben Goodger (Google)
Looks like you forgot the new files from this CL http://codereview.chromium.org/62044/diff/1/3 File chrome/browser/debugger/devtools_view.cc (right): http://codereview.chromium.org/62044/diff/1/3#newcode52 ...
11 years, 8 months ago (2009-04-06 02:18:43 UTC) #2
brettw
New snap up (with missing files). http://codereview.chromium.org/62044/diff/1/3 File chrome/browser/debugger/devtools_view.cc (right): http://codereview.chromium.org/62044/diff/1/3#newcode52 Line 52: TabContents* tc ...
11 years, 8 months ago (2009-04-06 14:54:09 UTC) #3
Ben Goodger (Google)
11 years, 8 months ago (2009-04-07 02:58:42 UTC) #4
LGTM.

Powered by Google App Engine