Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
libchrome
/
773e7f21a12fb434d6ae1b879e5690602cc70c32
/
base
/
android
4de626d
Make org.chromium.base.Callback work with lambdas
by Andrew Grieve
· 7 years ago
41f5f94
android: Set importance for WebContents
by Bo Liu
· 7 years ago
54749b7
Add ChildProcessImportance and implement for Android
by Bo Liu
· 7 years ago
819c056
Remove JavaRefOrBare from the JNI generator.
by Torne (Richard Coles)
· 7 years ago
2b7d79d
Removes unnecessary resource extraction step for Android assets
by Felix
· 7 years ago
be861e0
Android: Move all JNI registration code into jni_registration_generator.py
by Andrew Grieve
· 7 years ago
f2efe05
Android: Add support for Java's try-with-resources via Desugar.
by Andrew Grieve
· 7 years ago
b64dd0a
Remove ability to call JNI methods with bare jobject.
by Torne (Richard Coles)
· 7 years ago
5f69cab
Reland "Expose Add/RemoveActionCallback to java"
by Christian Dullweber
· 7 years ago
5e18e99
Update JNI docs/examples.
by Eric Stevenson
· 7 years ago
ac2067d
Make CPL not crash when restarting with an already bound connection.
by Jay Civelli
· 7 years ago
f298053
Revert "Expose Add/RemoveActionCallback to java"
by Alexandre Elias
· 7 years ago
e4cfd24
Android: Use fully qualified names in generated headers where possible
by Andrew Grieve
· 7 years ago
e72ad1d
Reland: Handle Java assert failure using BuildHooks.assertFailureHandler.
by Ran Ji
· 7 years ago
d3217dc
Migrate away from deprecated MessageLoop::QuitWhenIdle() in java_handler_thread.cc
by Gabriel Charette
· 7 years ago
6ece970
Use stricter type checking in UMA_HISTOGRAM_ENUMERATION
by Wei-Yin Chen (陳威尹)
· 7 years ago
1ca0213
Fix typo (occured -> occurred)
by Wei-Yin Chen (陳威尹)
· 7 years ago
f1d228d
Clear connection when they are already used.
by Jay Civelli
· 7 years ago
451aaba
Add a finch trial for disabling library prefetching.
by Dmitry Skiba
· 7 years ago
ac7bafd
Revert of Handle Java assert using a customized function in base (patchset #11 id:470001 of https://codereview.chromium.org/2971063003/ )
by estevenson
· 7 years ago
e5eccda
Create java_assertion_handler, a Java binary that takes in a JAR file
by ranj
· 7 years ago
e345cf4
Add ApiCompatibilityUtils#isInMultiWindowMode()
by Ryan Landay
· 7 years ago
642027d
Revert of Handle Java assert using a customized function in base (patchset #8 id:390001 of https://codereview.chromium.org/2971063003/ )
by mgersh
· 7 years ago
6a0571e
Create java_assertion_handler, a Java binary that takes in a JAR file
by ranj
· 7 years ago
6d5332b
Adding more ChildProcessConnection unit-tests.
by Jay Civelli
· 7 years ago
cfe3236
Moving ChildProcessConnectionTest from content to base.
by Jay Civelli
· 7 years ago
478949e
Moving ChildProcessCreationParams from base to content.
by Jay Civelli
· 7 years ago
0142c46
android: Add thread time to early TraceEvent, make timings more precise.
by lizeb
· 7 years ago
f74a578
Delete JNI registration code under base/android
by Yipeng Wang
· 7 years ago
f916c8a
android: Add bindService/onServiceConnected UMA
by Bo Liu
· 7 years ago
9b144b6
Move ChildProcessLauncher to base/.
by Jay Civelli
· 7 years ago
11eb833
Expose Add/RemoveActionCallback to java
by dullweber
· 7 years ago
4be5365
Delete JNI registration calls in components directory
by Yipeng Wang
· 7 years ago
3f67e18
[Suggestions] Use a promise to detect if download thumbnail is in cache
by Galia Peycheva
· 7 years ago
f9b5046
android: Fix input list for jni_registration_generator.py
by agrieve
· 7 years ago
fba87a3
Reland #3: [Android JNI] Generate calls to RegisterNatives()
by Yipeng Wang
· 7 years ago
97484ae
Revert "Reland #2: [Android JNI] Generate calls to RegisterNatives()"
by Yipeng Wang
· 7 years ago
441852a
Reland #2: [Android JNI] Generate calls to RegisterNatives()
by Yipeng Wang
· 7 years ago
f238658
Add UMA metric to track the time elapsed since a WebAPK was last launched
by pkotwicz
· 7 years ago
00848f0
Add installer_package_name and ABI to crash report
by ranj
· 7 years ago
3d9e048
Revert "Reland: [Android JNI] Generate calls to RegisterNatives()"
by Andrew Grieve
· 7 years ago
31501f1
Detect the OS timezone using JNI
by Jungshik Shin
· 7 years ago
b53c42e
Reland: [Android JNI] Generate calls to RegisterNatives()
by Yipeng Wang
· 7 years ago
0cdb93d
Revert "Detect the OS timezone using JNI"
by Peter Conn
· 7 years ago
42d3c63
Detect the OS timezone using JNI
by Jungshik Shin
· 7 years ago
f9371f3
[android] Backwards-compatible O SDK changes.
by John Budorick
· 7 years ago
1244c4f
Add StrictMode exemption from getDrawable.
by tedchoc
· 7 years ago
29aff67
Revert "Android JNI: Generate calls to RegisterNatives()"
by Yipeng Wang
· 7 years ago
0b397d9
Making MultiProcess tests use the ChildProcessService in base.
by Jay Civelli
· 7 years ago
ff2b18d
Android JNI: Generate calls to RegisterNatives()
by Yipeng Wang
· 7 years ago
ae7527f
[Android] Implement app-wise direct share and share function in Browser Action menu.
by ltian
· 7 years ago
c1855df
Moving ChildProcessService to base.
by Jay Civelli
· 7 years ago
73e4aa9
Add IsCurrentlyLowMemory
by keishi
· 7 years ago
60438ac
Change static methods in JniParams to instance methods
by Yipeng Wang
· 7 years ago
e34ff45
Reland of Android: Refactor BuildInfo to use less jni and remove StrictMode exception
by agrieve
· 7 years ago
9664137
Remove base::android::OnJNIOnLoadRegisterJNI()
by pauljensen
· 7 years ago
499478d
Cleanup of unused Java perf test code from instrumentation tests
by Nick Ward
· 7 years ago
7645519
JNI Generator: make MainDex annotation work with 'implements'.
by Jay Civelli
· 7 years ago
d755579
Always set FLAG_DRAWS_SYSTEM_BAR_BACKGROUNDS on O and up.
by aelias
· 7 years ago
cb6f65f
Add FieldTrialList.GetVariationParameter() for Java.
by Rouslan Solomakhin
· 7 years ago
6a17078
Add native hook to PlatformSupportsCbcsEncryption().
by Simeon Anfinrud
· 7 years ago
d65eefa
[Chromecast] Update CastApplication to use CommandLineInitUtil
by Bryan Henry
· 7 years ago
73b23d8
Making bindAsExternalService a parameter to the allocator constructor.
by Jay Civelli
· 7 years ago
1c54439
android: Remove isExportedService and related changes
by Bo Liu
· 7 years ago
4aa4a82
Android: tidy up outdated version checks.
by torne
· 7 years ago
b664084
android: Record early toplevel Looper events in tracing.
by lizeb
· 7 years ago
a0b7c3f
Change identification of Android O.
by Tommy Nyquist
· 7 years ago
4ad9fe1
android: Add the target to toplevel Looper events in tracing.
by lizeb
· 7 years ago
4405aca
Android: Remove GetApplicationContext part 4
by wnwen
· 7 years ago
b8d32a8
Add functions to convert boolean jni array.
by vitaliii
· 7 years ago
a20021a
Cleanup definition of ActivityState and ApplicationStatus warnings
by dgn
· 8 years ago
e87fadb
[Suggestions UI] Drop Bitmap references from articles under memory pressure.
by bauerb
· 8 years ago
cfc0196
InstalledAppProviderImpl: Assert that code is run off the UI thread.
by mgiuca
· 8 years ago
307dff8
Revert of Add tests to make sure closed CCT activities are not leaked. (patchset #7 id:120001 of https://codereview.chromium.org/2847263003/ )
by olka
· 8 years ago
c4b1e5c
Add tests to make sure closed CCT activities are not leaked.
by dskiba
· 8 years ago
77694fc
Catch more exception when accessing content URI
by qinmin
· 8 years ago
ac6da24
[Android] Update check for whether current OS platform is O
by Tommy Nyquist
· 8 years ago
68e4390
AndroidOverlay implementation using Dialog.
by liberato
· 8 years ago
df28328
Crash if attempting to init the browser process not on UI thread.
by tedchoc
· 8 years ago
8b45148
Update to newer Android Lint and suppress new Lint errors
by zpeng
· 8 years ago
64292ce
Clean up StrictMode.allowThreadDiskReads calls.
by torne
· 8 years ago
e894b27
[Android] Enable multidex for release builds of chrome_public_test_apk. (RELAND)
by jbudorick
· 8 years ago
84ebbda
Revert of [Android] Enable multidex for release builds of chrome_public_test_apk. (patchset #4 id:60001 of https://codereview.chromium.org/2836723002/ )
by jbudorick
· 8 years ago
575321b
[Android] Enable multidex for release builds of chrome_public_test_apk.
by jbudorick
· 8 years ago
a508184
Revert of Android: Refactor BuildInfo to use less jni and remove StrictMode exception (patchset #2 id:20001 of https://codereview.chromium.org/2825233002/ )
by agrieve
· 8 years ago
a27cfe4
Android: Refactor BuildInfo to use less jni and remove StrictMode exception
by agrieve
· 8 years ago
50b82af
Android: Add version suffix to extracted .pak files
by agrieve
· 8 years ago
e294037
Fix naming in base/android/jni_utils.
by estevenson
· 8 years ago
6876878
Android: ResourceExtractor.java: Extract files atomically
by agrieve
· 8 years ago
fea9172
Add ClipboardTest.java back
by ctzsm
· 8 years ago
cbc2b0d
Setup download internal directory for invisible downloads
by shaktisahu
· 8 years ago
54e067a
Increase the limit of command line file size
by ssid
· 8 years ago
a2c9b70
[LowMemory] Increase IsLowEndDevice() triggering to 1GB devices in O.
by mariakhomenko
· 8 years ago
44120da
Correct the android version for using file URI for download
by qinmin
· 8 years ago
d2e4e86
Use file Uri to launch intent for download on M and below
by qinmin
· 8 years ago
dd9573d
[Android] Simplify naming of generated java enums IntDefs
by dgn
· 8 years ago
cc92070
android: Async setupConnection binder call
by boliu
· 8 years ago
4da803a
Revert of android: Async setupConnection binder call (patchset #4 id:60001 of https://codereview.chromium.org/2810433002/ )
by rouslan
· 8 years ago
6d7bea6
android: Async setupConnection binder call
by boliu
· 8 years ago
65b81f3
android: Mark two binder calls oneway
by boliu
· 8 years ago
Next »