summaryrefslogtreecommitdiffstats
path: root/base/android
Commit message (Expand)AuthorAgeFilesLines
* Migrate the rest of PathUtils calls to run in background.wnwen2015-04-211-37/+6
* Avoid PathUtils fetching directory paths on UI thread.wnwen2015-04-201-2/+62
* crazy linker: Add LD_PRELOAD handling.simonb2015-04-171-0/+66
* Avoid having to define Log classes in every layer needing them.dgn2015-04-161-152/+127
* Add ApiCompatibilityUtilsTest#testFinishAndRemoveTaskjaekyun2015-04-151-0/+71
* Move several annotations to annotations package.aurimas2015-04-145-6/+6
* Remove ICS support in C++ code.aurimas2015-04-131-2/+0
* Remove unnecesary ApiCompatibilityUtils calls.aurimas2015-04-101-128/+0
* Added RecordUserAction.record() to avoid having to add a JNI call per UMA actionpkotwicz2015-04-094-0/+81
* Add Exception stack trace support to base.Logdgn2015-04-081-10/+80
* Enable NeedsBraces check and fix some checkstyle issues.aurimas2015-04-031-8/+4
* Add an utility class to improve java logs.dgn2015-04-032-0/+329
* Fix a NPE in LibraryLoader when the context is null.lizeb2015-04-031-3/+8
* Add recordCount100Histogram() & recordSparseSlowlyHistogram() to RecordHistogrampkotwicz2015-04-032-24/+91
* Add @VisibleForTesting for LibraryLoader.ensureInitialized()Xianzhu Wang2015-04-021-0/+2
* Add utility function for checking package versiondgn2015-03-301-0/+37
* Fix NPE in ApplicationStatus.maxbogue2015-03-261-2/+1
* Remove android_webview_build conditions from base.torne2015-03-241-1/+0
* [Android] Incorporate findbugs into android builds.jbudorick2015-03-241-1/+0
* Add an getDrawable to ApiCompatibilityUtilsaurimas2015-03-211-0/+14
* [android] Accessibility for card unmask dialog.rouslan2015-03-201-0/+9
* Fix up if statement curly braces issues.aurimas2015-03-182-10/+11
* Fix invalid class names passed to ClassLoader.loadClass.torne2015-03-161-1/+16
* Asynchronously pre-fault the native library pages.lizeb2015-03-131-0/+80
* Add count histograms to RecordHistogram.hartmanng2015-03-123-0/+89
* Moving the initialization of AtExitManager tomichaelbai2015-03-113-3/+9
* Address NewApi lint warnings in base.newt2015-03-113-6/+15
* Modify the jni_generator_py_tests to output a stamp file.rmcilroy2015-03-112-2/+29
* base: Fix/add header #ifndef guards.danakj2015-03-106-15/+20
* Revert of base: Fix/add header #ifndef guards. (patchset #2 id:20001 of https...bnc2015-03-097-23/+18
* base: Fix/add header #ifndef guards.danakj2015-03-097-18/+23
* base: Add/Fix namespace closing comments.danakj2015-03-071-1/+1
* Address NewApi warnings in src/ui.newt2015-03-051-7/+0
* [Android] Add animation frame time histogram UMA facility.kkimlabs2015-02-274-0/+202
* Removed unnecessary potential lockingripp2015-02-261-14/+17
* Add missing parameter in Android library_loader_hooks.hmichaelbai2015-02-251-1/+1
* Tidy up whitespace in JNI generator output.torne2015-02-2419-4/+23
* Make combined native/manual JNI registration work for clang.torne2015-02-243-10/+20
* [Android] Avoid unnecessray ObserverList compactingjdduke2015-02-241-1/+7
* Separate OnJNIOnLoadmichaelbai2015-02-213-81/+31
* Use combined native/manual JNI registration.torne2015-02-206-5/+334
* Fix LibInfo unmarshalling exception in Linkerpetrcermak2015-02-201-1/+1
* android: Refactor function name template in JNI generator.torne2015-02-201-23/+36
* Add a callback mechanism for resource extraction completion on Android.tedchoc2015-02-191-0/+57
* Exceptions for enabling Web Notifications and the Push API by default.peter2015-02-171-0/+13
* Know the process shared library loaded in.michaelbai2015-02-134-65/+128
* Add time histograms to RecordHistogramcjhopman2015-02-123-10/+156
* Mechanical rename of base::debug -> base::trace_event [final pass]ssid2015-02-091-5/+6
* Pass FROM_HERE to ObserverListThreadSafe::Notify to improve profile.reillyg2015-02-091-1/+2
* Update JNI generator for javap version 1.8.ohrn2015-02-092-2/+20