|
Adds selection expansion support for Contextual Search.
This CL adds functionality to expand the existing text selection
when the contextual search server returns what the user is most
likely to search for.
BUG= 396738
Committed: https://crrev.com/ab031902f8b4b8a0fb9892435f1ccdbad30e89cf
Cr-Commit-Position: refs/heads/master@{#338374}
Total comments: 10
Total comments: 9
Total comments: 3
Total comments: 5
Total comments: 8
Total comments: 4
Total comments: 7
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+374 lines, -44 lines) |
Patch |
 |
M |
chrome/android/java/src/org/chromium/chrome/browser/contextualsearch/ContextualSearchManager.java
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+13 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/android/java/src/org/chromium/chrome/browser/contextualsearch/ContextualSearchNetworkCommunicator.java
|
View
|
|
1 chunk |
+6 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/android/java/src/org/chromium/chrome/browser/contextualsearch/ContextualSearchSelectionController.java
|
View
|
1
2
3
4
5
6
7
8
|
3 chunks |
+26 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/android/javatests/src/org/chromium/chrome/browser/contextualsearch/ContextualSearchFakeServer.java
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+4 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/android/javatests/src/org/chromium/chrome/browser/contextualsearch/ContextualSearchManagerTest.java
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
2 chunks |
+7 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/android/contextualsearch/contextual_search_delegate.h
|
View
|
1
2
3
4
5
6
7
8
9
|
4 chunks |
+18 lines, -5 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/android/contextualsearch/contextual_search_delegate.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
7 chunks |
+46 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/android/contextualsearch/contextual_search_delegate_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
9 chunks |
+164 lines, -16 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/android/contextualsearch/contextual_search_manager.h
|
View
|
|
1 chunk |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/android/contextualsearch/contextual_search_manager.cc
|
View
|
|
2 chunks |
+6 lines, -9 lines |
0 comments
|
Download
|
 |
M |
content/browser/web_contents/web_contents_android.h
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+4 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/browser/web_contents/web_contents_android.cc
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+7 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/browser/web_contents/web_contents_impl.h
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/browser/web_contents/web_contents_impl.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+10 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/common/input_messages.h
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+8 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/public/android/java/src/org/chromium/content/browser/webcontents/WebContentsImpl.java
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+8 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/public/android/java/src/org/chromium/content_public/browser/WebContents.java
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+9 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/public/browser/web_contents.h
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+7 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/renderer/render_frame_impl.h
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
content/renderer/render_frame_impl.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
2 chunks |
+25 lines, -0 lines |
0 comments
|
Download
|
Total messages: 45 (12 generated)
|