Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(56)

Issue 1492703004: Pass method parameters as JavaParamRef in android_webview. (Closed)

Created:
5 years ago by Torne
Modified:
5 years ago
Reviewers:
sgurun-gerrit only
CC:
chromium-reviews, android-webview-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Pass method parameters as JavaParamRef in android_webview. Pass all object parameters to JNI methods in JavaParamRef<> wrappers. This matches previous changes made to do this for JNI non-method functions. BUG=506850 Committed: https://crrev.com/5728d85d64e4e6ff62c520cb2ddcf17cf17e7aaa Cr-Commit-Position: refs/heads/master@{#363198}

Patch Set 1 #

Total comments: 6

Patch Set 2 : forgot to test compile unit tests before uploading, whoops #

Unified diffs Side-by-side diffs Delta from patch set Stats (+454 lines, -241 lines) Patch
M android_webview/native/aw_autofill_client.h View 1 chunk +3 lines, -1 line 0 comments Download
M android_webview/native/aw_autofill_client.cc View 1 chunk +1 line, -1 line 0 comments Download
M android_webview/native/aw_contents.h View 5 chunks +150 lines, -68 lines 0 comments Download
M android_webview/native/aw_contents.cc View 31 chunks +126 lines, -78 lines 0 comments Download
M android_webview/native/aw_contents_client_bridge.h View 1 chunk +15 lines, -6 lines 0 comments Download
M android_webview/native/aw_contents_client_bridge.cc View 6 chunks +17 lines, -13 lines 0 comments Download
M android_webview/native/aw_contents_client_bridge_unittest.cc View 1 2 chunks +5 lines, -5 lines 0 comments Download
M android_webview/native/aw_http_auth_handler.h View 1 chunk +5 lines, -2 lines 0 comments Download
M android_webview/native/aw_http_auth_handler.cc View 2 chunks +4 lines, -4 lines 0 comments Download
M android_webview/native/aw_message_port_service_impl.h View 1 chunk +12 lines, -4 lines 0 comments Download
M android_webview/native/aw_message_port_service_impl.cc View 3 chunks +12 lines, -6 lines 0 comments Download
M android_webview/native/aw_pdf_exporter.h View 1 chunk +2 lines, -2 lines 0 comments Download
M android_webview/native/aw_pdf_exporter.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M android_webview/native/aw_picture.h View 1 chunk +6 lines, -4 lines 0 comments Download
M android_webview/native/aw_picture.cc View 1 chunk +6 lines, -4 lines 0 comments Download
M android_webview/native/aw_quota_manager_bridge_impl.h View 1 chunk +15 lines, -9 lines 0 comments Download
M android_webview/native/aw_quota_manager_bridge_impl.cc View 5 chunks +14 lines, -7 lines 0 comments Download
M android_webview/native/aw_settings.h View 1 chunk +27 lines, -10 lines 0 comments Download
M android_webview/native/aw_settings.cc View 10 chunks +25 lines, -11 lines 0 comments Download
M android_webview/native/permission/aw_permission_request.h View 1 chunk +4 lines, -2 lines 0 comments Download
M android_webview/native/permission/aw_permission_request.cc View 2 chunks +3 lines, -2 lines 0 comments Download

Messages

Total messages: 14 (6 generated)
Torne
All changes scripted and git cl format'ed other than things I've specifically called out below ...
5 years ago (2015-12-03 14:56:30 UTC) #2
sgurun-gerrit only
lgtm https://codereview.chromium.org/1492703004/diff/1/android_webview/native/aw_contents.cc File android_webview/native/aw_contents.cc (right): https://codereview.chromium.org/1492703004/diff/1/android_webview/native/aw_contents.cc#newcode238 android_webview/native/aw_contents.cc:238: AwContentsIoThreadClientImpl::Associate(web_contents_.get(), On 2015/12/03 14:56:30, Torne wrote: > manual ...
5 years ago (2015-12-03 22:21:38 UTC) #3
Torne
On 2015/12/03 22:21:38, sgurun wrote: > lgtm > > https://codereview.chromium.org/1492703004/diff/1/android_webview/native/aw_contents.cc > File android_webview/native/aw_contents.cc (right): > ...
5 years ago (2015-12-04 11:30:50 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1492703004/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1492703004/1
5 years ago (2015-12-04 11:33:50 UTC) #6
commit-bot: I haz the power
Try jobs failed on following builders: android_compile_dbg on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/android_compile_dbg/builds/93744)
5 years ago (2015-12-04 11:48:32 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1492703004/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1492703004/20001
5 years ago (2015-12-04 13:42:51 UTC) #11
commit-bot: I haz the power
Committed patchset #2 (id:20001)
5 years ago (2015-12-04 14:10:20 UTC) #12
commit-bot: I haz the power
5 years ago (2015-12-04 14:11:24 UTC) #14
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/5728d85d64e4e6ff62c520cb2ddcf17cf17e7aaa
Cr-Commit-Position: refs/heads/master@{#363198}

Powered by Google App Engine
This is Rietveld 408576698