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

Issue 2171503005: Rename WebTestProxy to WebViewTestProxy. (Closed)

Created:
4 years, 5 months ago by lfg
Modified:
4 years, 5 months ago
CC:
aboxhall+watch_chromium.org, blink-reviews, bruening+watch_chromium.org, chromium-reviews, darin-cc_chromium.org, dmazzoni+watch_chromium.org, dtseng+watch_chromium.org, glider+watch_chromium.org, jam, je_julie, jochen+watch_chromium.org, kinuko+watch, mlamouri+watch-test-runner_chromium.org, mlamouri+watch-content_chromium.org, nektar+watch_chromium.org, Peter Beverloo, site-isolation-reviews_chromium.org, yuzo+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

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}

Patch Set 1 #

Total comments: 6

Patch Set 2 : addressing comments #

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

Messages

Total messages: 22 (14 generated)
lfg
Please take a look.
4 years, 5 months ago (2016-07-21 18:44:52 UTC) #5
Łukasz Anforowicz
LGTM with some small nits https://codereview.chromium.org/2171503005/diff/1/components/test_runner/web_frame_test_proxy.h File components/test_runner/web_frame_test_proxy.h (right): https://codereview.chromium.org/2171503005/diff/1/components/test_runner/web_frame_test_proxy.h#newcode48 components/test_runner/web_frame_test_proxy.h:48: // WebViewTestProxy is used ...
4 years, 5 months ago (2016-07-21 19:14:50 UTC) #8
lfg
https://codereview.chromium.org/2171503005/diff/1/components/test_runner/web_frame_test_proxy.h File components/test_runner/web_frame_test_proxy.h (right): https://codereview.chromium.org/2171503005/diff/1/components/test_runner/web_frame_test_proxy.h#newcode48 components/test_runner/web_frame_test_proxy.h:48: // WebViewTestProxy is used during LayoutTests and always instantiated, ...
4 years, 5 months ago (2016-07-22 04:24:50 UTC) #9
lfg
+jochen: Please take a look.
4 years, 5 months ago (2016-07-22 04:25:43 UTC) #11
jochen (gone - plz use gerrit)
lgtm
4 years, 5 months ago (2016-07-22 12:24:36 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2171503005/20001
4 years, 5 months ago (2016-07-22 13:50:00 UTC) #18
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 5 months ago (2016-07-22 15:38:26 UTC) #20
commit-bot: I haz the power
4 years, 5 months ago (2016-07-22 15:39:56 UTC) #22
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/05e4137fc06ab5b10b30ecd053f49190cfbf3b5d
Cr-Commit-Position: refs/heads/master@{#407165}

Powered by Google App Engine
This is Rietveld 408576698