summaryrefslogtreecommitdiffstats
path: root/base
Commit message (Expand)AuthorAgeFilesLines
* CrOS: Add a CHECK to help debug a crash in the wild.jhawkins@chromium.org2012-02-161-3/+5
* Support use of third party time function for about:profilerjar@chromium.org2012-02-159-4/+146
* Remove myself from base/OWNERS.evan@chromium.org2012-02-151-1/+0
* Add extra data to BrowserContext so that content layer and other embedders ca...jam@chromium.org2012-02-153-0/+75
* Linux: fix bookmarks with & in them not showing correctly in the wrench menu.mdm@chromium.org2012-02-152-5/+6
* Worked around IOSurface related system lockups on dual NVIDIA/Intel GPUkbr@chromium.org2012-02-153-2/+90
* Make new TaskRunner, SequencedTaskRunner, and SingleThreadTaskRunner interfacesakalin@chromium.org2012-02-1513-281/+584
* Prefer ScopedNestableTaskAllower over manual save/restoredhollowa@chromium.org2012-02-143-11/+14
* Revert 121840 - Make scoped dc objects smartercpu@chromium.org2012-02-145-273/+45
* Make scoped dc objects smartercpu@chromium.org2012-02-145-45/+273
* Removing unneeded macrodpapad@chromium.org2012-02-141-9/+6
* Add a stackframe named 'CrashIntentionally' to crashes from about:crash.eroman@chromium.org2012-02-141-2/+11
* Flakiness cleanup: disable flaky tests under base/evan@chromium.org2012-02-147-21/+15
* Publish app shortcuts on Macsail@chromium.org2012-02-115-11/+41
* Implement profiler log writing at shutdownrlarocque@chromium.org2012-02-101-24/+0
* Propogate status setting for profiler to track parentsjar@chromium.org2012-02-104-39/+58
* Cleanup in ProcessSingleton. These originated as candidate fixes for issue 1...joi@chromium.org2012-02-103-0/+34
* Print Preview: Refactoring sticky settings code.dpapad@chromium.org2012-02-101-1/+45
* Define FilePath::NormalizePathSeparators on all platformskinuko@chromium.org2012-02-103-11/+12
* Upstream Android JNI code, allowing us to use more ScopedJava references.peter@chromium.org2012-02-0911-133/+359
* mac: Add _EXPORTS macros, base/.thakis@chromium.org2012-02-095-17/+41
* Update scoped_nsobject to be copyable.qsr@chromium.org2012-02-093-136/+161
* Make the comment above NON_EXPORTED_BASE talk about static data.jam@chromium.org2012-02-091-3/+3
* Remove log spew from scoped_tempdir.cc.aa@chromium.org2012-02-091-3/+0
* Slavelastic manifest file for swarmcsharp@chromium.org2012-02-091-0/+16
* Enable building with a small set of JNI related files required for linking co...satish@chromium.org2012-02-082-10/+5
* Cleanup: Remove unused switches in base.thestig@chromium.org2012-02-082-4/+2
* Coverity: Initialize member variables.jhawkins@chromium.org2012-02-081-0/+1
* Add ObserverListThreadSafe::IsEmpty().sergeyu@chromium.org2012-02-081-1/+7
* Revert 120789 - Propogate status setting for profiler to track parentsjar@chromium.org2012-02-074-58/+39
* Propogate status setting for profiler to track parentsjar@chromium.org2012-02-074-39/+58
* Remove PreReadImage from base/file_util.rogerm@chromium.org2012-02-072-76/+0
* Make ConditionVariableTest.MultiThreadConsumerTest less flaky.jknotten@chromium.org2012-02-061-44/+1
* MessagePumpX: Fix leak of the GPollFD.jhawkins@chromium.org2012-02-062-6/+10
* Re-disable all the ExtensionUnpacker test pending new ideas. As Alexi pointed...aa@chromium.org2012-02-062-3/+0
* Attempt to fix crash in SHFileOperation.aa@chromium.org2012-02-061-0/+1
* Revert 120503 - Tighten debug logging slightly.aa@chromium.org2012-02-051-0/+2
* Tighten debug logging slightly.aa@chromium.org2012-02-051-2/+0
* Add some more desperate logging attempting to understand crasher.aa@chromium.org2012-02-054-0/+13
* Fix calls in base and net unit tests to use TimeDelta.tedvessenes@gmail.com2012-02-043-40/+72
* Make TraceEventTestFixture.ThreadNames work when thread-id is reused.jbates@chromium.org2012-02-031-2/+4
* Make GetWebKitRootDirFilePath smarter about where the WebKit root is relative...jochen@chromium.org2012-02-032-37/+6
* Switch back to 'int' instead of uint32 and call CancelIo before closing the s...tommi@chromium.org2012-02-031-1/+3
* Get rid of <iostream> include in stack_trace_posix (forces a static initializer)tbreisacher@chromium.org2012-02-031-4/+2
* Mark PlatformFile.TouchGetInfoPlatformFile as flaky on all platform.phajdan.jr@chromium.org2012-02-011-6/+1
* Move common file path related methods between chrome & content to file_util. ...jam@chromium.org2012-01-312-0/+36
* Add assert() for scoped_refptr<T>::operator->()akalin@chromium.org2012-01-311-1/+6
* Make NOTIMPLEMENTED_POLICY=0 actually work.torne@chromium.org2012-01-301-1/+1
* Make it possible to use ThreadLocalStorage::Slot as a static withoutthakis@chromium.org2012-01-306-30/+48
* (re-land) Add StringToSizeT to base/string_number_conversions.kalman@chromium.org2012-01-282-0/+11