index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
base
/
android
/
java
Commit message (
Expand
)
Author
Age
Files
Lines
*
android: Remove TraceEvent.startAsync/finishAsync
boliu
2014-12-10
1
-18
/
+0
*
Added a call to ActivityManager.isLowRamDevice() from SysUtils.detectLowEndDe...
petrcermak
2014-12-03
1
-6
/
+26
*
[Android] Remove the workaround code of a platform bug.
feng
2014-11-27
2
-176
/
+21
*
Support content scheme uri for Chrome on Android
qinmin
2014-11-26
1
-13
/
+29
*
Merge ChromeApiCompatibilityUtils into ApiComatibilityUtils.
aurimas
2014-11-25
1
-0
/
+112
*
Fix a bunch of Java Checkstyle issues.
aurimas
2014-11-20
8
-24
/
+24
*
Upstream ApiCompatibilityUtils for API20+ calls.
aurimas
2014-11-19
1
-16
/
+0
*
Reland [Android] Mark posted UI thread tasks as asynchronous
jdduke
2014-11-13
1
-2
/
+52
*
Revert of [Android] Experimental sync barrier detection for tracing (patchset...
jdduke
2014-11-13
1
-105
/
+0
*
Add a check if file is uncompressed inside zip file to the crazy linker.
petrcermak
2014-11-06
2
-17
/
+19
*
Add UMA for the no map executable support fallback.
petrcermak
2014-11-06
2
-29
/
+65
*
Export TrialExists to Java layer
jaekyun
2014-11-05
1
-0
/
+9
*
Library loading fallback.
petrcermak
2014-11-03
3
-166
/
+423
*
Fix chronic presubmit warnings/errors.
simonb
2014-10-29
2
-29
/
+27
*
Add UMA for testing whether the Chromium library was page aligned in the APK ...
petrcermak
2014-10-29
2
-12
/
+62
*
Clarify failure to load the crazy linker library.
simonb
2014-10-28
1
-0
/
+1
*
Infrastructure for enabling V8's initial snapshot to be loaded from external ...
baixo
2014-10-28
1
-11
/
+32
*
[Android] Initialize CommandLine before any usage in Render.
feng
2014-10-28
1
-7
/
+6
*
Fix for a problem on low-memory devices caused by https://codereview.chromium...
petrcermak
2014-10-27
2
-36
/
+33
*
Final step of the java_cpp_template -> java_cpp_enum migration.
mkosiba
2014-10-23
3
-29
/
+3
*
[Android] Simplify logic for grabbing initial country-code.
yfriedman
2014-10-20
2
-0
/
+17
*
Add a Context argument to LibraryLoader.onNativeInitializationComplete().
petrcermak
2014-10-20
1
-0
/
+6
*
Fix failure to use shared relro on load from a zip file.
simonb
2014-10-17
1
-1
/
+1
*
Fix Java indentation issues.
aurimas
2014-10-16
6
-23
/
+20
*
Cleanup: Consolidate initialization of Android's SecureRandom class.
lambroslambrou
2014-10-16
1
-0
/
+42
*
Add setTextDirection to the ApiCompatibilityUtils.
tedchoc
2014-10-15
1
-1
/
+12
*
Fix Java Checkstyle issues.
Aurimas Liutikas
2014-10-14
4
-19
/
+19
*
Add UMA for testing whether device supports memory mapping APK files with exe...
petrcermak
2014-10-14
2
-5
/
+61
*
Rationalize and fix chromium android linker histogram recording.
simonb
2014-10-13
2
-31
/
+43
*
Add ApiCompat for isDeviceProvisioned (17+) API.
aruslan
2014-10-03
1
-0
/
+14
*
Enable content layer to initCommandLine on Android
johnme
2014-10-02
1
-1
/
+1
*
Microbenchmark for the cost of posting tasks to different pump types
jamesr
2014-09-29
1
-0
/
+12
*
Suppress deprecation of Build.CPU_ABI
aurimas
2014-09-26
1
-3
/
+7
*
Fix CommandLine initialization for Chrome & WebView
hjd
2014-09-26
1
-3
/
+38
*
Revert of Revert of Revert of Revert of Set the javac target and source to 1....
aurimas
2014-09-25
1
-0
/
+2
*
[Checkstyle] Fix misc style issues in Java files.
aurimas
2014-09-25
1
-2
/
+2
*
Revert of Revert of Revert of Set the javac target and source to 1.7 (patchse...
thestig
2014-09-25
1
-2
/
+0
*
Revert of Revert of Set the javac target and source to 1.7 (patchset #1 id:1 ...
aurimas
2014-09-25
1
-0
/
+2
*
Add more methods to APICompatibilityUtils
yusufo
2014-09-24
1
-0
/
+39
*
Adds Build.MANUFACTURER to native BuildInfo wrapper.
gunsch
2014-09-23
1
-0
/
+5
*
[Android] Experimental sync barrier detection for tracing
jdduke
2014-09-23
1
-1
/
+106
*
[Checkstyle] Enable boolean simplification and empty expression checks.
aurimas
2014-09-20
1
-1
/
+1
*
Do not special case the accept button of the time picker.
miguelg
2014-09-19
1
-6
/
+0
*
[Android] Invalidate ChromeShell progress bar during animation
jdduke
2014-09-18
1
-0
/
+32
*
Revert of Set the javac target and source to 1.7 (patchset #2 id:20001 of htt...
aurimas
2014-09-16
1
-2
/
+0
*
Set the javac target and source to 1.7
aurimas
2014-09-16
1
-0
/
+2
*
Revert of [Android] Mark posted UI thread tasks as asynchronous (patchset #4 ...
jdduke
2014-09-15
1
-49
/
+2
*
Migrate ResourceExtractor.java inside org.chromium.base package.
vivek.vg
2014-09-12
2
-0
/
+413
*
On library load failure, retry without shared RELRO.
simonb
2014-09-11
2
-8
/
+46
*
Add @CalledByNative and @AccessedByNative annotations.
simonb
2014-09-03
1
-0
/
+8
[next]