|
Rename WebTestProxy to WebViewTestProxy.
As we continue to split WebView/WebWidget, this change renames
WebTestProxy to WebViewTestProxy, since it should only used for
proxying RenderView calls. A future change will introduce a new
WebWidgetTestProxy for use with RenderWidget.
BUG= 583347
Committed: https://crrev.com/05e4137fc06ab5b10b30ecd053f49190cfbf3b5d
Cr-Commit-Position: refs/heads/master@{#407165}
Total comments: 6
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+226 lines, -520 lines) |
Patch |
 |
M |
components/test_runner/BUILD.gn
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
components/test_runner/accessibility_controller.h
|
View
|
|
2 chunks |
+4 lines, -3 lines |
0 comments
|
Download
|
 |
M |
components/test_runner/accessibility_controller.cc
|
View
|
|
3 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
components/test_runner/event_sender.h
|
View
|
|
3 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
components/test_runner/event_sender.cc
|
View
|
|
6 chunks |
+10 lines, -10 lines |
0 comments
|
Download
|
 |
M |
components/test_runner/pixel_dump.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
components/test_runner/test_interfaces.h
|
View
|
|
3 chunks |
+5 lines, -5 lines |
0 comments
|
Download
|
 |
M |
components/test_runner/test_interfaces.cc
|
View
|
|
4 chunks |
+7 lines, -7 lines |
0 comments
|
Download
|
 |
M |
components/test_runner/test_runner.h
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
components/test_runner/test_runner.cc
|
View
|
|
3 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
components/test_runner/test_runner.gyp
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
components/test_runner/test_runner_for_specific_view.h
|
View
|
|
3 chunks |
+5 lines, -4 lines |
0 comments
|
Download
|
 |
M |
components/test_runner/test_runner_for_specific_view.cc
|
View
|
|
5 chunks |
+15 lines, -12 lines |
0 comments
|
Download
|
 |
M |
components/test_runner/text_input_controller.h
|
View
|
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
components/test_runner/text_input_controller.cc
|
View
|
|
3 chunks |
+6 lines, -4 lines |
0 comments
|
Download
|
 |
M |
components/test_runner/web_frame_test_client.h
|
View
|
|
3 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
components/test_runner/web_frame_test_client.cc
|
View
|
|
5 chunks |
+9 lines, -8 lines |
0 comments
|
Download
|
 |
M |
components/test_runner/web_frame_test_proxy.h
|
View
|
1
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
components/test_runner/web_test_delegate.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
components/test_runner/web_test_interfaces.h
|
View
|
|
2 chunks |
+7 lines, -7 lines |
0 comments
|
Download
|
 |
M |
components/test_runner/web_test_interfaces.cc
|
View
|
|
2 chunks |
+11 lines, -12 lines |
0 comments
|
Download
|
 |
D |
components/test_runner/web_test_proxy.h
|
View
|
|
1 chunk |
+0 lines, -255 lines |
0 comments
|
Download
|
 |
D |
components/test_runner/web_test_proxy.cc
|
View
|
|
1 chunk |
+0 lines, -55 lines |
0 comments
|
Download
|
 |
M |
components/test_runner/web_test_runner.h
|
View
|
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
components/test_runner/web_view_test_client.h
|
View
|
|
3 chunks |
+5 lines, -5 lines |
0 comments
|
Download
|
 |
M |
components/test_runner/web_view_test_client.cc
|
View
|
|
5 chunks |
+11 lines, -10 lines |
0 comments
|
Download
|
 |
A + |
components/test_runner/web_view_test_proxy.h
|
View
|
1
|
5 chunks |
+30 lines, -29 lines |
0 comments
|
Download
|
 |
A + |
components/test_runner/web_view_test_proxy.cc
|
View
|
|
3 chunks |
+6 lines, -6 lines |
0 comments
|
Download
|
 |
M |
components/test_runner/web_widget_test_client.h
|
View
|
|
2 chunks |
+8 lines, -7 lines |
0 comments
|
Download
|
 |
M |
components/test_runner/web_widget_test_client.cc
|
View
|
|
6 chunks |
+16 lines, -15 lines |
0 comments
|
Download
|
 |
M |
content/public/test/layouttest_support.h
|
View
|
1
|
2 chunks |
+11 lines, -9 lines |
0 comments
|
Download
|
 |
M |
content/shell/renderer/layout_test/blink_test_runner.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
content/shell/renderer/layout_test/blink_test_runner.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
content/shell/renderer/layout_test/layout_test_content_renderer_client.cc
|
View
|
1
|
4 chunks |
+10 lines, -9 lines |
0 comments
|
Download
|
 |
M |
content/test/layouttest_support.cc
|
View
|
1
|
4 chunks |
+15 lines, -13 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/web/WebPagePopupImpl.cpp
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
tools/valgrind/drmemory/suppressions_full.txt
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
Total messages: 22 (14 generated)
|