summaryrefslogtreecommitdiffstats
path: root/base/android
Commit message (Expand)AuthorAgeFilesLines
* Remove two unncessary lines from jni_array.cctwellington2015-10-301-2/+0
* Using copy_ex to copy assetsmichaelbai2015-10-301-0/+13
* [Contextual Search] Add support for crushed sprites and animate the search pr...twellington2015-10-293-6/+80
* Add torne@ to base/android ownersboliu2015-10-291-0/+1
* Add single-argument org.chromium.base.Callback for Java.maxbogue2015-10-261-0/+17
* Remove base::MessageLoop::{Quit,QuitClosure} functionski.stfu2015-10-231-1/+1
* Allow InitVM to be called multiple timesmichaelbai2015-10-221-1/+1
* WebApp splashscreen: add UMA to record how a splashscreen is constructed.mlamouri2015-10-221-0/+10
* Fix PathUtilsTest.TestGetNativeLibraryDirectory on GNpkotwicz2015-10-211-2/+5
* Web app splash screen: fix crash when theme-color isn't fully opaque.mlamouri2015-10-211-1/+4
* Remove BuildInfo.isMncOrLater()aurimas2015-10-191-10/+0
* [Android] remove dots from log tagsdgn2015-10-141-1/+1
* Move ChromeCommandLineInitUtil to base/dtrainor2015-10-051-0/+107
* Make AndroidWebviewShell stop initializing ApplicationStatusdgn2015-10-021-28/+43
* Reenable deprecation warning checking.aurimas2015-10-011-0/+12
* Adding GetCurrentThreadPriority API in Android platform.ajith.v2015-09-301-0/+10
* Fix potential lint errors ahead of support library rollyusufo2015-09-291-0/+4
* Remove a piece of unused code from ApiCompatibilityUtilsianwen2015-09-291-18/+0
* Remove unnecessary crazy_linker order_profiling logicpkotwicz2015-09-251-6/+0
* Fix up _some_ web app directory StrictMode violationsdfalcantara2015-09-251-0/+31
* Resize Breakpad guard region to the minimum required.simonb2015-09-242-18/+41
* Update chromium library loader for new log tag policy.simonb2015-09-225-8/+6
* [android] Change the recommended log tag format to "cr_foo"dgn2015-09-182-18/+53
* Ensure low-memory renderers retry failed loads correctly.simonb2015-09-172-22/+22
* GN: Side-load dex files as well as native code in incremental installsagrieve2015-09-164-141/+0
* Remove base's implicit_cast.danakj2015-09-151-2/+5
* Allow ConvertJavaStringTo* to be called with (JNIEnv, JavaRef).torne2015-09-152-0/+12
* Hide existing StrictMode violations.wnwen2015-09-101-2/+9
* jni: Forbid inappropriate JNI parameter conversions.torne2015-09-091-0/+7
* cygprofile: increase timeouts to allow showing web contentspasko2015-09-091-0/+7
* Revert of Pre-cache downloads directory path in PathUtils. (patchset #1 id:1 ...mimee2015-09-041-7/+3
* jni_generator: Pass object parameters as JavaParamRef.torne2015-09-0429-193/+343
* Update getColorStateList calls that were deprecated in M.aurimas2015-09-031-0/+13
* Fix deprecation warnings in remoting/android/lambroslambrou2015-09-021-0/+12
* Move the android logging doc to //docsdgn2015-09-022-163/+1
* Make Linker.isUsed() static, and clean up the fallout.simonb2015-09-014-101/+108
* [Android] Remove runtime log level checksdgn2015-09-013-236/+72
* GN(android): Add scripts & runtime logic for installing _incremental apksagrieve2015-09-014-0/+136
* [Android] Adding tests for jlongArray conversions to vectorsfgorski2015-08-311-0/+55
* Annotate GN executables and shared_libraries with sanitizer deps.brettw2015-08-311-0/+1
* Add UMA metrics to record the size of internal memory available on a user's d...khushalsagar2015-08-313-0/+90
* [Android] Remove multidex installation until multidex is deployed.jbudorick2015-08-281-3/+0
* Add API 23 (Marshmallow) to build_info.handrewhayden2015-08-271-1/+2
* Fix wrong usages of ScopedJavaLocalRef::Release().torne2015-08-272-3/+5
* Turn on ModernLinker for Android M and later.simonb2015-08-271-4/+12
* jni_generator: support jthrowable.torne2015-08-273-1/+29
* Allow pre-KitKat devices to fallback to svelte mode.aurimas2015-08-271-5/+2
* Remove reflection use for WindowCallback.aurimas2015-08-263-102/+161
* [Android] Adding JavaLongArrayToInt64Vector methodfgorski2015-08-262-0/+16
* Reland "jni_generator: Make all object-returning natives return ScopedJavaLoc...torne2015-08-2613-141/+138