|
|
[Android] Upstream the WebView find-in-page API implementation.
This API requires implementing a browser -> renderer synchronous findAll message.
While this method is deprecated and an alternative asynchronous version is suggested
we still need to implement it for legacy WebView compatibility.
BUG= 136762
TEST=3 new java tests.
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=157975
Total comments: 25
Total comments: 6
Total comments: 4
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+1251 lines, -192 lines) |
Patch |
 |
M |
android_webview/android_webview.gyp
|
View
|
1
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
android_webview/browser/DEPS
|
View
|
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
A |
android_webview/browser/find_helper.h
|
View
|
|
1 chunk |
+77 lines, -0 lines |
0 comments
|
Download
|
 |
A |
android_webview/browser/find_helper.cc
|
View
|
|
1 chunk |
+173 lines, -0 lines |
0 comments
|
Download
|
 |
A |
android_webview/browser/scoped_allow_wait_for_legacy_web_view_api.h
|
View
|
|
1 chunk |
+20 lines, -0 lines |
0 comments
|
Download
|
 |
M |
android_webview/java/src/org/chromium/android_webview/AwContents.java
|
View
|
1
2
3
|
3 chunks |
+28 lines, -1 line |
0 comments
|
Download
|
 |
M |
android_webview/java/src/org/chromium/android_webview/AwContentsClient.java
|
View
|
1
2
3
|
1 chunk |
+8 lines, -0 lines |
0 comments
|
Download
|
 |
M |
android_webview/javatests/src/org/chromium/android_webview/test/AndroidWebViewTestBase.java
|
View
|
1
2
3
|
2 chunks |
+10 lines, -1 line |
0 comments
|
Download
|
 |
M |
android_webview/javatests/src/org/chromium/android_webview/test/NullContentsClient.java
|
View
|
1
2
3
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
A |
android_webview/javatests/src/org/chromium/android_webview/test/WebViewAsynchronousFindApisTest.java
|
View
|
|
1 chunk |
+141 lines, -0 lines |
0 comments
|
Download
|
 |
A |
android_webview/javatests/src/org/chromium/android_webview/test/WebViewFindApisTestBase.java
|
View
|
|
1 chunk |
+184 lines, -0 lines |
0 comments
|
Download
|
 |
A |
android_webview/javatests/src/org/chromium/android_webview/test/WebViewMixedFindApisTest.java
|
View
|
|
1 chunk |
+42 lines, -0 lines |
0 comments
|
Download
|
 |
A |
android_webview/javatests/src/org/chromium/android_webview/test/WebViewSynchronousFindApisTest.java
|
View
|
|
1 chunk |
+141 lines, -0 lines |
0 comments
|
Download
|
 |
M |
android_webview/lib/main/webview_entry_point.cc
|
View
|
1
2
|
2 chunks |
+7 lines, -0 lines |
0 comments
|
Download
|
 |
M |
android_webview/native/aw_contents.h
|
View
|
1
2
3
|
4 chunks |
+16 lines, -2 lines |
0 comments
|
Download
|
 |
M |
android_webview/native/aw_contents.cc
|
View
|
1
2
3
|
10 chunks |
+67 lines, -19 lines |
0 comments
|
Download
|
 |
M |
android_webview/native/aw_web_contents_delegate.h
|
View
|
1
2
3
|
1 chunk |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
android_webview/native/aw_web_contents_delegate.cc
|
View
|
1
2
3
|
2 chunks |
+21 lines, -0 lines |
0 comments
|
Download
|
 |
M |
android_webview/native/cookie_manager.cc
|
View
|
|
2 chunks |
+1 line, -10 lines |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/render_process_host_impl.h
|
View
|
1
|
2 chunks |
+10 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/render_process_host_impl.cc
|
View
|
1
2
3
|
3 chunks |
+17 lines, -3 lines |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/render_view_host_impl.h
|
View
|
1
2
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/render_view_host_impl.cc
|
View
|
1
2
3
|
2 chunks |
+15 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/common/view_messages.h
|
View
|
1
2
3
|
8 chunks |
+77 lines, -68 lines |
0 comments
|
Download
|
 |
M |
content/public/browser/render_view_host.h
|
View
|
|
1 chunk |
+8 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/public/common/content_switches.h
|
View
|
1
2
3
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
content/public/common/content_switches.cc
|
View
|
1
2
3
|
2 chunks |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/renderer/render_view_impl.h
|
View
|
1
2
|
10 chunks |
+44 lines, -29 lines |
0 comments
|
Download
|
 |
M |
content/renderer/render_view_impl.cc
|
View
|
1
2
3
|
12 chunks |
+117 lines, -59 lines |
0 comments
|
Download
|
Total messages: 14 (0 generated)
|