|
|
[Android] Allow custom ActionMode creation via ContentViewClient
Use the ContentViewClient to create the selection ActionMode. This
allows the embedder to completely control the style and behavior
of the ActionMode popup.
BUG= 389153
NOTRY=true
Committed: https://crrev.com/3628fb3825e9119a4f96b0d425ffdf2c608bd6b7
Cr-Commit-Position: refs/heads/master@{#325154}
Total comments: 4
Total comments: 4
Total comments: 1
Total comments: 1
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+467 lines, -129 lines) |
Patch |
 |
M |
android_webview/glue/java/src/com/android/webview/chromium/WebViewContentsClientAdapter.java
|
View
|
1
2
3
4
5
6
7
8
9
|
3 chunks |
+31 lines, -0 lines |
0 comments
|
Download
|
 |
M |
android_webview/java/src/org/chromium/android_webview/AwContentViewClient.java
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+13 lines, -0 lines |
0 comments
|
Download
|
 |
M |
android_webview/java/src/org/chromium/android_webview/AwContentsClient.java
|
View
|
1
2
3
4
5
|
2 chunks |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
android_webview/test/shell/src/org/chromium/android_webview/test/NullContentsClient.java
|
View
|
|
2 chunks |
+13 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/browser/android/content_view_core_impl.h
|
View
|
1
2
3
4
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/browser/android/content_view_core_impl.cc
|
View
|
1
2
3
4
|
1 chunk |
+10 lines, -4 lines |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/render_widget_host_view_android.h
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/render_widget_host_view_android.cc
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+15 lines, -3 lines |
0 comments
|
Download
|
 |
M |
content/public/android/java/src/org/chromium/content/browser/ContentViewClient.java
|
View
|
1
2
3
4
5
6
7
8
9
|
2 chunks |
+21 lines, -4 lines |
0 comments
|
Download
|
 |
M |
content/public/android/java/src/org/chromium/content/browser/ContentViewCore.java
|
View
|
1
2
3
4
5
6
7
8
|
15 chunks |
+98 lines, -40 lines |
0 comments
|
Download
|
 |
A |
content/public/android/java/src/org/chromium/content/browser/SelectActionMode.java
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+51 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/public/android/java/src/org/chromium/content/browser/SelectActionModeCallback.java
|
View
|
1
2
3
4
5
|
8 chunks |
+51 lines, -7 lines |
0 comments
|
Download
|
 |
M |
ui/base/touch/selection_bound.h
|
View
|
1
2
3
4
|
2 chunks |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ui/base/touch/selection_bound.cc
|
View
|
1
2
3
4
|
1 chunk |
+16 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ui/touch_selection/selection_event_type.h
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
ui/touch_selection/touch_handle.h
|
View
|
1
2
3
4
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ui/touch_selection/touch_handle.cc
|
View
|
1
2
3
4
|
1 chunk |
+7 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ui/touch_selection/touch_selection_controller.h
|
View
|
1
2
3
4
5
6
7
|
3 chunks |
+16 lines, -4 lines |
0 comments
|
Download
|
 |
M |
ui/touch_selection/touch_selection_controller.cc
|
View
|
1
2
3
4
5
6
7
|
10 chunks |
+53 lines, -20 lines |
0 comments
|
Download
|
 |
M |
ui/touch_selection/touch_selection_controller_unittest.cc
|
View
|
1
2
3
4
5
|
27 chunks |
+53 lines, -44 lines |
0 comments
|
Download
|
Total messages: 35 (13 generated)
|