summaryrefslogtreecommitdiffstats
path: root/base
Commit message (Expand)AuthorAgeFilesLines
* Move work signal count tracking from SequencedWorkerPool to the test fileakalin@chromium.org2012-03-143-54/+58
* Add preliminary OOM support for Mountain Lion.avi@chromium.org2012-03-145-19/+15
* Build Android's MessagePumpForUI by upstreaming SystemMessageHandlerpeter@chromium.org2012-03-145-59/+114
* Cleanup: Remove remaining deprecated file_util functions.thestig@chromium.org2012-03-144-61/+0
* Fix error handling in OpenProcess wrappers. halyavin@google.com2012-03-141-3/+3
* [Mac] Add the OS version check functions for 10.8.rsesek@chromium.org2012-03-144-5/+84
* Build Java files as part of the base target for Android buildspeter@chromium.org2012-03-141-0/+1
* Upstream Android's PathUtils implementation.peter@chromium.org2012-03-148-35/+114
* Fix uses of TimeDelta in base/test.tedvessenes@gmail.com2012-03-141-1/+2
* Added read-only file error test.ahendrickson@chromium.org2012-03-143-2/+129
* Avoid using Pickle::WriteSize(), which writes an architecture-dependent amountmdm@chromium.org2012-03-141-7/+7
* Convert CRLF to LF in json_string_value_serializer.ccericdingle@chromium.org2012-03-131-45/+45
* Fix PickleTest.GetReadPointerAndAdvance not to produce wild addresses while c...glider@chromium.org2012-03-131-6/+2
* Update the tcmalloc chromium branch to r144 (gperftools 2.0), and merge chrom...dmikurube@chromium.org2012-03-133-23/+43
* Add base::StaticAtomicSequenceNumber.pliard@chromium.org2012-03-133-10/+40
* Cleanup: Remove deprecated version of file_util::AppendToPath().thestig@chromium.org2012-03-134-34/+2
* Remove a unused parameter in the Linux FilePathWatcher implementation.thestig@chromium.org2012-03-131-18/+11
* Merge the fix for NSPR bug 689188.wtc@chromium.org2012-03-131-2/+3
* Fix race in file_util::ReplaceFile on Windows.grt@chromium.org2012-03-131-17/+13
* Clean up condition variable usage in SequencedWorkerPoolakalin@chromium.org2012-03-123-28/+108
* New test infrastructure for producing verbose logs in failing tests.grt@chromium.org2012-03-122-7/+7
* ui/base: Move message_box_win.{h,cc} to ui/base/win.tfarina@chromium.org2012-03-122-7/+2
* mac: BASE_EXPORTS for debug buildsthakis@chromium.org2012-03-121-1/+1
* Revert 126020 - Experiment for updating the tcmalloc chromium branch to r144 ...dmikurube@chromium.org2012-03-103-43/+23
* Experiment for updating the tcmalloc chromium branch to r144 (gperftools 2.0).dmikurube@chromium.org2012-03-103-23/+43
* Add symbolic link support to FileSystemFileUtil::AbstractFileEnumerator.tzik@chromium.org2012-03-103-1/+14
* Overhaul base/process_util_linux.cc.thestig@chromium.org2012-03-091-142/+215
* Add test to for RAF-spinning in accelerated mode with no damage.jbates@chromium.org2012-03-093-9/+71
* Move task_runner_test_template.* into base/test and test_support_baseakalin@chromium.org2012-03-094-7/+7
* Implement SequencedWorkerPool::RunsTasksOnCurrentThread()akalin@chromium.org2012-03-093-25/+111
* Separate xvfb.py logic into its own scriptmaruel@chromium.org2012-03-091-3/+27
* Add a new option to JSONWriter, which instructs it not to append '.0' orkkania@chromium.org2012-03-083-9/+39
* base: Add more BASE_EXPORT macrosthakis@chromium.org2012-03-082-4/+5
* Add PrintTo for string16gab@chromium.org2012-03-082-2/+9
* Chrome for Android unfork.bulach@chromium.org2012-03-081-68/+46
* JNI Bindings on Chrome for Android: unfork.bulach@chromium.org2012-03-083-4/+42
* Use cmd.exe instead of python.exe for unit test.maruel@chromium.org2012-03-081-14/+13
* Revert 125441 - In CrMallocErrorBreak, do not kill the process if errno is EN...viettrungluu@chromium.org2012-03-072-31/+6
* 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