|
Introduce abstractions to allow embedders to test RenderViewHost
without knowing about content's internals.
From the embedders' point of view, this is done by splitting the
"tester" interface away from the RenderViewHost interface, rather than
extending the parallel interface/implementation hierarchy; see
comments on TestRenderViewHost for the rationale.
TBR=ben@chromium.org
BUG= 98716
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=126200
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+851 lines, -621 lines) |
Patch |
 |
M |
chrome/browser/DEPS
|
View
|
1
2
3
4
5
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/accessibility/accessibility_win_browsertest.cc
|
View
|
1
2
3
4
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/autofill/autofill_manager_unittest.cc
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/custom_handlers/protocol_handler_registry_unittest.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/geolocation/chrome_geolocation_permission_context_unittest.cc
|
View
|
|
2 chunks |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/safe_browsing/client_side_detection_host_unittest.cc
|
View
|
1
2
|
4 chunks |
+5 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ssl/ssl_browser_tests.cc
|
View
|
1
2
3
4
5
|
3 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/tab_contents/thumbnail_generator_unittest.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/tabs/tab_strip_model_unittest.cc
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/translate/translate_manager_browsertest.cc
|
View
|
1
|
19 chunks |
+27 lines, -22 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/browser_list_unittest.cc
|
View
|
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/content_settings/content_setting_image_model_unittest.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/webui/web_ui_unittest.cc
|
View
|
1
|
8 chunks |
+25 lines, -20 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/visitedlink/visitedlink_unittest.cc
|
View
|
1
|
6 chunks |
+9 lines, -7 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/web_applications/web_app_unittest.cc
|
View
|
1
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/test/base/browser_with_test_window_test.h
|
View
|
|
3 chunks |
+4 lines, -8 lines |
0 comments
|
Download
|
 |
M |
chrome/test/base/browser_with_test_window_test.cc
|
View
|
|
4 chunks |
+13 lines, -19 lines |
0 comments
|
Download
|
 |
M |
chrome/test/base/chrome_render_view_host_test_harness.h
|
View
|
1
|
2 chunks |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/test/base/chrome_render_view_host_test_harness.cc
|
View
|
1
|
2 chunks |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/browser/debugger/devtools_manager_unittest.cc
|
View
|
|
3 chunks |
+4 lines, -3 lines |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/render_view_host_unittest.cc
|
View
|
1
2
|
8 chunks |
+15 lines, -12 lines |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/render_widget_host_unittest.cc
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/render_widget_host_view_aura_unittest.cc
|
View
|
1
2
|
2 chunks |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/render_widget_host_view_mac_unittest.mm
|
View
|
1
2
|
2 chunks |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/test_render_view_host.h
|
View
|
1
2
3
4
|
7 chunks |
+56 lines, -143 lines |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/test_render_view_host.cc
|
View
|
1
2
3
4
|
3 chunks |
+84 lines, -207 lines |
0 comments
|
Download
|
 |
M |
content/browser/site_instance_impl_unittest.cc
|
View
|
|
2 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
content/browser/tab_contents/navigation_controller_impl_unittest.cc
|
View
|
|
67 chunks |
+102 lines, -98 lines |
0 comments
|
Download
|
 |
M |
content/browser/tab_contents/render_view_host_manager_unittest.cc
|
View
|
|
8 chunks |
+11 lines, -8 lines |
0 comments
|
Download
|
 |
M |
content/browser/tab_contents/tab_contents_unittest.cc
|
View
|
1
2
3
|
44 chunks |
+53 lines, -44 lines |
0 comments
|
Download
|
 |
M |
content/browser/tab_contents/test_tab_contents.h
|
View
|
1
|
1 chunk |
+8 lines, -3 lines |
0 comments
|
Download
|
 |
M |
content/browser/tab_contents/test_tab_contents.cc
|
View
|
|
2 chunks |
+7 lines, -4 lines |
0 comments
|
Download
|
 |
M |
content/content_tests.gypi
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
A |
content/test/test_renderer_host.h
|
View
|
1
2
3
4
|
1 chunk |
+179 lines, -0 lines |
0 comments
|
Download
|
 |
A |
content/test/test_renderer_host.cc
|
View
|
1
2
3
4
|
1 chunk |
+211 lines, -0 lines |
0 comments
|
Download
|
Total messages: 13 (0 generated)
|