summaryrefslogtreecommitdiffstats
path: root/base
Commit message (Expand)AuthorAgeFilesLines
* Block signals while forking so they aren't run in the child process.mdempsky@google.com2013-08-061-0/+31
* Make element removal methods in DictionaryValue and ListValue take scoped_ptr...bauerb@chromium.org2013-08-066-53/+47
* Fix GetNSExecutablePath for running tests with relative pathjiangj@opera.com2013-08-061-1/+6
* Fix typos in basic types header.etienneb@chromium.org2013-08-061-3/+3
* Fix some typo in base::file_util.h comments.etienneb@chromium.org2013-08-041-4/+4
* Use gyp variables for NaCl untrusted build paths instead of hardcoding them.dschuff@chromium.org2013-08-041-0/+1
* Remove obsolete WeakPtr hack.sievers@chromium.org2013-08-032-39/+37
* Remove FileUtilProxy from the untrusted (NaCl) build of base.bbudge@chromium.org2013-08-032-16/+1
* Revert 215407 "Base: FileEnumerator should not follow reparse po..."rvargas@google.com2013-08-032-139/+97
* Base: FileEnumerator should not follow reparse points.rvargas@chromium.org2013-08-022-97/+139
* Created multi-process-friendly PowerMonitor interface.bajones@chromium.org2013-08-0219-279/+543
* Bump up the fallback OS version number to 4.3.0joth@chromium.org2013-08-021-3/+3
* Remove unnecesary work from ThreadNow() unittest.elijahtaylor@chromium.org2013-07-311-8/+0
* base: Added thread-specific CPU-time clockernstm@chromium.org2013-07-315-23/+90
* Fix a misuse of pragma disable/default in a header file.etienneb@chromium.org2013-07-311-1/+2
* base: Re-re-apply WeakPtr support for SequencedWorkerPoolstommycli@chromium.org2013-07-3010-292/+385
* Make field trial randomization type a constructor param.asvitkine@chromium.org2013-07-303-172/+157
* Merge google-glog r137.thakis@chromium.org2013-07-292-1/+4
* Revert 213906 "base: Re-apply WeakPtr support for SequencedWorke..."dewittj@chromium.org2013-07-2610-375/+292
* base: Re-apply WeakPtr support for SequencedWorkerPools, fixing deadlocktommycli@chromium.org2013-07-2610-292/+375
* Add ScopedPlatformFileCloser to base.vandebo@chromium.org2013-07-263-0/+44
* Update include paths in base for base/process changes.rsesek@chromium.org2013-07-2547-97/+53
* Revert 213638 "Switched base::MessagePumpForUI to use base::win:..."alexeypa@google.com2013-07-252-35/+84
* Switched base::MessagePumpForUI to use base::win::MessageWindow. Removed unus...alexeypa@chromium.org2013-07-252-84/+35
* Roll swarm_client @ 213621.maruel@chromium.org2013-07-251-3/+3
* Introduce a delay before a high priority binding is unbound (reland).ppi@chromium.org2013-07-241-16/+27
* Disable timeouts when we detect that a debugger is attached to a test.jochen@chromium.org2013-07-241-1/+11
* Record Chrome trace events in tcmalloc heap profilesjamescook@chromium.org2013-07-248-4/+800
* Fix app shim focus.jackhou@chromium.org2013-07-242-3/+6
* 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