|
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
Total comments: 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
|
Total messages: 4 (0 generated)
|