|
Reland: Move TouchSelectionController from content to ui
This patch is only moving new unified touch selection files from
content/ to ui/touch_selection/. This is the first step to allow Aura
use the new unified TouchSelectionController.
The only change to TouchSelectionController needed for this move is
replacing use of cc::ViewportSelectionBound with ui::SelectionBound.
The actual use of the new touch selection for Aura will happen in future
CL(s). After that, we can remove current touch selection code from
ui/base/touch/.
BUG= 399721
Committed: https://crrev.com/29fd405ca491a6fcf0dde6277d92d44300cb2926
Cr-Commit-Position: refs/heads/master@{#307336}
Committed: https://crrev.com/f837da7c7807d4dc84733b201ac74a6bab9ae3a5
Cr-Commit-Position: refs/heads/master@{#307514}
Total comments: 25
Total comments: 8
Total comments: 4
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+680 lines, -2839 lines) |
Patch |
|
M |
BUILD.gn
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
|
3 chunks |
+8 lines, -0 lines |
0 comments
|
Download
|
|
M |
android_webview/java_library_common.mk
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
android_webview/libwebviewchromium.gypi
|
View
|
1
2
3
4
5
6
7
8
9
10
|
2 chunks |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
build/all.gyp
|
View
|
1
2
3
4
5
6
7
8
9
10
|
8 chunks |
+16 lines, -0 lines |
0 comments
|
Download
|
|
M |
build/android/pylib/gtest/gtest_config.py
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
content/DEPS
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
content/browser/BUILD.gn
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
content/browser/android/composited_touch_handle_drawable.h
|
View
|
1
2
|
3 chunks |
+5 lines, -5 lines |
0 comments
|
Download
|
|
M |
content/browser/android/composited_touch_handle_drawable.cc
|
View
|
1
2
|
4 chunks |
+11 lines, -11 lines |
0 comments
|
Download
|
|
M |
content/browser/android/content_view_core_impl.h
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
content/browser/android/content_view_core_impl.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
2 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
|
M |
content/browser/android/popup_touch_handle_drawable.h
|
View
|
1
2
|
1 chunk |
+4 lines, -4 lines |
0 comments
|
Download
|
|
M |
content/browser/android/popup_touch_handle_drawable.cc
|
View
|
1
2
|
1 chunk |
+5 lines, -5 lines |
0 comments
|
Download
|
|
D |
content/browser/renderer_host/input/selection_event_type.h
|
View
|
|
1 chunk |
+0 lines, -29 lines |
0 comments
|
Download
|
|
D |
content/browser/renderer_host/input/touch_handle.h
|
View
|
|
1 chunk |
+0 lines, -134 lines |
0 comments
|
Download
|
|
D |
content/browser/renderer_host/input/touch_handle.cc
|
View
|
|
1 chunk |
+0 lines, -264 lines |
0 comments
|
Download
|
|
D |
content/browser/renderer_host/input/touch_handle_unittest.cc
|
View
|
|
1 chunk |
+0 lines, -492 lines |
0 comments
|
Download
|
|
D |
content/browser/renderer_host/input/touch_selection_controller.h
|
View
|
1
|
1 chunk |
+0 lines, -154 lines |
0 comments
|
Download
|
|
D |
content/browser/renderer_host/input/touch_selection_controller.cc
|
View
|
1
|
1 chunk |
+0 lines, -435 lines |
0 comments
|
Download
|
|
D |
content/browser/renderer_host/input/touch_selection_controller_unittest.cc
|
View
|
1
|
1 chunk |
+0 lines, -845 lines |
0 comments
|
Download
|
|
M |
content/browser/renderer_host/render_widget_host_view_android.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
5 chunks |
+6 lines, -6 lines |
0 comments
|
Download
|
|
M |
content/browser/renderer_host/render_widget_host_view_android.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
6 chunks |
+15 lines, -14 lines |
0 comments
|
Download
|
|
M |
content/browser/renderer_host/render_widget_host_view_aura.h
|
View
|
1
2
3
4
5
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
content/browser/renderer_host/render_widget_host_view_aura.cc
|
View
|
1
2
3
4
5
|
2 chunks |
+10 lines, -9 lines |
0 comments
|
Download
|
|
M |
content/browser/web_contents/touch_editable_impl_aura.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
content/browser/web_contents/touch_editable_impl_aura_browsertest.cc
|
View
|
1
2
3
4
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
content/content.gyp
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
3 chunks |
+1 line, -9 lines |
0 comments
|
Download
|
|
M |
content/content_browser.gypi
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
3 chunks |
+1 line, -6 lines |
0 comments
|
Download
|
|
M |
content/content_tests.gypi
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
|
M |
content/public/android/BUILD.gn
|
View
|
1
2
3
4
5
6
7
8
9
10
|
3 chunks |
+1 line, -2 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
9
10
|
2 chunks |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
ui/base/BUILD.gn
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
2 chunks |
+3 lines, -1 line |
0 comments
|
Download
|
|
A |
ui/base/touch/selection_bound.h
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+75 lines, -0 lines |
0 comments
|
Download
|
|
A |
ui/base/touch/selection_bound.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+93 lines, -0 lines |
0 comments
|
Download
|
|
A + |
ui/base/touch/selection_bound_unittest.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+66 lines, -75 lines |
0 comments
|
Download
|
|
M |
ui/base/touch/touch_editing_controller.h
|
View
|
1
2
3
4
5
|
1 chunk |
+6 lines, -32 lines |
0 comments
|
Download
|
|
M |
ui/base/touch/touch_editing_controller.cc
|
View
|
|
1 chunk |
+0 lines, -39 lines |
0 comments
|
Download
|
|
D |
ui/base/touch/touch_editing_controller_unittest.cc
|
View
|
|
1 chunk |
+0 lines, -99 lines |
0 comments
|
Download
|
|
M |
ui/base/ui_base.gyp
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
|
M |
ui/base/ui_base_tests.gyp
|
View
|
1
2
3
4
5
6
7
8
9
10
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
|
A |
ui/touch_selection/BUILD.gn
|
View
|
1
2
3
|
1 chunk |
+60 lines, -0 lines |
0 comments
|
Download
|
|
A |
ui/touch_selection/DEPS
|
View
|
1
2
3
4
5
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
|
A |
ui/touch_selection/OWNERS
|
View
|
1
2
3
4
5
6
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
A + |
ui/touch_selection/selection_event_type.h
|
View
|
1
2
|
2 chunks |
+7 lines, -7 lines |
0 comments
|
Download
|
|
A + |
ui/touch_selection/touch_handle.h
|
View
|
|
6 chunks |
+10 lines, -10 lines |
0 comments
|
Download
|
|
A + |
ui/touch_selection/touch_handle.cc
|
View
|
|
6 chunks |
+9 lines, -9 lines |
0 comments
|
Download
|
|
A + |
ui/touch_selection/touch_handle_unittest.cc
|
View
|
|
3 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
|
A + |
ui/touch_selection/touch_selection_controller.h
|
View
|
1
2
3
4
5
|
5 chunks |
+16 lines, -22 lines |
0 comments
|
Download
|
|
A + |
ui/touch_selection/touch_selection_controller.cc
|
View
|
1
|
5 chunks |
+21 lines, -23 lines |
0 comments
|
Download
|
|
A + |
ui/touch_selection/touch_selection_controller_unittest.cc
|
View
|
1
2
3
4
5
|
4 chunks |
+16 lines, -19 lines |
0 comments
|
Download
|
|
A |
ui/touch_selection/ui_touch_selection.gyp
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+81 lines, -0 lines |
0 comments
|
Download
|
|
A |
ui/touch_selection/ui_touch_selection_export.h
|
View
|
1
2
3
4
5
|
1 chunk |
+37 lines, -0 lines |
0 comments
|
Download
|
|
M |
ui/views/controls/textfield/textfield.cc
|
View
|
1
2
3
4
5
|
3 chunks |
+9 lines, -9 lines |
0 comments
|
Download
|
|
M |
ui/views/touchui/touch_selection_controller_impl.h
|
View
|
1
2
3
4
5
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
ui/views/touchui/touch_selection_controller_impl.cc
|
View
|
1
2
3
4
5
|
8 chunks |
+45 lines, -39 lines |
0 comments
|
Download
|
|
M |
ui/views/touchui/touch_selection_controller_impl_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
3 chunks |
+13 lines, -13 lines |
0 comments
|
Download
|
Total messages: 57 (29 generated)
|