|
Make VibrationMessageFilter available to other platforms.
Adds VibrationProvider interface that simplifies adding vibration API handlers for other platforms and moves Android implementation into VibrationProviderAndroid.
Also adds ContentBrowserClient::OverrideVibrationProvider() method that allows embedder application override handling of blink Vibration API.
BUG= 222504
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=237101
Total comments: 5
Total comments: 9
Total comments: 2
Total comments: 17
Total comments: 8
Total comments: 7
Total comments: 4
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+178 lines, -213 lines) |
Patch |
|
M |
content/browser/android/browser_jni_registrar.cc
|
View
|
1
2
3
4
5
6
7
8
|
3 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
|
D |
content/browser/android/vibration_message_filter.h
|
View
|
|
1 chunk |
+0 lines, -34 lines |
0 comments
|
Download
|
|
D |
content/browser/android/vibration_message_filter.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+0 lines, -73 lines |
0 comments
|
Download
|
|
M |
content/browser/renderer_host/render_process_host_impl.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
3 chunks |
+1 line, -6 lines |
0 comments
|
Download
|
|
A + |
content/browser/vibration/vibration_message_filter.h
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+9 lines, -8 lines |
0 comments
|
Download
|
|
A + |
content/browser/vibration/vibration_message_filter.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
2 chunks |
+21 lines, -25 lines |
0 comments
|
Download
|
|
A |
content/browser/vibration/vibration_provider_android.h
|
View
|
1
2
3
4
5
6
|
1 chunk |
+30 lines, -0 lines |
0 comments
|
Download
|
|
A |
content/browser/vibration/vibration_provider_android.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+57 lines, -0 lines |
0 comments
|
Download
|
|
M |
content/common/view_messages.h
|
View
|
1
2
3
4
5
6
7
8
9
10
|
2 chunks |
+9 lines, -9 lines |
0 comments
|
Download
|
|
M |
content/content_browser.gypi
|
View
|
1
2
3
4
5
6
7
8
9
10
|
3 chunks |
+5 lines, -2 lines |
0 comments
|
Download
|
|
M |
content/content_jni.gypi
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
A |
content/port/browser/vibration_provider.h
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+23 lines, -0 lines |
0 comments
|
Download
|
|
D |
content/public/android/java/src/org/chromium/content/browser/VibrationMessageFilter.java
|
View
|
1
2
3
4
5
|
1 chunk |
+0 lines, -43 lines |
0 comments
|
Download
|
|
A + |
content/public/android/java/src/org/chromium/content/browser/VibrationProvider.java
|
View
|
1
2
3
4
5
|
2 chunks |
+5 lines, -5 lines |
0 comments
|
Download
|
|
M |
content/public/browser/content_browser_client.h
|
View
|
1
2
3
4
5
6
7
8
9
10
|
2 chunks |
+11 lines, -0 lines |
0 comments
|
Download
|
|
M |
content/public/browser/content_browser_client.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
|
M |
content/renderer/renderer_webkitplatformsupport_impl.h
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+0 lines, -3 lines |
0 comments
|
Download
|
|
M |
content/renderer/renderer_webkitplatformsupport_impl.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
2 chunks |
+0 lines, -2 lines |
0 comments
|
Download
|
Total messages: 37 (0 generated)
|