summaryrefslogtreecommitdiffstats
path: root/base/android/library_loader
Commit message (Expand)AuthorAgeFilesLines
* Introduce new library process type: WEBVIEW_CHILDmnaganov2016-02-091-1/+3
* Revert of Introduce new library process type: WEBVIEW_CHILD (patchset #4 id:6...qinmin2016-02-091-3/+1
* Introduce new library process type: WEBVIEW_CHILDmnaganov2016-02-091-1/+3
* android: Properly record the "native library residency" histogram.lizeb2016-01-083-21/+23
* Switch to standard integer types in base/android/.avi2015-12-243-5/+9
* Disable NativeLibraryPrefetcherTest tests that use mincore()timav2015-12-161-2/+3
* android: Record how much of the native library is there before prefetch.lizeb2015-12-154-4/+114
* cygprofile: increase timeouts to allow showing web contentspasko2015-09-091-0/+7
* jni_generator: Pass object parameters as JavaParamRef.torne2015-09-041-8/+14
* Reland "jni_generator: Make all object-returning natives return ScopedJavaLoc...torne2015-08-261-2/+2
* Revert of jni_generator: Make all object-returning natives return ScopedJavaL...nasko2015-08-241-2/+2
* jni_generator: Make all object-returning natives return ScopedJavaLocalRef.torne2015-08-241-2/+2
* Remove some legacy versions of StartsWith and EndsWith.brettw2015-07-161-3/+3
* Revert of Remove some legacy versions of StartsWith and EndsWith. (patchset #...yosin2015-07-161-3/+3
* Remove some legacy versions of StartsWith and EndsWith.brettw2015-07-161-3/+3
* Record via UMA the amount of time it took to load the Android native libraries.rsesek2015-07-011-2/+19
* Remove no map executable support probe and fallbackpetrcermak2015-05-221-5/+8
* Prefetch the native library from native code by parsing /proc/pid/maps.lizeb2015-04-294-0/+317
* Moving the initialization of AtExitManager tomichaelbai2015-03-112-3/+8
* base: Fix/add header #ifndef guards.danakj2015-03-102-6/+6
* Revert of base: Fix/add header #ifndef guards. (patchset #2 id:20001 of https...bnc2015-03-092-6/+6
* base: Fix/add header #ifndef guards.danakj2015-03-092-6/+6
* Add missing parameter in Android library_loader_hooks.hmichaelbai2015-02-251-1/+1
* Know the process shared library loaded in.michaelbai2015-02-132-6/+28
* [Android] Remove the workaround code of a platform bug.feng2014-11-271-4/+0
* Add a check if file is uncompressed inside zip file to the crazy linker.petrcermak2014-11-061-2/+3
* Add UMA for the no map executable support fallback.petrcermak2014-11-061-1/+7
* Add UMA for testing whether the Chromium library was page aligned in the APK ...petrcermak2014-10-291-2/+5
* Fix for a problem on low-memory devices caused by https://codereview.chromium...petrcermak2014-10-272-15/+42
* Add UMA for testing whether device supports memory mapping APK files with exe...petrcermak2014-10-141-1/+17
* Rationalize and fix chromium android linker histogram recording.simonb2014-10-132-12/+75
* The WebView has a path (early use of the CookieManager) whichhjd@chromium.org2014-08-112-5/+9
* Remove JNIEnv::NewStringUTF calls. Use ConvertUTF8ToJavaString instead.sungmann.cho@navercorp.com2014-05-021-1/+2
* [Android] Workaround of an android platform bug.feng@chromium.org2014-03-211-0/+4
* Move the android library loader from content to baseaberent@chromium.org2014-02-102-0/+119