summaryrefslogtreecommitdiffstats
path: root/base
Commit message (Expand)AuthorAgeFilesLines
* Revert 213003 "Move UploadList class to base/"jochen@chromium.org2013-07-235-249/+0
* Replace AudioSilenceDetector with an AudioPowerMonitor.miu@chromium.org2013-07-233-12/+83
* Move UploadList class to base/jochen@chromium.org2013-07-235-0/+249
* Made MessagePump a non-thread safe class.alexeypa@chromium.org2013-07-2227-391/+474
* roll clang 184830:186332thakis@chromium.org2013-07-221-1/+1
* Revert 212948 "Made MessagePump a non-thread safe class."alexeypa@google.com2013-07-2227-472/+391
* Made MessagePump a non-thread safe class.alexeypa@chromium.org2013-07-2227-391/+472
* Revert 211956 "base: Change WeakPtr to use SequenceChecker inste..." vandebo@chromium.org2013-07-209-381/+292
* base: Make SequenceChecker death tests multi-threads work correctly.tommycli@chromium.org2013-07-201-0/+10
* Move the remaning base/process* files into base/process/.rsesek@chromium.org2013-07-1914-159/+129
* Enable DMP for system Chromium WebView on Androidmnaganov@chromium.org2013-07-191-0/+5
* Revert 212445 "Introduce a delay before a high priority binding ..."sievers@chromium.org2013-07-191-27/+16
* Delete the shared_memory forwarding header.avi@chromium.org2013-07-181-7/+0
* Introduce a delay before a high priority binding is unbound.ppi@chromium.org2013-07-181-16/+27
* Revert 212378 "Add a HistogramRecorder class and use cases."rnk@chromium.org2013-07-185-117/+3
* reland of http://crrev.com/212230 Create top-level separate targets for...scottmg@chromium.org2013-07-183-21/+0
* Delete the message_loop forwarding header.avi@chromium.org2013-07-182-8/+1
* Add a HistogramRecorder class and use cases.lpromero@chromium.org2013-07-185-3/+117
* Replace third_party/icu/public with third_party/icu/source in the include dir...jshin@chromium.org2013-07-1816-31/+31
* Include CPU information in UMA system profile.simonjam@chromium.org2013-07-182-1/+5
* 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