summaryrefslogtreecommitdiffstats
path: root/testing/android
Commit message (Expand)AuthorAgeFilesLines
* Add RECORD_AUDIO in Android manifest.leozwang@chromium.org2013-02-091-0/+1
* Android: Refactor native test setup in a util class.nileshagrawal@chromium.org2013-02-094-86/+159
* Move string tokenizer to base/strings.brettw@chromium.org2013-02-021-3/+3
* Add camera permission in manifest files.wjia@chromium.org2013-01-311-0/+1
* Nuke jrg from android OWNERS files.yfriedman@chromium.org2013-01-161-1/+0
* Throw exception when initialization failed.michaelbai@chromium.org2013-01-151-26/+21
* Fix findbugs issueskristianm@chromium.org2013-01-111-3/+3
* Revert 176198yfriedman@chromium.org2013-01-101-1/+1
* Revert 176176smckay@chromium.org2013-01-101-1/+1
* Update Android build to API level 17 and SDK Tools version 21yfriedman@chromium.org2013-01-101-1/+1
* Reduce verbosity of Android builds.yfriedman@chromium.org2012-12-183-9/+8
* android: Improve ActivityStatus and add ChromiumActivity.digit@chromium.org2012-12-071-1/+2
* Remove hardcoded chromium_*.jar pathscjhopman@chromium.org2012-12-053-30/+15
* Remove redundant option from script.shashishekhar@chromium.org2012-10-191-4/+0
* Android: Integrates native and java SystemMonitor.bulach@chromium.org2012-10-161-0/+4
* Nuke unused test code.shashishekhar@chromium.org2012-10-101-22/+3
* Android: creates fifo for test runners in internal directory.bulach@chromium.org2012-09-212-5/+3
* Support creating a fifo for stdin and separating stderr in its own fifo for A...peter@chromium.org2012-09-211-8/+37
* Android: uses a fifo rather than logcat for the test runner.bulach@chromium.org2012-09-192-78/+48
* Use checked in keystore to sign debug apkscjhopman@chromium.org2012-09-111-1/+1
* Fix the gdb path for NDK-r8b.michaelbai@chromium.org2012-09-062-2/+1
* Increase logging priority for test markers.nileshagrawal@chromium.org2012-08-312-7/+7
* Add gdb server variable for antmichaelbai@chromium.org2012-08-301-0/+1
* Remove the dependency on the STRIP env variable for Androidpeter@chromium.org2012-08-161-3/+13
* Remove uses of Android's test runner's --ant-compile, as well as the flag its...peter@chromium.org2012-08-151-8/+3
* Android's native_tests.gyp should take WebKit's directory structure into acco...peter@chromium.org2012-08-132-3/+12
* [Android] Add chrome_java target for building Java code in the chromium layer.yfriedman@chromium.org2012-08-063-15/+20
* Introduce the --sdk-build flag for Android's native test generatorpeter@chromium.org2012-08-011-4/+9
* Run unit_tests bundle on Android tester bots.nileshagrawal@chromium.org2012-07-301-1/+1
* Add yfriedman to several Android OWNERS filesyfriedman@chromium.org2012-07-261-0/+1
* Fix the invalid jni header in native_test_launcher on Android.shouqun.liu@intel.com2012-07-201-1/+1
* Uses gyp "rules" rather than "actions" templates for the JNI generator.bulach@chromium.org2012-07-191-20/+7
* Android: fix test runners for non-rooted devices.bulach@chromium.org2012-07-192-1/+9
* Remove "chrome" hardcoded suffix from Android .pak path.tedchoc@chromium.org2012-07-172-1/+13
* Do check variable PRODUCT_DIR before any ant targetsyongsheng.zhu@intel.com2012-07-131-12/+7
* Fix the conflict of input and output manifest filesyongsheng.zhu@intel.com2012-07-121-0/+7
* Allow unit tests to run in a sub thread for chrome on androidqinmin@chromium.org2012-07-111-8/+20
* Place jars into the java/libs for native unittest apkyongsheng.zhu@intel.com2012-07-112-12/+16
* [android] Split top-level scripts and libraries from build/android.bulach@chromium.org2012-07-091-2/+3
* Copying gdbserver to the apk to enable native debugging for native_test_apkshouqun.liu@intel.com2012-07-062-0/+21
* Add WaitForDebugger for android native testsshouqun.liu@intel.com2012-07-051-0/+14
* Upstream: Fix the native test launcher for Chrome on Android.jknotten@chromium.org2012-07-051-4/+7
* APK-based unittestsbulach@chromium.org2012-06-271-6/+10
* Use rsync to copy android testing directoriesilevy@chromium.org2012-06-271-41/+31
* Register JNI methods before running unittests on android.nileshagrawal@chromium.org2012-06-271-3/+2
* Revert "Use a test specific macro to call JNI registrars during APK tests."nileshagrawal@chromium.org2012-06-261-21/+4
* Use a test specific macro to call JNI registrars during APK tests.nileshagrawal@chromium.org2012-06-251-4/+21
* Run APK tests on the main thread.nileshagrawal@chromium.org2012-06-251-10/+14
* Remove duplicate call to InitAndroidTest.nileshagrawal@chromium.org2012-06-112-7/+0
* Chromium support of running DumpRenderTree as an apk on Androidwangxianzhu@chromium.org2012-06-013-52/+51