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

Issue 264003003: test_runner: Move everything else into content namespace. (Closed)

Created:
6 years, 7 months ago by tfarina
Modified:
6 years, 7 months ago
CC:
chromium-reviews, darin-cc_chromium.org, jam, jochen+watch_chromium.org
Visibility:
Public.

Description

test_runner: Move everything else into content namespace. BUG=331299 TEST=None, no functional changes. Green trybots. TBR=jochen@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=268097

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+201 lines, -269 lines) Patch
M content/shell/common/webkit_test_helpers.h View 1 chunk +5 lines, -6 lines 0 comments Download
M content/shell/renderer/shell_content_renderer_client.cc View 1 chunk +0 lines, -2 lines 0 comments Download
M content/shell/renderer/shell_render_process_observer.h View 4 chunks +7 lines, -10 lines 0 comments Download
M content/shell/renderer/shell_render_process_observer.cc View 1 chunk +0 lines, -2 lines 0 comments Download
M content/shell/renderer/test_runner/MockColorChooser.h View 2 chunks +6 lines, -9 lines 0 comments Download
M content/shell/renderer/test_runner/MockColorChooser.cpp View 1 chunk +0 lines, -1 line 0 comments Download
M content/shell/renderer/test_runner/MockGrammarCheck.cpp View 1 chunk +1 line, -1 line 0 comments Download
M content/shell/renderer/test_runner/MockSpellCheck.cpp View 1 chunk +0 lines, -1 line 0 comments Download
M content/shell/renderer/test_runner/MockWebMIDIAccessor.h View 2 chunks +6 lines, -8 lines 0 comments Download
M content/shell/renderer/test_runner/MockWebMIDIAccessor.cpp View 1 chunk +1 line, -2 lines 0 comments Download
M content/shell/renderer/test_runner/MockWebMediaStreamCenter.h View 2 chunks +2 lines, -2 lines 0 comments Download
M content/shell/renderer/test_runner/MockWebMediaStreamCenter.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M content/shell/renderer/test_runner/MockWebRTCDTMFSenderHandler.h View 2 chunks +2 lines, -2 lines 0 comments Download
M content/shell/renderer/test_runner/MockWebRTCDTMFSenderHandler.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M content/shell/renderer/test_runner/MockWebRTCDataChannelHandler.h View 2 chunks +2 lines, -2 lines 0 comments Download
M content/shell/renderer/test_runner/MockWebRTCDataChannelHandler.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M content/shell/renderer/test_runner/MockWebRTCPeerConnectionHandler.h View 2 chunks +2 lines, -2 lines 0 comments Download
M content/shell/renderer/test_runner/MockWebRTCPeerConnectionHandler.cpp View 2 chunks +2 lines, -3 lines 0 comments Download
M content/shell/renderer/test_runner/MockWebSpeechRecognizer.h View 2 chunks +2 lines, -2 lines 0 comments Download
M content/shell/renderer/test_runner/MockWebSpeechRecognizer.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M content/shell/renderer/test_runner/SpellCheckClient.h View 2 chunks +7 lines, -12 lines 0 comments Download
M content/shell/renderer/test_runner/SpellCheckClient.cpp View 2 chunks +1 line, -2 lines 0 comments Download
M content/shell/renderer/test_runner/TestCommon.h View 2 chunks +2 lines, -2 lines 0 comments Download
M content/shell/renderer/test_runner/TestCommon.cpp View 3 chunks +3 lines, -3 lines 0 comments Download
M content/shell/renderer/test_runner/TestInterfaces.h View 3 chunks +18 lines, -21 lines 0 comments Download
M content/shell/renderer/test_runner/TestInterfaces.cpp View 3 chunks +10 lines, -11 lines 0 comments Download
M content/shell/renderer/test_runner/TestPlugin.h View 2 chunks +3 lines, -3 lines 0 comments Download
M content/shell/renderer/test_runner/TestPlugin.cpp View 3 chunks +3 lines, -3 lines 0 comments Download
M content/shell/renderer/test_runner/WebPermissions.h View 2 chunks +4 lines, -6 lines 0 comments Download
M content/shell/renderer/test_runner/WebPermissions.cpp View 1 chunk +0 lines, -1 line 0 comments Download
M content/shell/renderer/test_runner/WebTask.h View 2 chunks +2 lines, -2 lines 0 comments Download
M content/shell/renderer/test_runner/WebTask.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M content/shell/renderer/test_runner/WebTestDelegate.h View 4 chunks +6 lines, -9 lines 0 comments Download
M content/shell/renderer/test_runner/WebTestInterfaces.h View 3 chunks +3 lines, -6 lines 0 comments Download
M content/shell/renderer/test_runner/WebTestInterfaces.cpp View 2 chunks +2 lines, -3 lines 0 comments Download
M content/shell/renderer/test_runner/WebTestProxy.h View 4 chunks +13 lines, -16 lines 0 comments Download
M content/shell/renderer/test_runner/WebTestProxy.cpp View 1 chunk +0 lines, -1 line 0 comments Download
M content/shell/renderer/test_runner/WebTestRunner.h View 2 chunks +2 lines, -2 lines 0 comments Download
M content/shell/renderer/test_runner/WebTestThemeEngineMac.h View 2 chunks +2 lines, -2 lines 0 comments Download
M content/shell/renderer/test_runner/WebTestThemeEngineMac.mm View 3 chunks +3 lines, -3 lines 0 comments Download
M content/shell/renderer/test_runner/WebTestThemeEngineMock.h View 1 chunk +6 lines, -9 lines 0 comments Download
M content/shell/renderer/test_runner/WebTestThemeEngineMock.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M content/shell/renderer/test_runner/WebUserMediaClientMock.h View 2 chunks +2 lines, -2 lines 0 comments Download
M content/shell/renderer/test_runner/WebUserMediaClientMock.cpp View 2 chunks +2 lines, -4 lines 0 comments Download
M content/shell/renderer/test_runner/accessibility_controller.h View 3 chunks +4 lines, -6 lines 0 comments Download
M content/shell/renderer/test_runner/accessibility_controller.cc View 1 chunk +1 line, -2 lines 0 comments Download
M content/shell/renderer/test_runner/event_sender.h View 4 chunks +8 lines, -10 lines 0 comments Download
M content/shell/renderer/test_runner/event_sender.cc View 7 chunks +7 lines, -7 lines 0 comments Download
M content/shell/renderer/test_runner/gamepad_controller.h View 3 chunks +4 lines, -6 lines 0 comments Download
M content/shell/renderer/test_runner/gamepad_controller.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/shell/renderer/test_runner/notification_presenter.h View 3 chunks +4 lines, -8 lines 0 comments Download
M content/shell/renderer/test_runner/test_runner.h View 4 chunks +14 lines, -18 lines 0 comments Download
M content/shell/renderer/test_runner/test_runner.cc View 4 chunks +10 lines, -13 lines 0 comments Download
M content/shell/renderer/webkit_test_runner.h View 2 chunks +3 lines, -4 lines 0 comments Download
M content/shell/renderer/webkit_test_runner.cc View 1 chunk +0 lines, -2 lines 0 comments Download
M content/test/layouttest_support.cc View 1 chunk +1 line, -2 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
tfarina
Bye bye WebTestRunner namespace.
6 years, 7 months ago (2014-05-04 03:17:36 UTC) #1
tfarina
The CQ bit was checked by tfarina@chromium.org
6 years, 7 months ago (2014-05-04 03:17:51 UTC) #2
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/tfarina@chromium.org/264003003/1
6 years, 7 months ago (2014-05-04 03:18:04 UTC) #3
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 7 months ago (2014-05-04 03:38:17 UTC) #4
commit-bot: I haz the power
Try jobs failed on following builders: android_clang_dbg on tryserver.chromium
6 years, 7 months ago (2014-05-04 03:38:17 UTC) #5
tfarina
The CQ bit was checked by tfarina@chromium.org
6 years, 7 months ago (2014-05-04 03:56:22 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/tfarina@chromium.org/264003003/1
6 years, 7 months ago (2014-05-04 03:56:34 UTC) #7
commit-bot: I haz the power
6 years, 7 months ago (2014-05-04 05:16:20 UTC) #8
Message was sent while issue was closed.
Change committed as 268097

Powered by Google App Engine
This is Rietveld 408576698