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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add a check if file is uncompressed inside zip file to the crazy linker.
petrcermak
2014-11-06
4
-29
/
+33
*
Add UMA for the no map executable support fallback.
petrcermak
2014-11-06
4
-36
/
+93
*
Export TrialExists to Java layer
jaekyun
2014-11-05
2
-0
/
+14
*
Library loading fallback.
petrcermak
2014-11-03
5
-184
/
+471
*
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
4
-16
/
+99
*
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
4
-51
/
+75
*
Final step of the java_cpp_template -> java_cpp_enum migration.
mkosiba
2014-10-23
5
-49
/
+14
*
GN: Enable loading libraries from apks
cjhopman
2014-10-23
2
-1
/
+14
*
[Android] Simplify logic for grabbing initial country-code.
yfriedman
2014-10-20
5
-0
/
+77
*
Add a Context argument to LibraryLoader.onNativeInitializationComplete().
petrcermak
2014-10-20
1
-0
/
+6
*
Tidy logcat message on test for mmap from apk.
simonb
2014-10-20
1
-6
/
+5
*
Make crazy linker work in gn build
cjhopman
2014-10-17
1
-0
/
+18
*
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
7
-231
/
+231
*
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
5
-21
/
+21
*
Add UMA for testing whether device supports memory mapping APK files with exe...
petrcermak
2014-10-14
4
-7
/
+125
*
Rationalize and fix chromium android linker histogram recording.
simonb
2014-10-13
4
-43
/
+118
*
replace OVERRIDE and FINAL with override and final in base/
mostynb
2014-10-07
1
-2
/
+2
*
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
3
-0
/
+27
*
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
2
-3
/
+3
*
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
3
-0
/
+11
*
[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
*
[chromium linker] Check for null ParcelFileDescriptor before using it.
avayvod
2014-09-03
1
-1
/
+2
*
Fix conversions from 32-bit pointers to signed 64-bit integers.
avayvod
2014-09-03
1
-2
/
+3
*
[Android] Add missing @VisibleForTesting annotations.
aurimas
2014-09-02
4
-0
/
+24
*
Add a flag to let render process wait for java debugger
jaekyun
2014-08-30
1
-0
/
+3
*
[Android] Mark posted UI thread tasks as asynchronous
jdduke
2014-08-29
1
-2
/
+49
[next]