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

Issue 2707183003: Move //components/test_runner back into //content/shell (Closed)

Created:
3 years, 10 months ago by dcheng
Modified:
3 years, 10 months ago
Reviewers:
jam
CC:
chromium-reviews, mlamouri+watch-content_chromium.org, jam, subresource-filter-reviews_chromium.org, mlamouri+watch-test-runner_chromium.org, droger+watchlist_chromium.org, aboxhall+watch_chromium.org, blundell+watchlist_chromium.org, sdefresne+watchlist_chromium.org, nektar+watch_chromium.org, yuzo+watch_chromium.org, mlamouri+watch-screen-orientation_chromium.org, je_julie, einbinder+watch-test-runner_chromium.org, dmazzoni+watch_chromium.org, dtseng+watch_chromium.org, Peter Beverloo, darin-cc_chromium.org, toyoshim+midi_chromium.org, jochen+watch_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Move //components/test_runner back into //content/shell This was originally moved into //components so it could be shared with Mandoline. Since Mandoline has been removed from the tree, move this back into //content to simplify the layering. Mostly automated with: git mv components/test_runner content/shell/test_runner sed -i s/COMPONENTS_TEST_RUNNER_/CONTENT_SHELL_TEST_RUNNER_/ $(git gs COMPONENTS_TEST_RUNNER_ | cut -d: -f1 | uniq) sed -i 's/components\/test_runner/content\/shell\/test_runner/' $(git gs "components/test_runner" | cut -d: -f1 | uniq) git cl format with a few manual cleanups. BUG=585292 Review-Url: https://codereview.chromium.org/2707183003 Cr-Commit-Position: refs/heads/master@{#451976} Committed: https://chromium.googlesource.com/chromium/src/+/59826e3fda1a3ff0352043c87eb279550134d346

Patch Set 1 #

Total comments: 1

