summaryrefslogtreecommitdiffstats
path: root/base
Commit message (Expand)AuthorAgeFilesLines
* Refactor Pickle Read methods to use higher performance PickleIterator.jbates@chromium.org2012-03-077-294/+321
* In CrMallocErrorBreak, do not kill the process if errno is ENOMEM.rsesek@chromium.org2012-03-072-6/+31
* Add target base_unittests_run and tools/isolate/isolate.py.maruel@chromium.org2012-03-071-0/+45
* Remove logging statements inadvertently committed in r125152akalin@chromium.org2012-03-071-2/+0
* Ensure that SequencedWorkerPools in tests don't outlive their testsakalin@chromium.org2012-03-063-40/+123
* Fix the regexp for ProcessUtilTest.MacTerminateOnHeapCorruptionglider@chromium.org2012-03-061-1/+1
* Fix ProcessUtilTest.MacTerminateOnHeapCorruption to pass under ASan on Mac.glider@chromium.org2012-03-061-0/+7
* Coverity: Fix a pass-by-value.jhawkins@chromium.org2012-03-061-2/+2
* Making GenericScopedHandle capable of handling handle types other than HANDLE.alexeypa@chromium.org2012-03-051-40/+53
* Coverity: Fix dead code.jhawkins@chromium.org2012-03-041-1/+1
* Revert r124839 "Overhaul base/process_util_linux.cc."oshima@chromium.org2012-03-031-214/+141
* Overhaul base/process_util_linux.cc.thestig@chromium.org2012-03-031-141/+214
* Revert 124832 - Update the tcmalloc chromium branch to r144 (gperftools 2.0),...dmikurube@google.com2012-03-033-43/+23
* Update the tcmalloc chromium branch to r144 (gperftools 2.0), and merge chrom...dmikurube@google.com2012-03-033-23/+43
* Cleanup: Deprecate wstring version of file_util::CopyDirectory().thestig@chromium.org2012-03-033-41/+8
* Add media device attach notification mechanism.vandebo@chromium.org2012-03-026-28/+135
* Convert the XXX_sync builders to using directly sync_integration_tests.maruel@chromium.org2012-03-021-2/+6
* Linux: Stop using /proc/pid/smaps to calculate memory usage. It's too slow.thestig@chromium.org2012-03-021-101/+47
* Revert 124144 - Sync trace time on Chrome OS (just like Android)backer@chromium.org2012-03-021-6/+6
* Added ScopedPrinterHandlevitalybuka@chromium.org2012-03-021-7/+22
* Fixes JNI Bindings & startup perf.bulach@chromium.org2012-03-013-181/+188
* Platform apps shortcuts use their own browser processbenwells@chromium.org2012-03-011-2/+1
* Disable ConditionVariableTest.MultiThreadConsumerTest on Windows.mattm@chromium.org2012-03-011-1/+9
* Add ASYNC_STEP support to trace_event and change START to ASYNC_BEGIN.jbates@chromium.org2012-03-015-142/+262
* Revert 124288 (made mac browser and ui_tests flaky) - Add Media device notifi...mattm@chromium.org2012-03-018-139/+28
* Move closure_blocks_leopard_compat to base now that it's used by two modules.jam@chromium.org2012-03-014-1/+411
* Support the Syzygy instrumenting profiler.siggi@chromium.org2012-03-012-2/+118
* Add Media device notification to SystemMonitor and Mac implvandebo@chromium.org2012-02-298-28/+139
* Move tsan suppression for SequencedWorkerPool to benign sectionakalin@chromium.org2012-02-291-0/+27
* Remove NOTIMPLEMENTED() from PlatformThread::SetThreadPriority() for posix.scherkus@chromium.org2012-02-292-6/+2
* Add NaCl SyncSocket and SharedMemory stubs for the PPAPI Proxy.bbudge@chromium.org2012-02-292-0/+187
* Sync trace time on Chrome OS (just like Android)sleffler@chromium.org2012-02-291-6/+6
* Make WeakPtr::operator* return reference instead of pointerhashimoto@chromium.org2012-02-292-4/+6
* Add first java source code and gyp/ant changes to build java code.navabi@google.com2012-02-293-0/+84
* Make StackContainer test pass on Android.jbates@chromium.org2012-02-292-2/+14
* Mac64 build fix.tzik@chromium.org2012-02-291-2/+2
* Move values_test_util.{h,cc} to base/testakalin@chromium.org2012-02-293-0/+108
* Fix memory leak in SequencedWorkerPoolakalin@chromium.org2012-02-291-4/+5
* Make SequencedWorkerPool a TaskRunnerakalin@chromium.org2012-02-296-6/+261
* Add base/android OWNERS.jrg@google.com2012-02-291-0/+5
* Make base::Logging compile with the NaCl toolchain.bbudge@chromium.org2012-02-284-5/+67
* Implement font linking for RenderTextWin.asvitkine@chromium.org2012-02-282-2/+42
* Only include base/file_util_deprecated.h on Windows.thestig@chromium.org2012-02-282-3/+5
* Fix up SequencedWorkerPool in preparation for making it a TaskRunnerakalin@chromium.org2012-02-273-160/+193
* Allow callers of CommandLine::Init to know whether they were the first caller.erikwright@chromium.org2012-02-275-14/+22
* Break two classes defined in json_value_serializer.cc, .h into separate files.bbudge@chromium.org2012-02-266-112/+139
* Add functions to expand PostDelayedTask interface.tedvessenes@gmail.com2012-02-264-6/+39
* 'defines' shouldn't contain a list in gyp input filescottmg@chromium.org2012-02-251-2/+2
* Disable StatsTableTest.MultipleThreads on Mac.vandebo@chromium.org2012-02-251-1/+7
* Improve SharedMemory::Lock on Posix and reenable StatsTableTest.MultipleThreadsvandebo@chromium.org2012-02-253-13/+19