summaryrefslogtreecommitdiffstats
path: root/base/android
Commit message (Expand)AuthorAgeFilesLines
* Add a check if file is uncompressed inside zip file to the crazy linker.petrcermak2014-11-064-29/+33
* Add UMA for the no map executable support fallback.petrcermak2014-11-064-36/+93
* Export TrialExists to Java layerjaekyun2014-11-052-0/+14
* Library loading fallback.petrcermak2014-11-035-184/+471
* 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-294-16/+99
* 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-274-51/+75
* Final step of the java_cpp_template -> java_cpp_enum migration.mkosiba2014-10-235-49/+14
* GN: Enable loading libraries from apkscjhopman2014-10-232-1/+14
* [Android] Simplify logic for grabbing initial country-code.yfriedman2014-10-205-0/+77
* Add a Context argument to LibraryLoader.onNativeInitializationComplete().petrcermak2014-10-201-0/+6
* Tidy logcat message on test for mmap from apk.simonb2014-10-201-6/+5
* Make crazy linker work in gn buildcjhopman2014-10-171-0/+18
* Fix failure to use shared relro on load from a zip file.simonb2014-10-171-1/+1
* Fix Java indentation issues.aurimas2014-10-167-231/+231
* 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-145-21/+21
* Add UMA for testing whether device supports memory mapping APK files with exe...petrcermak2014-10-144-7/+125
* Rationalize and fix chromium android linker histogram recording.simonb2014-10-134-43/+118
* replace OVERRIDE and FINAL with override and final in base/mostynb2014-10-071-2/+2
* 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-293-0/+27
* 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-252-3/+3
* 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-233-0/+11
* [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
* [chromium linker] Check for null ParcelFileDescriptor before using it.avayvod2014-09-031-1/+2
* Fix conversions from 32-bit pointers to signed 64-bit integers.avayvod2014-09-031-2/+3
* [Android] Add missing @VisibleForTesting annotations.aurimas2014-09-024-0/+24
* Add a flag to let render process wait for java debuggerjaekyun2014-08-301-0/+3
* [Android] Mark posted UI thread tasks as asynchronousjdduke2014-08-291-2/+49