summaryrefslogtreecommitdiffstats
path: root/base/android/java
Commit message (Expand)AuthorAgeFilesLines
* android: Remove TraceEvent.startAsync/finishAsyncboliu2014-12-101-18/+0
* Added a call to ActivityManager.isLowRamDevice() from SysUtils.detectLowEndDe...petrcermak2014-12-031-6/+26
* [Android] Remove the workaround code of a platform bug.feng2014-11-272-176/+21
* Support content scheme uri for Chrome on Androidqinmin2014-11-261-13/+29
* Merge ChromeApiCompatibilityUtils into ApiComatibilityUtils.aurimas2014-11-251-0/+112
* Fix a bunch of Java Checkstyle issues.aurimas2014-11-208-24/+24
* Upstream ApiCompatibilityUtils for API20+ calls.aurimas2014-11-191-16/+0
* Reland [Android] Mark posted UI thread tasks as asynchronousjdduke2014-11-131-2/+52
* Revert of [Android] Experimental sync barrier detection for tracing (patchset...jdduke2014-11-131-105/+0
* Add a check if file is uncompressed inside zip file to the crazy linker.petrcermak2014-11-062-17/+19
* Add UMA for the no map executable support fallback.petrcermak2014-11-062-29/+65
* Export TrialExists to Java layerjaekyun2014-11-051-0/+9
* Library loading fallback.petrcermak2014-11-033-166/+423
* Fix chronic presubmit warnings/errors.simonb2014-10-292-29/+27
* Add UMA for testing whether the Chromium library was page aligned in the APK ...petrcermak2014-10-292-12/+62
* Clarify failure to load the crazy linker library.simonb2014-10-281-0/+1
* Infrastructure for enabling V8's initial snapshot to be loaded from external ...baixo2014-10-281-11/+32
* [Android] Initialize CommandLine before any usage in Render.feng2014-10-281-7/+6
* Fix for a problem on low-memory devices caused by https://codereview.chromium...petrcermak2014-10-272-36/+33
* Final step of the java_cpp_template -> java_cpp_enum migration.mkosiba2014-10-233-29/+3
* [Android] Simplify logic for grabbing initial country-code.yfriedman2014-10-202-0/+17
* Add a Context argument to LibraryLoader.onNativeInitializationComplete().petrcermak2014-10-201-0/+6
* Fix failure to use shared relro on load from a zip file.simonb2014-10-171-1/+1
* Fix Java indentation issues.aurimas2014-10-166-23/+20
* Cleanup: Consolidate initialization of Android's SecureRandom class.lambroslambrou2014-10-161-0/+42
* Add setTextDirection to the ApiCompatibilityUtils.tedchoc2014-10-151-1/+12
* Fix Java Checkstyle issues.Aurimas Liutikas2014-10-144-19/+19
* Add UMA for testing whether device supports memory mapping APK files with exe...petrcermak2014-10-142-5/+61
* Rationalize and fix chromium android linker histogram recording.simonb2014-10-132-31/+43
* Add ApiCompat for isDeviceProvisioned (17+) API.aruslan2014-10-031-0/+14
* Enable content layer to initCommandLine on Androidjohnme2014-10-021-1/+1
* Microbenchmark for the cost of posting tasks to different pump typesjamesr2014-09-291-0/+12
* Suppress deprecation of Build.CPU_ABIaurimas2014-09-261-3/+7
* Fix CommandLine initialization for Chrome & WebViewhjd2014-09-261-3/+38
* Revert of Revert of Revert of Revert of Set the javac target and source to 1....aurimas2014-09-251-0/+2
* [Checkstyle] Fix misc style issues in Java files.aurimas2014-09-251-2/+2
* Revert of Revert of Revert of Set the javac target and source to 1.7 (patchse...thestig2014-09-251-2/+0
* Revert of Revert of Set the javac target and source to 1.7 (patchset #1 id:1 ...aurimas2014-09-251-0/+2
* Add more methods to APICompatibilityUtilsyusufo2014-09-241-0/+39
* Adds Build.MANUFACTURER to native BuildInfo wrapper.gunsch2014-09-231-0/+5
* [Android] Experimental sync barrier detection for tracingjdduke2014-09-231-1/+106
* [Checkstyle] Enable boolean simplification and empty expression checks.aurimas2014-09-201-1/+1
* Do not special case the accept button of the time picker.miguelg2014-09-191-6/+0
* [Android] Invalidate ChromeShell progress bar during animationjdduke2014-09-181-0/+32
* Revert of Set the javac target and source to 1.7 (patchset #2 id:20001 of htt...aurimas2014-09-161-2/+0
* Set the javac target and source to 1.7aurimas2014-09-161-0/+2
* Revert of [Android] Mark posted UI thread tasks as asynchronous (patchset #4 ...jdduke2014-09-151-49/+2
* Migrate ResourceExtractor.java inside org.chromium.base package.vivek.vg2014-09-122-0/+413
* On library load failure, retry without shared RELRO.simonb2014-09-112-8/+46
* Add @CalledByNative and @AccessedByNative annotations.simonb2014-09-031-0/+8