|
TestInterfaces to chromium c++ style, rename methods and remove un-used header.
Changes:
1) Run clang-format through source and header files.
2) Rename data member variables to use unix_hacker_ style.
3) Rename methods to use CamelCase style.
4) Rename file name to test_interfaces.
5) Rename methods testRunner, eventSender and accessibilityController to
GetTestRunner, GetEventSender and GetAccessibilityController respectively.
6) Removed un-used test_interfaces header.
BUG= 331299
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=288768
Total comments: 8
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+392 lines, -403 lines) |
Patch |
|
M |
content/content_shell.gypi
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
content/shell/BUILD.gn
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
|
D |
content/shell/renderer/test_runner/TestInterfaces.h
|
View
|
|
1 chunk |
+0 lines, -82 lines |
0 comments
|
Download
|
|
D |
content/shell/renderer/test_runner/TestInterfaces.cpp
|
View
|
|
1 chunk |
+0 lines, -203 lines |
0 comments
|
Download
|
|
M |
content/shell/renderer/test_runner/WebTestInterfaces.cpp
|
View
|
1
|
2 chunks |
+9 lines, -9 lines |
0 comments
|
Download
|
|
M |
content/shell/renderer/test_runner/event_sender.cc
|
View
|
1
|
4 chunks |
+7 lines, -4 lines |
0 comments
|
Download
|
|
M |
content/shell/renderer/test_runner/gamepad_controller.cc
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
|
M |
content/shell/renderer/test_runner/mock_web_media_stream_center.cc
|
View
|
1
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
content/shell/renderer/test_runner/mock_web_midi_accessor.cc
|
View
|
1
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
|
M |
content/shell/renderer/test_runner/mock_webrtc_peer_connection_handler.cc
|
View
|
1
|
9 chunks |
+20 lines, -18 lines |
0 comments
|
Download
|
|
A |
content/shell/renderer/test_runner/test_interfaces.h
|
View
|
1
|
1 chunk |
+83 lines, -0 lines |
0 comments
|
Download
|
|
A |
content/shell/renderer/test_runner/test_interfaces.cc
|
View
|
1
|
1 chunk |
+184 lines, -0 lines |
0 comments
|
Download
|
|
M |
content/shell/renderer/test_runner/test_runner.cc
|
View
|
1
|
4 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
|
M |
content/shell/renderer/test_runner/web_frame_test_proxy.h
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
content/shell/renderer/test_runner/web_test_proxy.cc
|
View
|
1
|
40 chunks |
+74 lines, -71 lines |
0 comments
|
Download
|
Total messages: 8 (0 generated)
|