summaryrefslogtreecommitdiffstats
path: root/base/android/jni_array.cc
Commit message (Expand)AuthorAgeFilesLines
* android: Add ToJavaFloatArray JNI utility.kinaba2016-02-101-0/+20
* Switch to standard integer types in base/android/.avi2015-12-241-1/+1
* android: Add ToJavaByteArray variant for vector<uint8_t>.scheib2015-11-031-11/+20
* Remove two unncessary lines from jni_array.cctwellington2015-10-301-2/+0
* [Contextual Search] Add support for crushed sprites and animate the search pr...twellington2015-10-291-1/+17
* [Android] Adding JavaLongArrayToInt64Vector methodfgorski2015-08-261-0/+10
* Reland "Enable libc++ on Android"jdduke2015-05-051-2/+2
* Revert of Enable libc++ on Android (patchset #16 id:460001 of https://coderev...jam2015-02-071-3/+2
* Enable libc++ on Androidjdduke2015-02-061-2/+3
* [Android] Optimize JNI-related array copiesjdduke2015-01-101-33/+46
* [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