|
Chromium plumbing for Device Orientation.
Add the plumbing needed for communicating with the Device Orientation code in WebKit.
RenderView provides an implementation of WebKit::WebDeviceOrientationClient: DeviceOrientationDispatcher. This communicates with the browser-side class device_orientation::DispatcherHost.
device_orientation::Provider, responsible for providing the orientation data, is just an empty shell for now.
BUG= 44654
TEST=browser_tests --gtest_filter=DeviceOrientationBrowserTest.BasicTest
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=55724
Total comments: 13
Total comments: 24
Total comments: 44
Total comments: 4
Total comments: 9
Total comments: 14
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+568 lines, -4 lines) |
Patch |
|
A |
chrome/browser/device_orientation/device_orientation_browsertest.cc
|
View
|
2
3
4
5
6
7
8
|
1 chunk |
+70 lines, -0 lines |
0 comments
|
Download
|
|
A |
chrome/browser/device_orientation/dispatcher_host.h
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+44 lines, -0 lines |
0 comments
|
Download
|
|
A |
chrome/browser/device_orientation/dispatcher_host.cc
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+80 lines, -0 lines |
0 comments
|
Download
|
|
A |
chrome/browser/device_orientation/orientation.h
|
View
|
3
4
5
6
7
8
|
1 chunk |
+47 lines, -0 lines |
0 comments
|
Download
|
|
A |
chrome/browser/device_orientation/provider.h
|
View
|
2
3
4
5
6
7
|
1 chunk |
+55 lines, -0 lines |
0 comments
|
Download
|
|
A |
chrome/browser/device_orientation/provider.cc
|
View
|
2
3
4
5
6
7
|
1 chunk |
+24 lines, -0 lines |
0 comments
|
Download
|
|
M |
chrome/browser/renderer_host/resource_message_filter.h
|
View
|
1
2
3
4
5
6
|
2 chunks |
+8 lines, -0 lines |
0 comments
|
Download
|
|
M |
chrome/browser/renderer_host/resource_message_filter.cc
|
View
|
1
2
3
4
5
6
|
4 chunks |
+6 lines, -4 lines |
0 comments
|
Download
|
|
M |
chrome/chrome_browser.gypi
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
|
M |
chrome/chrome_renderer.gypi
|
View
|
1
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
|
M |
chrome/chrome_tests.gypi
|
View
|
2
3
4
5
6
7
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
chrome/common/render_messages.h
|
View
|
2
3
4
5
6
7
|
2 chunks |
+48 lines, -0 lines |
0 comments
|
Download
|
|
M |
chrome/common/render_messages_internal.h
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+15 lines, -0 lines |
0 comments
|
Download
|
|
A |
chrome/renderer/device_orientation_dispatcher.h
|
View
|
1
7
8
|
1 chunk |
+39 lines, -0 lines |
0 comments
|
Download
|
|
A |
chrome/renderer/device_orientation_dispatcher.cc
|
View
|
1
7
8
|
1 chunk |
+72 lines, -0 lines |
0 comments
|
Download
|
|
M |
chrome/renderer/render_view.h
|
View
|
1
2
3
4
5
6
|
3 chunks |
+5 lines, -0 lines |
0 comments
|
Download
|
|
M |
chrome/renderer/render_view.cc
|
View
|
1
2
3
4
5
6
|
3 chunks |
+11 lines, -0 lines |
0 comments
|
Download
|
|
A |
chrome/test/data/device_orientation/device_orientation_test.html
|
View
|
2
|
1 chunk |
+36 lines, -0 lines |
0 comments
|
Download
|
Total messages: 26 (0 generated)
|