summaryrefslogtreecommitdiffstats
path: root/base
Commit message (Expand)AuthorAgeFilesLines
* Use a direct include of the message_loop header in base/.avi@chromium.org2013-07-1846-47/+47
* Remove dependency from breakpad files on chrome switches.jochen@chromium.org2013-07-182-0/+14
* Revert 212230 "Create top-level separate targets for browser and..."scottmg@chromium.org2013-07-183-0/+21
* Create top-level separate targets for browser and child dllsscottmg@chromium.org2013-07-183-21/+0
* Fix iOS build after base/process/launch move.rsesek@chromium.org2013-07-171-0/+2
* Finish splitting base/process_util.h by moving the remaining routines to base...rsesek@chromium.org2013-07-177-323/+275
* Use DCHECK_EQ(x, y) instead of DCHECK in ObjectWatcher::StopWatching.dcheng@chromium.org2013-07-171-1/+1
* Add some documentation to Value.brettw@chromium.org2013-07-171-16/+16
* Use a direct include of the shared_memory header in base/, chrome/, components/.avi@chromium.org2013-07-172-2/+2
* base: Change WeakPtr to use SequenceChecker instead of ThreadChecker.tommycli@chromium.org2013-07-179-292/+371
* Record swap sizes on ChromeOSdavemoore@chromium.org2013-07-162-13/+41
* Rename base::Delete to base::DeleteFilebrettw@chromium.org2013-07-1619-92/+74
* Remove USE_LINUX_BREAKPAD ifdef since we don't need it for chromium anymore.jam@chromium.org2013-07-163-8/+53
* Only use the LoggingLock when actually logging to a fileakalin@chromium.org2013-07-151-33/+32
* Move PathIsWritable, DirectoryExists, ContentsEqual, and TextContentsEqual to...brettw@chromium.org2013-07-1514-115/+110
* Split ProcessHandle and its related routines into base/process/process_handle.h.rsesek@chromium.org2013-07-1519-370/+397
* [OSX] Cleanup - Use NSZeroPoint if possible.groby@chromium.org2013-07-131-1/+1
* Slightly improve the ANNOTATE_SCOPED_MEMORY_LEAK macro.earthdok@chromium.org2013-07-121-2/+2
* Make a fairer combined message loopkristianm@chromium.org2013-07-123-60/+35
* Port base/files/file_util_proxy to Native Client.bbudge@chromium.org2013-07-124-26/+113
* Allow tracing to console everywhere.vollick@chromium.org2013-07-116-14/+66
* Disable FilePathWatcherTest.DestroyWithPendingNotification on ARM linux.sbc@chromium.org2013-07-111-8/+2
* Move PathExists to base namespace.brettw@chromium.org2013-07-1127-258/+257
* Disable ProcMapsTest.ReadProcMaps under ThreadSanitizer until issue 258451 is...glider@chromium.org2013-07-111-1/+8
* base/i18n: Class for efficiently searching the same query over many texts.kinaba@chromium.org2013-07-113-35/+83
* ProcessSingleton now uses base::win::MessageWindow to create a message-only w...alexeypa@chromium.org2013-07-113-43/+90
* Refine atomic operations for Linux/ARM.digit@chromium.org2013-07-111-6/+13
* Abort SandboxedUnpacker::RewriteImageFiles on browser shutdowndpolukhin@chromium.org2013-07-102-0/+17
* Enable IO before reading /proc/self/maps.joaodasilva@chromium.org2013-07-101-0/+7
* Split out process killing functions from base/process_util.h into base/proces...rsesek@chromium.org2013-07-1010-967/+1079
* Add queued_time_ms trace for events in message loopwangxianzhu@chromium.org2013-07-103-16/+22
* [Android] Make MemoryPressureListener respond to only background or critical ...rmcilroy@chromium.org2013-07-101-7/+7
* Clean up base/debug/stack_trace_android.cc.scherkus@chromium.org2013-07-101-32/+19
* Revert 210649 "Base: Disable the scoped handle verifier."rvargas@google.com2013-07-091-1/+1
* make it possible to disable internal tracing in unofficial buildsmostynb@opera.com2013-07-091-2/+11
* Base: Disable the scoped handle verifier.rvargas@google.com2013-07-091-1/+1
* Move Copy* into the base namespace.brettw@chromium.org2013-07-097-262/+290
* base: Re-commit SequencedWorkerPool globally unique tokens with unused variab...tommycli@chromium.org2013-07-094-13/+53
* Revert 210434 "Revert 210433 "Revert 210423 "base: Make Sequence..."ajwong@chromium.org2013-07-084-51/+13
* Don't use StaticMemorySingletonTraits for TraceLog.jam@chromium.org2013-07-085-142/+19
* Process names, and predictable thread and process ordering in about:tracingnduca@chromium.org2013-07-082-16/+131
* Revert 210433 "Revert 210423 "base: Make SequencedWorkerPool iss..."scottmg@chromium.org2013-07-084-13/+51
* Revert 210423 "base: Make SequencedWorkerPool issue globally uni..."scottmg@chromium.org2013-07-084-51/+13
* base: Make SequencedWorkerPool issue globally unique SequenceTokens.tommycli@chromium.org2013-07-084-13/+51
* Implement glue for V8 JIT code profiling.siggi@chromium.org2013-07-052-20/+83
* Add a sampling tracing to RenderWidget::DoDeferredUpdateharaken@chromium.org2013-07-043-18/+120
* Fix ProcMapsTest.ReadProcMaps to work under Valgrind.scherkus@chromium.org2013-07-041-2/+18
* Implement basic stack traces on Android and reenable unit tests.scherkus@chromium.org2013-07-043-43/+46
* Add setMarginStart to ApiCompatabilityUtilscramya@chromium.org2013-07-041-0/+11
* Clean up ASSERT/EXPECT in file_util_unittest.cc.gavinp@chromium.org2013-07-031-18/+15