|
Gamepad: make page visibility behavior layout testable
This CL refactors testing infrastructure for gamepad so that we can
actually write a layout test that would fail if Blink doesn't honor
visibility state. Now Platform::setGamepadListener is now hooked to
GamepadController.
BUG= 344556
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=278723
Total comments: 8
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+120 lines, -127 lines) |
Patch |
|
A |
content/public/renderer/renderer_gamepad_provider.h
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+30 lines, -0 lines |
0 comments
|
Download
|
|
M |
content/public/test/layouttest_support.h
|
View
|
1
2
3
4
5
|
2 chunks |
+3 lines, -9 lines |
0 comments
|
Download
|
|
M |
content/renderer/gamepad_shared_memory_reader.h
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+12 lines, -6 lines |
0 comments
|
Download
|
|
M |
content/renderer/gamepad_shared_memory_reader.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+5 lines, -2 lines |
0 comments
|
Download
|
|
M |
content/renderer/render_thread_impl.h
|
View
|
1
2
3
4
5
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
|
M |
content/renderer/render_thread_impl.cc
|
View
|
1
2
3
4
5
|
2 chunks |
+4 lines, -3 lines |
0 comments
|
Download
|
|
M |
content/renderer/renderer_webkitplatformsupport_impl.h
|
View
|
1
2
3
4
5
|
4 chunks |
+7 lines, -11 lines |
0 comments
|
Download
|
|
M |
content/renderer/renderer_webkitplatformsupport_impl.cc
|
View
|
1
2
3
4
5
|
4 chunks |
+6 lines, -35 lines |
0 comments
|
Download
|
|
M |
content/shell/renderer/test_runner/WebTestDelegate.h
|
View
|
1
2
3
4
5
6
|
2 chunks |
+3 lines, -8 lines |
0 comments
|
Download
|
|
M |
content/shell/renderer/test_runner/gamepad_controller.h
|
View
|
1
2
3
4
5
6
7
8
|
2 chunks |
+18 lines, -3 lines |
0 comments
|
Download
|
|
M |
content/shell/renderer/test_runner/gamepad_controller.cc
|
View
|
1
2
3
|
10 chunks |
+20 lines, -21 lines |
0 comments
|
Download
|
|
M |
content/shell/renderer/webkit_test_runner.h
|
View
|
1
2
3
|
1 chunk |
+1 line, -5 lines |
0 comments
|
Download
|
|
M |
content/shell/renderer/webkit_test_runner.cc
|
View
|
1
2
3
4
|
1 chunk |
+3 lines, -14 lines |
0 comments
|
Download
|
|
M |
content/test/layouttest_support.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+3 lines, -10 lines |
0 comments
|
Download
|
Total messages: 23 (0 generated)
|