summaryrefslogtreecommitdiffstats
path: root/base/android/jni_array.cc
Commit message (Expand)AuthorAgeFilesLines
* [android_webview] Introduce AwAssets to reference assets inside the apk.primiano@chromium.org2014-07-181-0/+13
* Fix local reference leak in JavaArrayOfByteArrayToStringVector.davidben@chromium.org2014-05-061-5/+6
* Eliminate potential copy in Java array conversions.newt@chromium.org2014-01-161-9/+6
* Enable invalidations for arbitrary objects on Android.stepco@chromium.org2013-09-111-0/+19
* Revert r201604 "Speculative revert to see if this clears up the h..."mpcomplete@google.com2013-05-221-4/+17
* Speculative revert to see if this clears up the http://build.chromium.org/p/c...ananta@chromium.org2013-05-221-17/+4
* Android: Implement JavaFloatArrayToFloatVectorjanx@chromium.org2013-05-221-4/+17
* Implement WebStorage API methodsboliu@chromium.org2013-02-221-0/+20
* Remove extra string copies when iterating listsjoth@chromium.org2012-12-141-4/+8
* base/android/jni_array.h: Add JavaArrayOfByteArraysToStringVector()digit@chromium.org2012-12-051-0/+18
* Upstream ChildProcessLauncher changes for Android.yfriedman@chromium.org2012-06-281-0/+13
* Upstream some more content/ DEPS-related cleanup.sievers@chromium.org2012-06-181-0/+14
* android content shell bringup.jrg@chromium.org2012-06-151-4/+4
* Adding new JNI util methods that deal with Java string arrays and use string16.jcivelli@chromium.org2012-04-241-0/+27
* Upstream Android JNI code, allowing us to use more ScopedJava references.peter@chromium.org2012-02-091-19/+35
* Replace most LOG/CHECK statements with DLOG/DCHECK statements in base.brettw@chromium.org2011-10-261-1/+1
* Revert 107042 - Replace most LOG/CHECK statements with DLOG/DCHECK statements...brettw@chromium.org2011-10-251-1/+1
* Replace most LOG/CHECK statements with DLOG/DCHECK statements in base.brettw@chromium.org2011-10-251-1/+1
* Refactor ScopedJavaRefjoth@chromium.org2011-09-091-18/+26
* Update base/android to use new ScopedJava(Global)Referencesteveblock@google.com2011-08-111-4/+5
* Android's paths and message loop implementation with JNImichaelbai@google.com2011-08-021-0/+52