Patch Set 2 : Trim DEPS #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+825 lines, -21113 lines) Patch
M components/subresource_filter/DEPS View 1 1 chunk +0 lines, -1 line 1 comment Download
D components/test_runner/BUILD.gn View 1 1 chunk +0 lines, -214 lines 0 comments Download
D components/test_runner/DEPS View 1 1 chunk +0 lines, -17 lines 0 comments Download
D components/test_runner/OWNERS View 1 1 chunk +0 lines, -9 lines 0 comments Download
D components/test_runner/accessibility_controller.h View 1 1 chunk +0 lines, -69 lines 0 comments Download
D components/test_runner/accessibility_controller.cc View 1 1 chunk +0 lines, -276 lines 0 comments Download
D components/test_runner/app_banner_service.h View 1 1 chunk +0 lines, -49 lines 0 comments Download
D components/test_runner/app_banner_service.cc View 1 1 chunk +0 lines, -45 lines 0 comments Download
D components/test_runner/event_sender.h View 1 1 chunk +0 lines, -337 lines 0 comments Download
D components/test_runner/event_sender.cc View 1 1 chunk +0 lines, -2909 lines 0 comments Download
D components/test_runner/gamepad_controller.h View 1 1 chunk +0 lines, -70 lines 0 comments Download
D components/test_runner/gamepad_controller.cc View 1 1 chunk +0 lines, -243 lines 0 comments Download
D components/test_runner/gc_controller.h View 1 1 chunk +0 lines, -43 lines 0 comments Download
D components/test_runner/gc_controller.cc View 1 1 chunk +0 lines, -72 lines 0 comments Download
D components/test_runner/layout_and_paint_async_then.h View 1 1 chunk +0 lines, -25 lines 0 comments Download
D components/test_runner/layout_and_paint_async_then.cc View 1 1 chunk +0 lines, -60 lines 0 comments Download
D components/test_runner/layout_dump.h View 1 1 chunk +0 lines, -26 lines 0 comments Download
D components/test_runner/layout_dump.cc View 1 1 chunk +0 lines, -92 lines 0 comments Download
D components/test_runner/layout_test_runtime_flags.h View 1 1 chunk +0 lines, -213 lines 0 comments Download
D components/test_runner/layout_test_runtime_flags.cc View 1 1 chunk +0 lines, -75 lines 0 comments Download
D components/test_runner/mock_color_chooser.h View 1 1 chunk +0 lines, -47 lines 0 comments Download
D components/test_runner/mock_color_chooser.cc View 1 1 chunk +0 lines, -39 lines 0 comments Download
D components/test_runner/mock_content_settings_client.h View 1 1 chunk +0 lines, -49 lines 0 comments Download
D components/test_runner/mock_content_settings_client.cc View 1 1 chunk +0 lines, -72 lines 0 comments Download
D components/test_runner/mock_credential_manager_client.h View 1 1 chunk +0 lines, -49 lines 0 comments Download
D components/test_runner/mock_credential_manager_client.cc View 1 1 chunk +0 lines, -61 lines 0 comments Download
D components/test_runner/mock_grammar_check.h View 1 1 chunk +0 lines, -30 lines 0 comments Download
D components/test_runner/mock_grammar_check.cc View 1 1 chunk +0 lines, -65 lines 0 comments Download
D components/test_runner/mock_screen_orientation_client.h View 1 1 chunk +0 lines, -66 lines 0 comments Download
D components/test_runner/mock_screen_orientation_client.cc View 1 1 chunk +0 lines, -166 lines 0 comments Download
D components/test_runner/mock_spell_check.h View 1 1 chunk +0 lines, -75 lines 0 comments Download
D components/test_runner/mock_spell_check.cc View 1 1 chunk +0 lines, -178 lines 0 comments Download
D components/test_runner/mock_web_audio_device.h View 1 1 chunk +0 lines, -33 lines 0 comments Download
D components/test_runner/mock_web_audio_device.cc View 1 1 chunk +0 lines, -27 lines 0 comments Download
D components/test_runner/mock_web_document_subresource_filter.h View 1 1 chunk +0 lines, -41 lines 0 comments Download
D components/test_runner/mock_web_document_subresource_filter.cc View 1 1 chunk +0 lines, -38 lines 0 comments Download
D components/test_runner/mock_web_media_stream_center.h View 1 1 chunk +0 lines, -44 lines 0 comments Download
D components/test_runner/mock_web_media_stream_center.cc View 1 1 chunk +0 lines, -102 lines 0 comments Download
D components/test_runner/mock_web_midi_accessor.h View 1 1 chunk +0 lines, -53 lines 0 comments Download
D components/test_runner/mock_web_midi_accessor.cc View 1 1 chunk +0 lines, -121 lines 0 comments Download
D components/test_runner/mock_web_speech_recognizer.h View 1 1 chunk +0 lines, -95 lines 0 comments Download
D components/test_runner/mock_web_speech_recognizer.cc View 1 1 chunk +0 lines, -329 lines 0 comments Download
D components/test_runner/mock_web_theme_engine.h View 1 1 chunk +0 lines, -30 lines 0 comments Download
D components/test_runner/mock_web_theme_engine.cc View 1 1 chunk +0 lines, -610 lines 0 comments Download
D components/test_runner/mock_web_user_media_client.h View 1 1 chunk +0 lines, -40 lines 0 comments Download
D components/test_runner/mock_web_user_media_client.cc View 1 1 chunk +0 lines, -155 lines 0 comments Download
D components/test_runner/mock_webrtc_data_channel_handler.h View 1 1 chunk +0 lines, -62 lines 0 comments Download
D components/test_runner/mock_webrtc_data_channel_handler.cc View 1 1 chunk +0 lines, -110 lines 0 comments Download
D components/test_runner/mock_webrtc_dtmf_sender_handler.h View 1 1 chunk +0 lines, -49 lines 0 comments Download
D components/test_runner/mock_webrtc_dtmf_sender_handler.cc View 1 1 chunk +0 lines, -63 lines 0 comments Download
D components/test_runner/mock_webrtc_peer_connection_handler.h View 1 1 chunk +0 lines, -108 lines 0 comments Download
D components/test_runner/mock_webrtc_peer_connection_handler.cc View 1 1 chunk +0 lines, -573 lines 0 comments Download
D components/test_runner/pixel_dump.h View 1 1 chunk +0 lines, -40 lines 0 comments Download
D components/test_runner/pixel_dump.cc View 1 1 chunk +0 lines, -212 lines 0 comments Download
D components/test_runner/resources/fonts/AHEM____.TTF View 1 Binary file 0 comments Download
D components/test_runner/resources/fonts/AHEM____.txt View 1 1 chunk +0 lines, -36 lines 0 comments Download
D components/test_runner/resources/fonts/ChromiumAATTest.ttf View 1 Binary file 0 comments Download
D components/test_runner/resources/fonts/WebKitWeightWatcher100.ttf View 1 Binary file 0 comments Download
D components/test_runner/resources/fonts/WebKitWeightWatcher200.ttf View 1 Binary file 0 comments Download
D components/test_runner/resources/fonts/WebKitWeightWatcher300.ttf View 1 Binary file 0 comments Download
D components/test_runner/resources/fonts/WebKitWeightWatcher400.ttf View 1 Binary file 0 comments Download
D components/test_runner/resources/fonts/WebKitWeightWatcher500.ttf View 1 Binary file 0 comments Download
D components/test_runner/resources/fonts/WebKitWeightWatcher600.ttf View 1 Binary file 0 comments Download
D components/test_runner/resources/fonts/WebKitWeightWatcher700.ttf View 1 Binary file 0 comments Download
D components/test_runner/resources/fonts/WebKitWeightWatcher800.ttf View 1 Binary file 0 comments Download
D components/test_runner/resources/fonts/WebKitWeightWatcher900.ttf View 1 Binary file 0 comments Download
D components/test_runner/resources/fonts/android_fallback_fonts.xml View 1 1 chunk +0 lines, -38 lines 0 comments Download
D components/test_runner/resources/fonts/android_main_fonts.xml View 1 1 chunk +0 lines, -120 lines 0 comments Download
D components/test_runner/resources/fonts/fonts.conf View 1 1 chunk +0 lines, -252 lines 0 comments Download
D components/test_runner/spell_check_client.h View 1 1 chunk +0 lines, -83 lines 0 comments Download
D components/test_runner/spell_check_client.cc View 1 1 chunk +0 lines, -168 lines 0 comments Download
D components/test_runner/test_common.h View 1 1 chunk +0 lines, -38 lines 0 comments Download
D components/test_runner/test_common.cc View 1 1 chunk +0 lines, -88 lines 0 comments Download
D components/test_runner/test_interfaces.h View 1 1 chunk +0 lines, -67 lines 0 comments Download
D components/test_runner/test_interfaces.cc View 1 1 chunk +0 lines, -161 lines 0 comments Download
D components/test_runner/test_plugin.h View 1 1 chunk +0 lines, -184 lines 0 comments Download
D components/test_runner/test_plugin.cc View 1 1 chunk +0 lines, -623 lines 0 comments Download
D components/test_runner/test_preferences.h View 1 1 chunk +0 lines, -49 lines 0 comments Download
D components/test_runner/test_preferences.cc View 1 1 chunk +0 lines, -54 lines 0 comments Download
D components/test_runner/test_runner.h View 1 1 chunk +0 lines, -669 lines 0 comments Download
D components/test_runner/test_runner.cc View 1 1 chunk +0 lines, -2821 lines 0 comments Download
D components/test_runner/test_runner_export.h View 1 1 chunk +0 lines, -29 lines 0 comments Download
D components/test_runner/test_runner_for_specific_view.h View 1 1 chunk +0 lines, -230 lines 0 comments Download
D components/test_runner/test_runner_for_specific_view.cc View 1 1 chunk +0 lines, -700 lines 0 comments Download
D components/test_runner/text_input_controller.h View 1 1 chunk +0 lines, -63 lines 0 comments Download
D components/test_runner/text_input_controller.cc View 1 1 chunk +0 lines, -346 lines 0 comments Download
D components/test_runner/tracked_dictionary.h View 1 1 chunk +0 lines, -58 lines 0 comments Download
D components/test_runner/tracked_dictionary.cc View 1 1 chunk +0 lines, -51 lines 0 comments Download
D components/test_runner/web_ax_object_proxy.h View 1 1 chunk +0 lines, -233 lines 0 comments Download
D components/test_runner/web_ax_object_proxy.cc View 1 1 chunk +0 lines, -1767 lines 0 comments Download
D components/test_runner/web_frame_test_client.h View 1 1 chunk +0 lines, -121 lines 0 comments Download
D components/test_runner/web_frame_test_client.cc View 1 1 chunk +0 lines, -742 lines 0 comments Download
D components/test_runner/web_frame_test_proxy.h View 1 1 chunk +0 lines, -306 lines 0 comments Download
D components/test_runner/web_frame_test_proxy.cc View 1 1 chunk +0 lines, -12 lines 0 comments Download
D components/test_runner/web_test_delegate.h View 1 1 chunk +0 lines, -304 lines 0 comments Download
D components/test_runner/web_test_interfaces.h View 1 1 chunk +0 lines, -101 lines 0 comments Download
D components/test_runner/web_test_interfaces.cc View 1 1 chunk +0 lines, -114 lines 0 comments Download
D components/test_runner/web_test_runner.h View 1 1 chunk +0 lines, -90 lines 0 comments Download
D components/test_runner/web_view_test_client.h View 1 1 chunk +0 lines, -63 lines 0 comments Download
D components/test_runner/web_view_test_client.cc View 1 1 chunk +0 lines, -147 lines 0 comments Download
D components/test_runner/web_view_test_proxy.h View 1 1 chunk +0 lines, -232 lines 0 comments Download
D components/test_runner/web_view_test_proxy.cc View 1 1 chunk +0 lines, -61 lines 0 comments Download
D components/test_runner/web_widget_test_client.h View 1 1 chunk +0 lines, -65 lines 0 comments Download
D components/test_runner/web_widget_test_client.cc View 1 1 chunk +0 lines, -121 lines 0 comments Download
D components/test_runner/web_widget_test_proxy.h View 1 1 chunk +0 lines, -143 lines 0 comments Download
D components/test_runner/web_widget_test_proxy.cc View 1 1 chunk +0 lines, -26 lines 0 comments Download
M content/renderer/pepper/event_conversion.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M content/shell/BUILD.gn View 1 4 chunks +4 lines, -4 lines 0 comments Download
M content/shell/renderer/DEPS View 1 1 chunk +1 line, -1 line 0 comments Download
M content/shell/renderer/layout_test/blink_test_helpers.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M content/shell/renderer/layout_test/blink_test_runner.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M content/shell/renderer/layout_test/blink_test_runner.cc View 1 2 chunks +7 lines, -7 lines 0 comments Download
M content/shell/renderer/layout_test/layout_test_content_renderer_client.cc View 1 2 chunks +5 lines, -5 lines 0 comments Download
M content/shell/renderer/layout_test/layout_test_render_frame_observer.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M content/shell/renderer/layout_test/layout_test_render_thread_observer.cc View 1 1 chunk +3 lines, -3 lines 0 comments Download
A + content/shell/test_runner/BUILD.gn View 1 0 chunks +-1 lines, --1 lines 0 comments Download
A + content/shell/test_runner/DEPS View 1 0 chunks +-1 lines, --1 lines 0 comments Download
A + content/shell/test_runner/OWNERS View 1 0 chunks +-1 lines, --1 lines 0 comments Download
A + content/shell/test_runner/accessibility_controller.h View 1 3 chunks +6 lines, -5 lines 0 comments Download
A + content/shell/test_runner/accessibility_controller.cc View 1 8 chunks +19 lines, -24 lines 0 comments Download
A + content/shell/test_runner/app_banner_service.h View 1 2 chunks +4 lines, -4 lines 0 comments Download
A + content/shell/test_runner/app_banner_service.cc View 1 2 chunks +3 lines, -2 lines 0 comments Download
A + content/shell/test_runner/event_sender.h View 1 6 chunks +22 lines, -25 lines 0 comments Download
A + content/shell/test_runner/event_sender.cc View 1 27 chunks +64 lines, -83 lines 0 comments Download
A + content/shell/test_runner/gamepad_controller.h View 1 2 chunks +4 lines, -4 lines 0 comments Download
A + content/shell/test_runner/gamepad_controller.cc View 1 3 chunks +5 lines, -6 lines 0 comments Download
A + content/shell/test_runner/gc_controller.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
A + content/shell/test_runner/gc_controller.cc View 1 1 chunk +1 line, -1 line 0 comments Download
A + content/shell/test_runner/layout_and_paint_async_then.h View 1 2 chunks +4 lines, -4 lines 0 comments Download
A + content/shell/test_runner/layout_and_paint_async_then.cc View 1 1 chunk +1 line, -1 line 0 comments Download
A + content/shell/test_runner/layout_dump.h View 1 2 chunks +5 lines, -5 lines 0 comments Download
A + content/shell/test_runner/layout_dump.cc View 1 1 chunk +1 line, -1 line 0 comments Download
A + content/shell/test_runner/layout_test_runtime_flags.h View 1 2 chunks +5 lines, -5 lines 0 comments Download
A + content/shell/test_runner/layout_test_runtime_flags.cc View 1 1 chunk +1 line, -1 line 0 comments Download
A + content/shell/test_runner/mock_color_chooser.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
A + content/shell/test_runner/mock_color_chooser.cc View 1 1 chunk +3 lines, -3 lines 0 comments Download
A + content/shell/test_runner/mock_content_settings_client.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
A + content/shell/test_runner/mock_content_settings_client.cc View 1 2 chunks +6 lines, -6 lines 0 comments Download
A + content/shell/test_runner/mock_credential_manager_client.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
A + content/shell/test_runner/mock_credential_manager_client.cc View 1 2 chunks +2 lines, -3 lines 0 comments Download
A + content/shell/test_runner/mock_grammar_check.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
A + content/shell/test_runner/mock_grammar_check.cc View 1 3 chunks +18 lines, -19 lines 0 comments Download
A + content/shell/test_runner/mock_screen_orientation_client.h View 1 2 chunks +4 lines, -4 lines 0 comments Download
A + content/shell/test_runner/mock_screen_orientation_client.cc View 1 2 chunks +3 lines, -5 lines 0 comments Download
A + content/shell/test_runner/mock_spell_check.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
A + content/shell/test_runner/mock_spell_check.cc View 1 4 chunks +8 lines, -12 lines 0 comments Download
A + content/shell/test_runner/mock_web_audio_device.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
A + content/shell/test_runner/mock_web_audio_device.cc View 1 1 chunk +1 line, -1 line 0 comments Download
A + content/shell/test_runner/mock_web_document_subresource_filter.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
A + content/shell/test_runner/mock_web_document_subresource_filter.cc View 1 1 chunk +1 line, -1 line 0 comments Download
A + content/shell/test_runner/mock_web_media_stream_center.h View 1 3 chunks +4 lines, -4 lines 0 comments Download
A + content/shell/test_runner/mock_web_media_stream_center.cc View 1 1 chunk +3 lines, -3 lines 0 comments Download
A + content/shell/test_runner/mock_web_midi_accessor.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
A + content/shell/test_runner/mock_web_midi_accessor.cc View 1 2 chunks +6 lines, -7 lines 0 comments Download
A + content/shell/test_runner/mock_web_speech_recognizer.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
A + content/shell/test_runner/mock_web_speech_recognizer.cc View 1 4 chunks +6 lines, -6 lines 0 comments Download
A + content/shell/test_runner/mock_web_theme_engine.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
A + content/shell/test_runner/mock_web_theme_engine.cc View 1 2 chunks +3 lines, -3 lines 0 comments Download
A + content/shell/test_runner/mock_web_user_media_client.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
A + content/shell/test_runner/mock_web_user_media_client.cc View 1 5 chunks +56 lines, -70 lines 0 comments Download
A + content/shell/test_runner/mock_webrtc_data_channel_handler.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
A + content/shell/test_runner/mock_webrtc_data_channel_handler.cc View 1 2 chunks +3 lines, -3 lines 0 comments Download
A + content/shell/test_runner/mock_webrtc_dtmf_sender_handler.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
A + content/shell/test_runner/mock_webrtc_dtmf_sender_handler.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
A + content/shell/test_runner/mock_webrtc_peer_connection_handler.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
A + content/shell/test_runner/mock_webrtc_peer_connection_handler.cc View 1 13 chunks +32 lines, -49 lines 0 comments Download
A + content/shell/test_runner/pixel_dump.h View 1 2 chunks +4 lines, -4 lines 0 comments Download
A + content/shell/test_runner/pixel_dump.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
A + content/shell/test_runner/resources/fonts/AHEM____.TTF View 1 Binary file 0 comments Download
A + content/shell/test_runner/resources/fonts/AHEM____.txt View 1 0 chunks +-1 lines, --1 lines 0 comments Download
A + content/shell/test_runner/resources/fonts/ChromiumAATTest.ttf View 1 Binary file 0 comments Download
A + content/shell/test_runner/resources/fonts/WebKitWeightWatcher100.ttf View 1 Binary file 0 comments Download
A + content/shell/test_runner/resources/fonts/WebKitWeightWatcher200.ttf View 1 Binary file 0 comments Download
A + content/shell/test_runner/resources/fonts/WebKitWeightWatcher300.ttf View 1 Binary file 0 comments Download
A + content/shell/test_runner/resources/fonts/WebKitWeightWatcher400.ttf View 1 Binary file 0 comments Download
A + content/shell/test_runner/resources/fonts/WebKitWeightWatcher500.ttf View 1 Binary file 0 comments Download
A + content/shell/test_runner/resources/fonts/WebKitWeightWatcher600.ttf View 1 Binary file 0 comments Download
A + content/shell/test_runner/resources/fonts/WebKitWeightWatcher700.ttf View 1 Binary file 0 comments Download
A + content/shell/test_runner/resources/fonts/WebKitWeightWatcher800.ttf View 1 Binary file 0 comments Download
A + content/shell/test_runner/resources/fonts/WebKitWeightWatcher900.ttf View 1 Binary file 0 comments Download
A + content/shell/test_runner/resources/fonts/android_fallback_fonts.xml View 1 0 chunks +-1 lines, --1 lines 0 comments Download
A + content/shell/test_runner/resources/fonts/android_main_fonts.xml View 1 0 chunks +-1 lines, --1 lines 0 comments Download
A + content/shell/test_runner/resources/fonts/fonts.conf View 1 0 chunks +-1 lines, --1 lines 0 comments Download
A + content/shell/test_runner/spell_check_client.h View 1 2 chunks +4 lines, -4 lines 0 comments Download
A + content/shell/test_runner/spell_check_client.cc View 1 4 chunks +6 lines, -8 lines 0 comments Download
A + content/shell/test_runner/test_common.h View 1 2 chunks +4 lines, -4 lines 0 comments Download
A + content/shell/test_runner/test_common.cc View 1 1 chunk +1 line, -1 line 0 comments Download
A + content/shell/test_runner/test_interfaces.h View 1 2 chunks +4 lines, -4 lines 0 comments Download
A + content/shell/test_runner/test_interfaces.cc View 1 2 chunks +6 lines, -6 lines 0 comments Download
A + content/shell/test_runner/test_plugin.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
A + content/shell/test_runner/test_plugin.cc View 1 7 chunks +13 lines, -17 lines 0 comments Download
A content/shell/test_runner/test_preferences.h View 1 1 chunk +48 lines, -0 lines 0 comments Download
A + content/shell/test_runner/test_preferences.cc View 1 2 chunks +4 lines, -2 lines 0 comments Download
A + content/shell/test_runner/test_runner.h View 1 6 chunks +19 lines, -13 lines 0 comments Download
A + content/shell/test_runner/test_runner.cc View 1 28 chunks +99 lines, -103 lines 0 comments Download
A + content/shell/test_runner/test_runner_export.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
A + content/shell/test_runner/test_runner_for_specific_view.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
A + content/shell/test_runner/test_runner_for_specific_view.cc View 1 5 chunks +21 lines, -24 lines 0 comments Download
A + content/shell/test_runner/text_input_controller.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
A + content/shell/test_runner/text_input_controller.cc View 1 1 chunk +3 lines, -3 lines 0 comments Download
A + content/shell/test_runner/tracked_dictionary.h View 1 2 chunks +4 lines, -4 lines 0 comments Download
A + content/shell/test_runner/tracked_dictionary.cc View 1 1 chunk +1 line, -1 line 0 comments Download
A + content/shell/test_runner/web_ax_object_proxy.h View 1 5 chunks +8 lines, -7 lines 0 comments Download
A + content/shell/test_runner/web_ax_object_proxy.cc View 1 30 chunks +86 lines, -96 lines 0 comments Download
A + content/shell/test_runner/web_frame_test_client.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
A + content/shell/test_runner/web_frame_test_client.cc View 1 2 chunks +14 lines, -14 lines 0 comments Download
A + content/shell/test_runner/web_frame_test_proxy.h View 1 3 chunks +7 lines, -7 lines 0 comments Download
A + content/shell/test_runner/web_frame_test_proxy.cc View 1 1 chunk +1 line, -1 line 0 comments Download
A + content/shell/test_runner/web_test_delegate.h View 1 3 chunks +5 lines, -5 lines 0 comments Download
A + content/shell/test_runner/web_test_interfaces.h View 1 2 chunks +4 lines, -4 lines 0 comments Download
A + content/shell/test_runner/web_test_interfaces.cc View 1 1 chunk +14 lines, -16 lines 0 comments Download
A + content/shell/test_runner/web_test_runner.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
A + content/shell/test_runner/web_view_test_client.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
A + content/shell/test_runner/web_view_test_client.cc View 1 2 chunks +10 lines, -10 lines 0 comments Download
A + content/shell/test_runner/web_view_test_proxy.h View 1 3 chunks +7 lines, -7 lines 0 comments Download
A + content/shell/test_runner/web_view_test_proxy.cc View 1 1 chunk +9 lines, -9 lines 0 comments Download
A + content/shell/test_runner/web_widget_test_client.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
A + content/shell/test_runner/web_widget_test_client.cc View 1 2 chunks +9 lines, -10 lines 0 comments Download
A + content/shell/test_runner/web_widget_test_proxy.h View 1 2 chunks +5 lines, -5 lines 0 comments Download
A + content/shell/test_runner/web_widget_test_proxy.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M content/test/BUILD.gn View 1 1 chunk +1 line, -1 line 0 comments Download
M content/test/DEPS View 1 1 chunk +1 line, -1 line 0 comments Download
M content/test/layouttest_support.cc View 1 2 chunks +4 lines, -4 lines 0 comments Download

Messages

Total messages: 16 (10 generated)
dcheng
PS1 is the original automated patch, diff between PS1 and PS2 is one manual cleanup ...
3 years, 10 months ago (2017-02-21 21:51:45 UTC) #5
jam
lgtm, thanks
3 years, 10 months ago (2017-02-21 22:03:29 UTC) #6
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/2707183003/10001
3 years, 10 months ago (2017-02-21 22:11:33 UTC) #9
commit-bot: I haz the power
Try jobs failed on following builders: chromeos_amd64-generic_chromium_compile_only_ng on master.tryserver.chromium.linux (JOB_TIMED_OUT, no build URL) chromeos_daisy_chromium_compile_only_ng on ...
3 years, 10 months ago (2017-02-21 23:55:45 UTC) #11
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/2707183003/10001
3 years, 10 months ago (2017-02-22 06:50:43 UTC) #13
commit-bot: I haz the power
3 years, 10 months ago (2017-02-22 10:39:43 UTC) #16
Message was sent while issue was closed.
Committed patchset #2 (id:10001) as
https://chromium.googlesource.com/chromium/src/+/59826e3fda1a3ff0352043c87eb2...

Powered by Google App Engine
This is Rietveld 408576698