summaryrefslogtreecommitdiffstats
path: root/base
Commit message (Expand)AuthorAgeFilesLines
* GTTF: move the test launcher files to base/test/launcherphajdan.jr@chromium.org2013-10-0410-27/+27
* [Android] Add settings link on EME infobar.kkimlabs@chromium.org2013-10-041-1/+1
* Revert 226984 "Disable CallocOverflow under Mac/ASAN"jochen@chromium.org2013-10-041-7/+1
* Revert 226978 "Revert 226920 "Roll Clang 188423:191856.""jochen@chromium.org2013-10-042-16/+3
* Disable CallocOverflow under Mac/ASANjochen@chromium.org2013-10-041-1/+7
* Revert 226920 "Roll Clang 188423:191856."jochen@chromium.org2013-10-042-3/+16
* Roll Clang 188423:191856.thakis@chromium.org2013-10-042-16/+3
* Clean up unused constant globalshans@chromium.org2013-10-032-2/+2
* Hook up WebRTC logging extension API to the underlying functionality.grunell@chromium.org2013-10-031-1/+1
* Remove FromWStringHack().limasdf@gmail.com2013-10-032-31/+0
* Disable the tests failing under TSan because of incorrect assumptions about t...glider@chromium.org2013-10-032-7/+29
* Revert 226701 "Implement TracingController::{Enable,Disable,Capt..."tapted@chromium.org2013-10-033-170/+42
* Implement TracingController::{Enable,Disable,Capture}Monitoringharaken@chromium.org2013-10-033-42/+170
* Update OOM killer to patch out CFAllocator on 10.9.avi@chromium.org2013-10-031-2/+4
* Enforce crash key registration in SetCrashKeyValue.rsesek@chromium.org2013-10-031-3/+2
* r226421 added 10.9 as a variant, so it should be valid.avi@chromium.org2013-10-021-1/+2
* A few improvements to make jni_generator work outside of chromium.bulach@chromium.org2013-10-023-42/+76
* base: Fix MemoryPressureListener documentationboliu@chromium.org2013-10-021-5/+2
* Added the AutomaticProfileResetter service.engedy@chromium.org2013-10-022-0/+23
* Update OS version functions.avi@chromium.org2013-10-025-19/+67
* Fix WaitableEvent and ConditionVariable::TimedWait to use monotonic time on n...piman@chromium.org2013-10-023-14/+107
* Fix crash when ECHO_TO_CONSOLEwangxianzhu@chromium.org2013-10-011-8/+8
* GTTF: Fix test launcher multiple test iterations.phajdan.jr@chromium.org2013-09-303-0/+9
* base: Move PerfTimer out of test/ directory.tfarina@chromium.org2013-09-297-83/+52
* Move IsRunningOnChromeOS to SysInfostevenjb@chromium.org2013-09-277-54/+54
* GTTF: Fix handling of PRE_ testsphajdan.jr@chromium.org2013-09-274-57/+10
* Minor clean-up in base/guid.*vabr@chromium.org2013-09-272-6/+3
* Move ui/base/x/x11_error_tracker to base/x11.kcwu@chromium.org2013-09-274-0/+112
* Fix a typo in base/sequence_checker.h.thestig@chromium.org2013-09-271-1/+1
* Fix unit test for 23588009stevenjb@chromium.org2013-09-261-3/+4
* Parse /etc/lsb-release only once on ChromeOSstevenjb@chromium.org2013-09-263-109/+204
* Rename CallbackRegistry to CallbackListcaitkp@chromium.org2013-09-266-144/+145
* Disable ProcessUtilTest.GetAppOutputRestrictedNoZombies under ASan on 64-bit ...glider@chromium.org2013-09-261-1/+10
* Android: cleanup jni_android to minimize external dependencies.bulach@chromium.org2013-09-263-239/+0
* FieldTrial: Remove friend declarations for non-existing testsvabr@chromium.org2013-09-261-3/+0
* Log an error in release builds when NOTREACHED is hit in ChromiumOS builds. ...zork@chromium.org2013-09-261-0/+5
* GTTF: Make temp file deletion failures non-fatal on Windowsphajdan.jr@chromium.org2013-09-261-1/+4
* Allow typing label names on Windows by not treating things that start with sl...brettw@chromium.org2013-09-252-1/+26
* Reland linux_aura: Implement most of DesktopScreenX11.erg@chromium.org2013-09-255-0/+436
* Clean up a few unused globals.thakis@chromium.org2013-09-257-121/+4
* Revert 222826 "Copy the thread name to the stack for debugging p..."rsesek@chromium.org2013-09-251-18/+0
* Remove unused method PrefService::ReloadPersistentPrefs().gab@chromium.org2013-09-252-10/+0
* Function-type templated CallbackRegistrycaitkp@google.com2013-09-255-46/+578
* Revert 225054 "linux_aura: Implement most of DesktopScreenX11."erg@chromium.org2013-09-245-436/+0
* linux_aura: Implement most of DesktopScreenX11.erg@chromium.org2013-09-245-0/+436
* GTTF: add independent test timeout for the test launcherphajdan.jr@chromium.org2013-09-245-1/+30
* Fix possible naming conflict in macro.finnur@chromium.org2013-09-241-8/+9
* base: Remove unused code in the message-loop.sadrul@chromium.org2013-09-242-10/+0
* GTTF: instantiate ThreadChecker early in the test launcherphajdan.jr@chromium.org2013-09-233-8/+11
* Added method to convert base::Time to a Java timestamp.apiccion@chromium.org2013-09-232-0/+17