| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix potential deadlock situation for ChromeOS sounds. | dalecurtis@google.com | 2014-06-21 | 1 | -2/+0 |
* | net: FileStream cleanup | rvargas@chromium.org | 2014-06-20 | 3 | -4/+29 |
* | JarJar resources when building the android_webview. | mkosiba@chromium.org | 2014-06-20 | 3 | -10/+55 |
* | Expand the JsonPrefStore's interface to allow for an alternate filename to be... | gab@chromium.org | 2014-06-20 | 3 | -10/+249 |
* | Password bubble: Ensure that the bubble stays open for at least 1 second. | mkwst@chromium.org | 2014-06-20 | 1 | -1/+2 |
* | Ensure the OSX crash catcher does not trigger on SIGABRT when disabled. | ncbray@chromium.org | 2014-06-20 | 1 | -1/+4 |
* | Stop using the nacl_secure_random_init() which is deprecated. | penghuang@chromium.org | 2014-06-20 | 1 | -1/+0 |
* | Set chrome thread name in JVM. | byungchul@chromium.org | 2014-06-20 | 2 | -2/+23 |
* | Alter the design of the bootstrap sandbox to only take over the bootstrap por... | rsesek@chromium.org | 2014-06-19 | 3 | -0/+36 |
* | Remove IsRunningOnIOS6OrLater | stuartmorgan@chromium.org | 2014-06-19 | 4 | -15/+3 |
* | Remove unused header in safe_math_impl.h | jschuh@chromium.org | 2014-06-19 | 1 | -1/+0 |
* | Fix not to close the bubble when entering full screen. | malcolm.2.wang@gmail.com | 2014-06-19 | 3 | -1/+19 |
* | ServiceWorker: Remove unused suppression for tsan | nhiroki@chromium.org | 2014-06-19 | 1 | -3/+0 |
* | Suppress data race in ExtensioNGCMAppHandlerTest | oshima@chromium.org | 2014-06-19 | 1 | -0/+3 |
* | Improve the no-op reconcilor so that it doesn't "hang" after the first execut... | mlerman@chromium.org | 2014-06-19 | 1 | -0/+4 |
* | Move preference MACs to the protected preference stores. | erikwright@chromium.org | 2014-06-18 | 6 | -13/+28 |
* | Remove the definition of AtomicOps_Internalx86CPUFeatures from base/atomicops... | glider@chromium.org | 2014-06-18 | 1 | -18/+0 |
* | Remove two unused logging::LogMessage constructors. | viettrungluu@chromium.org | 2014-06-18 | 2 | -33/+4 |
* | Remove TraceStringWrapper::operator const char*() | wangxianzhu@chromium.org | 2014-06-18 | 1 | -8/+10 |
* | Revert 268371 "base: Increase emulated discardable memory limit." | reveman@chromium.org | 2014-06-18 | 1 | -3/+4 |
* | Calling Shutdown() for Android content_browsertests. Removed webrtc test hack. | starodub@google.com | 2014-06-18 | 2 | -2/+3 |
* | Revert "Improve the no-op reconcilor so that it doesn't "hang" after the firs... | hirono@chromium.org | 2014-06-18 | 1 | -4/+0 |
* | Fix SafeSPrintfTest.Truncation in base_unittests | yang.gu@intel.com | 2014-06-18 | 1 | -2/+3 |
* | Follow-up to https://codereview.chromium.org/291993003/ | thakis@chromium.org | 2014-06-17 | 1 | -1/+0 |
* | Android: enable chromium linker on the shells. | bulach@chromium.org | 2014-06-17 | 1 | -5/+14 |
* | Fix issue where OpenKey() would call Close() and reset the wow64_access to 0 ... | wfh@chromium.org | 2014-06-17 | 2 | -1/+20 |
* | Use nacl_secure_random() in rand_util_nacl.cc | penghuang@chromium.org | 2014-06-17 | 2 | -31/+15 |
* | Speculatively increase test timeouts under MSan. | earthdok@chromium.org | 2014-06-17 | 1 | -2/+4 |
* | Remove the LOG_ERROR_REPORT log severity level. | viettrungluu@chromium.org | 2014-06-17 | 4 | -68/+13 |
* | Improve the no-op reconcilor so that it doesn't "hang" after the first execut... | mlerman@chromium.org | 2014-06-17 | 1 | -0/+4 |
* | Increase test timeouts under MSan. | earthdok@chromium.org | 2014-06-16 | 1 | -2/+3 |
* | Use the local crazy_linker source fork in place of the NDK. | simonb@chromium.org | 2014-06-16 | 1 | -1/+4 |
* | Add 'strip_path_prefix=Release/../../' to the default options for ASan/TSan. | earthdok@chromium.org | 2014-06-16 | 1 | -4/+12 |
* | Export ASAN helpers for component builds. | dcheng@chromium.org | 2014-06-16 | 1 | -5/+6 |
* | Add support for client L2CAP sockets on Mac. | isherman@chromium.org | 2014-06-14 | 1 | -3/+5 |
* | Add some function to induce ASan crashes. | sebmarchand@chromium.org | 2014-06-14 | 4 | -2/+178 |
* | mac: Add overscroll animator slider. | erikchen@chromium.org | 2014-06-14 | 1 | -0/+1 |
* | Respect "reopen windows..." system option by resuming session after reboot. | leng@chromium.org | 2014-06-13 | 2 | -0/+20 |
* | Revert 277111 "Roll ICU to icu52" | sorin@chromium.org | 2014-06-13 | 1 | -2/+16 |
* | Roll ICU to icu52 | jshin@chromium.org | 2014-06-13 | 1 | -16/+2 |
* | Remove now-unnecessary #pragma optimize offs | scottmg@chromium.org | 2014-06-13 | 2 | -12/+0 |
* | Do not define OS_CHROMEOS for untrusted NaCl code | hamaji@chromium.org | 2014-06-13 | 1 | -9/+4 |
* | Refactor code to avoid direct dependency upon ICU: spellcheck_worditerator | andrewhayden@chromium.org | 2014-06-13 | 2 | -11/+72 |
* | Add a CFRunLoop mode for message loop tasks | ccameron@chromium.org | 2014-06-12 | 2 | -25/+60 |
* | Don't draw a window title on browser windows. | avi@chromium.org | 2014-06-12 | 1 | -0/+19 |
* | No longer relaunch into metro mode by default on touch devices. | grt@chromium.org | 2014-06-12 | 2 | -15/+0 |
* | Revert of [Mac] Use a native MessagePump instead of a MessagePumpDefault (htt... | jeremy@chromium.org | 2014-06-12 | 1 | -9/+1 |
* | [Mac] Use a native MessagePump instead of a MessagePumpDefault | jeremy@chromium.org | 2014-06-12 | 1 | -1/+9 |
* | Update OOM killer to patch out CFAllocator on 10.10. | avi@chromium.org | 2014-06-12 | 1 | -4/+6 |
* | Update OS version functions. | avi@chromium.org | 2014-06-12 | 5 | -13/+73 |