| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Android: follow up on crrev.com/250035, remove unused import. | bulach@chromium.org | 2014-02-10 | 1 | -1/+0 |
* | android: Require exe unittests to have a foo_unittest_stripped target. | thakis@chromium.org | 2014-02-10 | 1 | -21/+16 |
* | Disable flaky unittest | dfalcantara@chromium.org | 2014-02-07 | 1 | -0/+3 |
* | Enable presubmit pylint in build/android. | jbudorick@chromium.org | 2014-02-07 | 92 | -357/+402 |
* | [Android WebView] Add AwResource.setResources() and setErrorPageResources(). | thestig@chromium.org | 2014-02-06 | 1 | -3/+3 |
* | Re-enable the two blink heap unit tests. | wibling@chromium.org | 2014-02-06 | 1 | -3/+0 |
* | Re-enable content_browsertests on main waterfall. | zty@chromium.org | 2014-02-06 | 2 | -9/+3 |
* | FindBugs: Rename org.chromium.base.test.util.ScalableTimeout.ScaleTimeout to ... | thestig@chromium.org | 2014-02-06 | 1 | -1/+0 |
* | Enable stack tool and ASan symbolization of logcat on Android bots. | eugenis@chromium.org | 2014-02-05 | 2 | -2/+24 |
* | Enable component=shared_library on the asan/android bot. | eugenis@chromium.org | 2014-02-05 | 1 | -1/+2 |
* | FindBugs: Fix a synchronized method warning in HttpAuthDatabase.java. | thestig@chromium.org | 2014-02-05 | 1 | -2/+0 |
* | Revert "Enable stack tool and ASan symbolization of logcat on Android bots." | navabi@google.com | 2014-02-05 | 2 | -24/+2 |
* | Remove all_android.gyp. | thakis@chromium.org | 2014-02-04 | 1 | -15/+1 |
* | Disable failing blink_heap_unittests on Android | pasko@chromium.org | 2014-02-04 | 1 | -0/+5 |
* | android envsetup: Move some webview-specific configuration into gyp_webview. | thakis@chromium.org | 2014-02-04 | 2 | -8/+0 |
* | android envsetup: Stop honoring CHROME_ANDROID_WEBVIEW_ENABLE_DMPROF. | thakis@chromium.org | 2014-02-04 | 1 | -5/+0 |
* | Enable stack tool and ASan symbolization of logcat on Android bots. | eugenis@chromium.org | 2014-02-04 | 2 | -2/+24 |
* | Re-add blink_heap_unittests to android recipe. | dpranke@chromium.org | 2014-02-03 | 2 | -1/+3 |
* | android envsetup: Remove --try-32bit-host flag. | thakis@chromium.org | 2014-02-03 | 2 | -18/+3 |
* | android envsetup: If ANDROID_SDK_ROOT is set, honor it unconditionally. | thakis@chromium.org | 2014-02-03 | 1 | -3/+1 |
* | Revert "Add blink_heap_unittests to android recipe." | qsr@chromium.org | 2014-02-03 | 2 | -3/+1 |
* | android envsetup: Don't set mips_arch_variant. | thakis@chromium.org | 2014-02-02 | 1 | -1/+0 |
* | Add blink_heap_unittests to android recipe. | dpranke@chromium.org | 2014-02-02 | 2 | -1/+3 |
* | android envsetup: Stop explicitly setting host_arch when target_arch=x86. | thakis@chromium.org | 2014-01-31 | 1 | -3/+0 |
* | android envsetup: Stop adding NDK to PATH. | thakis@chromium.org | 2014-01-31 | 1 | -2/+1 |
* | adb_gdb: AddressSanitizer support. | eugenis@chromium.org | 2014-01-31 | 1 | -1/+9 |
* | Renames gfx::FontList::Derive* family. | yukishiino@chromium.org | 2014-01-31 | 1 | -5/+3 |
* | android/clang: Don't add path to gold shim to PATH, use -B instead. | thakis@chromium.org | 2014-01-31 | 1 | -6/+0 |
* | Only include chromevox_test_data in isolated swarming tests for chromeos builds. | plundblad@chromium.org | 2014-01-30 | 1 | -0/+1 |
* | [Android] Perform eager gesture recognition on MotionEvents | jdduke@chromium.org | 2014-01-30 | 2 | -2/+1 |
* | Remove net dependency from ui/gfx | jamesr@chromium.org | 2014-01-30 | 1 | -15/+0 |
* | Drop warnings from adb shell output | b.kelemen@samsung.com | 2014-01-29 | 1 | -0/+3 |
* | Update WebRTC test filter for Chromium tests. | kjellander@chromium.org | 2014-01-29 | 1 | -1/+1 |
* | Update asan_symbolize script to work with new logcat format. | eugenis@chromium.org | 2014-01-29 | 1 | -6/+7 |
* | Suppress 4 findbugs issues in tooling-only code. | thakis@chromium.org | 2014-01-29 | 1 | -0/+4 |
* | android buildbot: Default to ninja's default target instead of All. | thakis@chromium.org | 2014-01-29 | 1 | -6/+5 |
* | android envsetup: Remove default_target=All | thakis@chromium.org | 2014-01-29 | 1 | -3/+0 |
* | Revert of [Android] Re-enable content_browsertests on main waterfall. (https... | cjhopman@chromium.org | 2014-01-29 | 1 | -1/+1 |
* | android envsetup: Stop setting TARGET_PRODUCT, don't unset ANDROID_BUILD_TOP. | thakis@chromium.org | 2014-01-28 | 1 | -7/+1 |
* | [Android] Re-enable content_browsertests on main waterfall. | frankf@chromium.org | 2014-01-27 | 1 | -1/+1 |
* | [Android] Disable remaining failing content_browsertests. | frankf@chromium.org | 2014-01-27 | 1 | -0/+15 |
* | android envsetup: Stop setting ORDER_DEFINES. | thakis@chromium.org | 2014-01-27 | 1 | -8/+0 |
* | android envsetup: Delete bitrotted comments. | thakis@chromium.org | 2014-01-27 | 1 | -17/+3 |
* | android envsetup: Stop setting use_libffmpeg=0 for x86 targets. | thakis@chromium.org | 2014-01-27 | 1 | -3/+0 |
* | ASan/Android: crash on calloc overflow. | eugenis@chromium.org | 2014-01-27 | 1 | -1/+4 |
* | [Android] Disabling TouchInputBrowserTests timing out on android. | frankf@chromium.org | 2014-01-25 | 1 | -0/+10 |
* | [Android] Disable webrtc browser tests timing out/failing on Android. | frankf@chromium.org | 2014-01-24 | 1 | -0/+16 |
* | android envsetup: Stop setting OBJCOPY. | thakis@chromium.org | 2014-01-24 | 1 | -1/+1 |
* | [Android] Disable 4 failing accessibility-related content browsertests. | frankf@chromium.org | 2014-01-24 | 1 | -0/+4 |
* | Switch to the "new" way of ASan deployment on Android devices. | eugenis@chromium.org | 2014-01-24 | 1 | -22/+9 |