commit | 43acf4e4ebec8ae03d5e7289d439ea134c04dea2 | [log] [tgz] |
---|---|---|
author | Torne (Richard Coles) <torne@google.com> | Mon Jul 31 18:15:04 2017 |
committer | Commit Bot <commit-bot@chromium.org> | Mon Jul 31 18:15:04 2017 |
tree | 64efc426f5137601d8cb3526c4f15ea06f2ecb03 | |
parent | 87ac6fa2690f3f61b5d4b8457738b1370590c5b0 [diff] |
Pass JavaRef to Java methods in cronet. Update code in cronet 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 Cq-Include-Trybots: master.tryserver.chromium.android:android_cronet_tester Change-Id: Id58e5b96c08df22f81f1a205cff877523ff2dad0 Reviewed-on: https://chromium-review.googlesource.com/591617 Reviewed-by: Paul Jensen <pauljensen@chromium.org> Commit-Queue: Richard Coles <torne@chromium.org> Cr-Commit-Position: refs/heads/master@{#490785}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .