|
Pass JavaRef to Java methods in android_webview.
Update code in android_webview to use JavaRef when calling Java methods
via JNI, instead of passing bare jobject. Various function parameter
types are converted from jobject to JavaRef to enable calls to obj()
higher up the call chain to be removed.
BUG= 506850
Committed: https://crrev.com/1c12b81fcf9cf40d2155e950e56cf61e0ebb97b0
Cr-Commit-Position: refs/heads/master@{#416234}
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+58 lines, -63 lines) |
Patch |
 |
M |
android_webview/native/aw_autofill_client.cc
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
android_webview/native/aw_contents.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
android_webview/native/aw_contents.cc
|
View
|
|
3 chunks |
+3 lines, -5 lines |
0 comments
|
Download
|
 |
M |
android_webview/native/aw_contents_background_thread_client.h
|
View
|
|
1 chunk |
+5 lines, -5 lines |
0 comments
|
Download
|
 |
M |
android_webview/native/aw_contents_background_thread_client.cc
|
View
|
|
1 chunk |
+7 lines, -5 lines |
0 comments
|
Download
|
 |
M |
android_webview/native/aw_contents_client_bridge.h
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
android_webview/native/aw_contents_client_bridge.cc
|
View
|
|
1 chunk |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
android_webview/native/aw_contents_client_bridge_unittest.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
android_webview/native/aw_contents_io_thread_client_impl.cc
|
View
|
|
1 chunk |
+4 lines, -8 lines |
0 comments
|
Download
|
 |
M |
android_webview/native/aw_contents_statics.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
android_webview/native/aw_message_port_service_impl.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
android_webview/native/aw_pdf_exporter.h
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
android_webview/native/aw_pdf_exporter.cc
|
View
|
|
2 chunks |
+5 lines, -5 lines |
0 comments
|
Download
|
 |
M |
android_webview/native/aw_settings.cc
|
View
|
|
3 chunks |
+10 lines, -10 lines |
0 comments
|
Download
|
 |
M |
android_webview/native/aw_web_contents_delegate.cc
|
View
|
|
1 chunk |
+6 lines, -8 lines |
0 comments
|
Download
|
 |
M |
android_webview/native/input_stream_impl.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
android_webview/native/input_stream_impl.cc
|
View
|
|
3 chunks |
+4 lines, -5 lines |
0 comments
|
Download
|
Depends on Patchset:
Total messages: 8 (3 generated)
|