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
...
*
[Android] Add InstrumentationUtils class.
mkosiba@chromium.org
2012-08-28
1
-0
/
+32
*
Add DIR_ANDROID_EXTERNAL_STORAGE to base/base_path.h
nileshagrawal@chromium.org
2012-08-24
3
-0
/
+19
*
Add a test runner for android_webview.
mkosiba@chromium.org
2012-08-23
1
-1
/
+1
*
Refactor the Android port to allow access to the chrome layer.
leandrogracia@chromium.org
2012-08-21
1
-1
/
+3
*
[Android] Implement WebSettings.{get|set}Allow{Content|File}Access.
mnaganov@chromium.org
2012-08-20
1
-0
/
+31
*
Moves device_orientation to content namespace
aousterh@chromium.org
2012-08-15
1
-1
/
+1
*
Make jars build from a single ant .xml template
cjhopman@chromium.org
2012-08-13
2
-67
/
+0
*
Upstream ChromeHttpAuthHandler
yusufo@chromium.org
2012-08-07
1
-1
/
+0
*
[Android] Add chrome_java target for building Java code in the chromium layer.
yfriedman@chromium.org
2012-08-06
1
-46
/
+9
*
Move base/android/path_service.cc|h to path_service_android.cc|h
benm@chromium.org
2012-08-06
3
-5
/
+5
*
Android requires some extra functionality to set the path to it's resource pa...
benm@chromium.org
2012-08-03
4
-0
/
+70
*
Do not wrap preprocessor lines in the generated JNI.
tedchoc@chromium.org
2012-08-03
2
-1
/
+19
*
Use JavaObjectWeakGlobalRef in ContentViewCore.
nileshagrawal@chromium.org
2012-08-02
2
-7
/
+21
*
Android: upstream @DisabledTest annotation for instrumentation tests.
bulach@chromium.org
2012-08-01
1
-0
/
+21
*
Android: remove ant environment dependencies.
torne@chromium.org
2012-08-01
2
-30
/
+2
*
Ignore block comments in JNI generator.
husky@chromium.org
2012-07-30
2
-5
/
+29
*
Fix segfault in JNIEnv function hooks for test
husky@chromium.org
2012-07-30
2
-22
/
+33
*
Upstream Android LongPressDetector
yusufo@chromium.org
2012-07-26
1
-0
/
+66
*
Add yfriedman to several Android OWNERS files
yfriedman@chromium.org
2012-07-26
1
-0
/
+1
*
Android: upstream instrumentation test components.
bulach@chromium.org
2012-07-23
3
-0
/
+103
*
Android Allows nested namespace in @JNINamespace annotation.
bulach@chromium.org
2012-07-23
4
-18
/
+20
*
Uses gyp "rules" rather than "actions" templates for the JNI generator.
bulach@chromium.org
2012-07-19
7
-116
/
+63
*
Upstream support for WebKit shared timer toggling.
pliard@chromium.org
2012-07-19
1
-0
/
+1
*
Remove "chrome" hardcoded suffix from Android .pak path.
tedchoc@chromium.org
2012-07-17
1
-11
/
+28
*
Remove the rest of #pragma once in one big CL.
ajwong@chromium.org
2012-07-11
1
-1
/
+0
*
Revert "Revert 146000 - Split out ContentViewCore from ContentView for embedd...
tedchoc@chromium.org
2012-07-11
2
-10
/
+10
*
Revert 146000 - Split out ContentViewCore from ContentView for embedders.
ericu@google.com
2012-07-11
2
-10
/
+10
*
Split out ContentViewCore from ContentView for embedders.
tedchoc@chromium.org
2012-07-11
2
-10
/
+10
*
Switch base/ registrations to a static class method where appropriate.
nileshagrawal@chromium.org
2012-07-09
3
-10
/
+8
*
Move DeviceInfo to common to prevent a DEPS failure.
leandrogracia@chromium.org
2012-07-05
1
-1
/
+1
*
upstream SurfaceTextureListener and SurfaceTextureBridge class for android
qinmin@chromium.org
2012-07-02
1
-1
/
+1
*
Add Java function to retrieve the native library dir.
aurimas@chromium.org
2012-07-02
4
-0
/
+34
*
Android JNI generator: raises an error when there are no JNI methods.
bulach@chromium.org
2012-07-02
2
-0
/
+14
*
JNI Generator: Always generate static fwd declarations for free functions.
pliard@chromium.org
2012-07-02
2
-16
/
+8
*
Upstream ChildProcessLauncher changes for Android.
yfriedman@chromium.org
2012-06-28
2
-0
/
+18
*
Move java files into src parent directory.
navabi@google.com
2012-06-26
13
-1
/
+1
*
Add support for namespace in static JNI methods.
bulach@chromium.org
2012-06-22
10
-128
/
+166
*
Initializes BuildInfo::java_exception_info_. Follow up on: https://chromiumco...
bulach@chromium.org
2012-06-20
2
-45
/
+47
*
Upstream some more content/ DEPS-related cleanup.
sievers@chromium.org
2012-06-18
2
-0
/
+18
*
android content shell bringup.
jrg@chromium.org
2012-06-15
4
-6
/
+22
*
Fix the error package name for SandboxedProcessService
yongsheng.zhu@intel.com
2012-06-14
1
-1
/
+1
*
Fix the ant warning of 'includeantruntime was not set' in android build
shouqun.liu@intel.com
2012-06-13
1
-1
/
+1
*
replace string16 with StringPiece16 in ConvertUTF16ToJavaString()
james.wei@intel.com
2012-06-12
2
-8
/
+11
*
Make the other Java modules debuggable
haitao.feng@intel.com
2012-06-08
1
-1
/
+1
*
Upstream Android proxy config service.
pliard@chromium.org
2012-06-06
1
-1
/
+0
*
Re-apply 139321 - JNI Generator: removes obsolete -p option.
bulach@chromium.org
2012-05-30
1
-9
/
+5
*
Fix ninja build for android.
yfriedman@chromium.org
2012-05-29
1
-1
/
+1
*
Revert 139321 - JNI Generator: removes obsolete -p option.
rlp@chromium.org
2012-05-29
1
-5
/
+9
*
JNI Generator: removes obsolete -p option.
bulach@chromium.org
2012-05-29
1
-9
/
+5
*
Update jni_generator with latest from downstream.
yfriedman@chromium.org
2012-05-23
3
-45
/
+88
[prev]
[next]