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
/
testing
Commit message (
Expand
)
Author
Age
Files
Lines
*
clang: Remove another unnecessary workaround
thakis@chromium.org
2012-09-11
1
-1
/
+1
*
Use checked in keystore to sign debug apks
cjhopman@chromium.org
2012-09-11
1
-1
/
+1
*
Fix the gdb path for NDK-r8b.
michaelbai@chromium.org
2012-09-06
2
-2
/
+1
*
Increase logging priority for test markers.
nileshagrawal@chromium.org
2012-08-31
2
-7
/
+7
*
Add gdb server variable for ant
michaelbai@chromium.org
2012-08-30
1
-0
/
+1
*
Enable Chrome Sandbox with in test_env.py
csharp@chromium.org
2012-08-30
2
-1
/
+39
*
Fix errors in xvfb.py and run_test_from_archive.py
maruel@chromium.org
2012-08-29
1
-1
/
+1
*
Fix icevm commands from replacing test commands.
csharp@chromium.org
2012-08-22
1
-2
/
+2
*
Make xvfb.py error easier to understand when xvfb or icewm are not installed.
maruel@chromium.org
2012-08-22
1
-6
/
+16
*
Fix compile error in iossim.
lliabraa@chromium.org
2012-08-20
1
-1
/
+1
*
Update iossim.gyp to use src/build/ios/mac_build.gypi.
lliabraa@chromium.org
2012-08-20
2
-34
/
+80
*
Remove the dependency on the STRIP env variable for Android
peter@chromium.org
2012-08-16
1
-3
/
+13
*
Remove uses of Android's test runner's --ant-compile, as well as the flag its...
peter@chromium.org
2012-08-15
1
-8
/
+3
*
Set LANG variable in test_env.py
csharp@chromium.org
2012-08-14
1
-1
/
+1
*
Android's native_tests.gyp should take WebKit's directory structure into acco...
peter@chromium.org
2012-08-13
2
-3
/
+12
*
Expose the startup timeout as something that can be controlled via commandline.
thomasvl@chromium.org
2012-08-10
1
-5
/
+20
*
[Android] Add chrome_java target for building Java code in the chromium layer.
yfriedman@chromium.org
2012-08-06
3
-15
/
+20
*
There are two places that log failure to start, tweak the message to tell
thomasvl@chromium.org
2012-08-06
1
-1
/
+1
*
Introduce the --sdk-build flag for Android's native test generator
peter@chromium.org
2012-08-01
1
-4
/
+9
*
Improve error handling in iossim.
thomasvl@chromium.org
2012-08-01
1
-10
/
+64
*
- Don't directly link to the private Xcode framework, instead find it at runtime
thomasvl@chromium.org
2012-07-30
2
-21
/
+101
*
Run unit_tests bundle on Android tester bots.
nileshagrawal@chromium.org
2012-07-30
1
-1
/
+1
*
Add support for setting environment variables that are used when the simulated
thomasvl@chromium.org
2012-07-30
1
-7
/
+22
*
Fix up the name of the redirect script to it matches what is on disk.
thomasvl@chromium.org
2012-07-27
1
-1
/
+1
*
Add iossim testing tool for running iOS unit tests.
lliabraa@chromium.org
2012-07-27
4
-0
/
+604
*
Revert r144460 "Remove the linux-only CR_SOURCE_ROOT environment variable ove...
maruel@chromium.org
2012-07-26
1
-0
/
+4
*
Add yfriedman to several Android OWNERS files
yfriedman@chromium.org
2012-07-26
1
-0
/
+1
*
Add a helper script to run unit test targets for iOS
stuartmorgan@chromium.org
2012-07-26
2
-1
/
+88
*
Revert "Revert 147986 - [Android] Add remaining build/common.gypi changes fro...
yfriedman@chromium.org
2012-07-25
1
-0
/
+10
*
Fix the invalid jni header in native_test_launcher on Android.
shouqun.liu@intel.com
2012-07-20
1
-1
/
+1
*
Uses gyp "rules" rather than "actions" templates for the JNI generator.
bulach@chromium.org
2012-07-19
1
-20
/
+7
*
Android: fix test runners for non-rooted devices.
bulach@chromium.org
2012-07-19
2
-1
/
+9
*
Remove "chrome" hardcoded suffix from Android .pak path.
tedchoc@chromium.org
2012-07-17
2
-1
/
+13
*
Do check variable PRODUCT_DIR before any ant targets
yongsheng.zhu@intel.com
2012-07-13
1
-12
/
+7
*
Fix the conflict of input and output manifest files
yongsheng.zhu@intel.com
2012-07-12
1
-0
/
+7
*
Allow unit tests to run in a sub thread for chrome on android
qinmin@chromium.org
2012-07-11
1
-8
/
+20
*
Place jars into the java/libs for native unittest apk
yongsheng.zhu@intel.com
2012-07-11
2
-12
/
+16
*
Make all gtest targets into bundles on iOS
stuartmorgan@chromium.org
2012-07-09
2
-2
/
+73
*
[android] Split top-level scripts and libraries from build/android.
bulach@chromium.org
2012-07-09
1
-2
/
+3
*
Copying gdbserver to the apk to enable native debugging for native_test_apk
shouqun.liu@intel.com
2012-07-06
2
-0
/
+21
*
Inhibit recursion when starting xvfb.py recursively.
maruel@chromium.org
2012-07-05
1
-0
/
+10
*
Add WaitForDebugger for android native tests
shouqun.liu@intel.com
2012-07-05
1
-0
/
+14
*
Upstream: Fix the native test launcher for Chrome on Android.
jknotten@chromium.org
2012-07-05
1
-4
/
+7
*
Remove the linux-only CR_SOURCE_ROOT environment variable override of base::D...
maruel@chromium.org
2012-06-27
1
-3
/
+0
*
APK-based unittests
bulach@chromium.org
2012-06-27
1
-6
/
+10
*
Use rsync to copy android testing directories
ilevy@chromium.org
2012-06-27
1
-41
/
+31
*
Register JNI methods before running unittests on android.
nileshagrawal@chromium.org
2012-06-27
1
-3
/
+2
*
Make GlobalDescriptors::MaybeGet return -1 when the key is not found.
jcivelli@chromium.org
2012-06-27
2
-15
/
+42
*
Revert "Use a test specific macro to call JNI registrars during APK tests."
nileshagrawal@chromium.org
2012-06-26
1
-21
/
+4
*
Use a test specific macro to call JNI registrars during APK tests.
nileshagrawal@chromium.org
2012-06-25
1
-4
/
+21
[next]