summaryrefslogtreecommitdiffstats
path: root/base
Commit message (Expand)AuthorAgeFilesLines
* Add numeric_cast for checked integral narrowing castsscottmg@chromium.org2013-01-165-0/+306
* mac: Remove OwnershipPolicy parameter to scoped_nsobject.thakis@chromium.org2013-01-162-36/+13
* Cleanup: Deprecate FileUtilProxy::RelayFileTaskkinuko@chromium.org2013-01-162-18/+2
* Nuke jrg from android OWNERS files.yfriedman@chromium.org2013-01-162-2/+0
* base: Add a couple Pref unit tests to base_unittests target.tfarina@chromium.org2013-01-161-0/+18
* Enable overlapping, usage counted SetEnabled()/SetDisabled() for TraceLogcaseq@google.com2013-01-163-11/+81
* Added SharedMemory::MapFrom.vitalybuka@chromium.org2013-01-165-9/+47
* Switch back to deprecated fullscreen APIs.avi@chromium.org2013-01-161-17/+17
* Fix comments that reference the long since deleted TimerManager class.darin@chromium.org2013-01-161-9/+8
* Create the crash key registration system and register some Mac-specific keys.rsesek@chromium.org2013-01-154-4/+316
* GTTF: Print more detailed information about deadly signals.phajdan.jr@chromium.org2013-01-151-13/+76
* Allow base::BindBlock to return a base::Callback with a return type.droger@chromium.org2013-01-155-31/+126
* TCMalloc: restrict maximum size of memory allocationsjln@chromium.org2013-01-152-0/+104
* Disable flaky SequencedWorkerPoolTest.IgnoresAfterShutdown test.creis@chromium.org2013-01-151-1/+2
* mac: Remove an obsolete comment.thakis@chromium.org2013-01-151-4/+1
* Add a histogram for renderer memory usage.marja@chromium.org2013-01-151-0/+3
* Add missing, and remove unnecessary, 'explicit' from constructors. (base/)hans@chromium.org2013-01-1527-47/+51
* Workaround to make MemoryBarrier compile on Win x64scottmg@chromium.org2013-01-152-0/+23
* Remove the base::files:: namespace.darin@chromium.org2013-01-157-14/+0
* Rearchitecting the 'app mode' code on mac for v2 apps.jeremya@chromium.org2013-01-153-0/+56
* [Media Galleries] Add an ImageCaptureCore listener for Mac. (part 2)gbillock@chromium.org2013-01-151-0/+1
* Eliminate FilePathWatcher::Delegate.darin@chromium.org2013-01-156-100/+38
* Fix JavaObjectWeakGlobalRef::operator= leaking jweaksjoth@chromium.org2013-01-141-2/+9
* Fix for the tools sanity unittest when ADDRESS_SANITIZER is defined on Windows.sebmarchand@chromium.org2013-01-141-2/+3
* Add support for getting the 256x256 app icon on Windows as a SkBitmap.asvitkine@chromium.org2013-01-142-5/+28
* Avoid sending notifications when the bitmap data in the history backend is re...pkotwicz@chromium.org2013-01-143-0/+36
* GTTF: dump registers on crash on 32-bit Linuxphajdan.jr@chromium.org2013-01-141-16/+51
* Revert 176681sky@chromium.org2013-01-141-51/+16
* GTTF: dump registers on crash on 32-bit Linuxphajdan.jr@chromium.org2013-01-141-16/+51
* Add regression test for lazy evaluation of tracing parameters.dsinclair@chromium.org2013-01-141-0/+18
* Revert 176659joaodasilva@chromium.org2013-01-142-45/+8
* Fix creating target paths in file_util_posix CopyDirectory.aedla@chromium.org2013-01-142-8/+45
* Use CopyOnWriteArrayList to safely maintain a list of observers.nileshagrawal@chromium.org2013-01-122-4/+8
* Revert 176529 due to compile failuresmmenke@chromium.org2013-01-121-1/+0
* Fix retention policy on jni annotationsdtrainor@chromium.org2013-01-123-3/+3
* [sync] Add java InvalidationController for Android.nyquist@chromium.org2013-01-122-0/+290
* [Media Galleries] Add an ImageCaptureCore listener for Mac. (part 2)gbillock@chromium.org2013-01-121-0/+1
* GTTF: Replace usage of Time::Now with TimeTicks::Nowphajdan.jr@chromium.org2013-01-112-9/+9
* Serialize/Deserialize support in HistogramBasekaiwang@chromium.org2013-01-1113-209/+623
* Fix Android RegisterNativeMethods failure logicboliu@chromium.org2013-01-111-1/+1
* Revert 176243dbeam@chromium.org2013-01-111-1/+0
* [Media Galleries] Add an ImageCaptureCore listener for Mac. (part 2)gbillock@chromium.org2013-01-111-0/+1
* GTTF: Enable debugallocation by default (try 3 or so).phajdan.jr@chromium.org2013-01-102-3/+3
* Enable shared memory handle sharing in NaCl.teravest@chromium.org2013-01-101-1/+12
* GTTF: dump registers on crash on 64-bit Linuxphajdan.jr@chromium.org2013-01-103-29/+98
* base: Update the calls from MessageLoop::Quit() to QuitWhenIdle().tfarina@chromium.org2013-01-109-31/+31
* Revert r175915oshima@chromium.org2013-01-101-1/+1
* Only define ERROR on windows buildsjoth@chromium.org2013-01-101-0/+2
* The correct type for the size of a chunk of memory is size_t.cevans@chromium.org2013-01-105-15/+35
* Fixed CreatePlatformFile to take in account that |error| cancpu@chromium.org2013-01-101-1/+2