summaryrefslogtreecommitdiffstats
path: root/base
Commit message (Expand)AuthorAgeFilesLines
...
* Move some platform-specific functions up in the code to make it cleaner. This...jwmak@chromium.org2013-08-222-24/+23
* process_metrics.h provides a variety of platform specific functions for getti...jwmak@chromium.org2013-08-223-0/+39
* Add swarm_client as an untracked dependency in all isolate files.vadimsh@chromium.org2013-08-211-2/+3
* SimpleCache: Android - skip registration when the JVM is not initializedclamy@chromium.org2013-08-212-0/+7
* Move a Thread's MessageLoop to the heap so it acts as a real object for leak ...jyasskin@chromium.org2013-08-211-3/+5
* [Android] Remove all usage of com.google.common.collectyfriedman@chromium.org2013-08-201-0/+38
* Tab capture performance test.hubbe@chromium.org2013-08-201-1/+1
* Make the MessageLoop PostTask ID more unique.dsinclair@chromium.org2013-08-201-1/+1
* Add thread-specific CPU-time to trace events.ernstm@chromium.org2013-08-172-2/+19
* Shrink trace_event bufferswangxianzhu@chromium.org2013-08-162-10/+24
* Revert 218063 "Base: Disable the scoped handle verifier."rvargas@google.com2013-08-161-1/+1
* Base: Disable the scoped handle verifier.rvargas@google.com2013-08-161-1/+1
* Revert 217921 "This changes the trace event inclusion by always ..."junov@chromium.org2013-08-162-24/+20
* This changes the trace event inclusion by always including categories unknown...rubentopo@gmail.com2013-08-162-20/+24
* Adding a detour for GetMonitorInfo which appears to be broken under split scr...shrikant@chromium.org2013-08-164-2/+35
* Ingnore unsupported arguments in TraceEventAnalyzer.ernstm@chromium.org2013-08-151-2/+2
* Base: FileEnumerator should not follow reparse points.rvargas@chromium.org2013-08-142-97/+144
* Revert r217535 "Move swarm_client to swarming_client."maruel@chromium.org2013-08-141-4/+4
* Move swarm_client to swarming_client.maruel@chromium.org2013-08-141-4/+4
* Added getMarginEnd() to the ApiCompatibilityUtils. To be used shortly.avayvod@chromium.org2013-08-141-0/+11
* Make a note in base/debug/crash_logging.h that keys and values are NUL-termin...rsesek@chromium.org2013-08-141-1/+4
* Split apart various target type code.brettw@chromium.org2013-08-131-1/+1
* Pretty-print the return value from the pthread API.ajwong@chromium.org2013-08-131-8/+9
* Revert 217172 "Enable high resolution time for TimeTicks::Now on..."nhiroki@chromium.org2013-08-134-57/+6
* Fix misleading indentation in TraceEventTestFixture::OnTraceNotificationjbroman@chromium.org2013-08-131-1/+1
* Enable high resolution time for TimeTicks::Now on Windows Canarysimonjam@chromium.org2013-08-134-6/+57
* Negative check for a HANDLE is invalid.jbroman@chromium.org2013-08-121-1/+1
* Revert 216795 "Adding check for OS support to AVX"thestig@chromium.org2013-08-101-13/+1
* Adding check for OS support to AVXdalecurtis@chromium.org2013-08-101-1/+13
* Improve usages of trace_event lockswangxianzhu@chromium.org2013-08-101-22/+29
* Changed the way the client pairings are stored in the registry.alexeypa@chromium.org2013-08-092-0/+26
* Moved power_monitor_test_base to a more appropriate locationbajones@chromium.org2013-08-095-7/+12
* Omnibox: Create DemoteByType Experimentmpearson@chromium.org2013-08-092-8/+9
* Revert 216592 "Moved power_monitor_test_base to a more appropria..."nhiroki@chromium.org2013-08-095-4/+4
* Moved power_monitor_test_base to a more appropriate locationbajones@chromium.org2013-08-095-4/+4
* Fix multiple typos in base tracing files.etienneb@chromium.org2013-08-092-13/+14
* Improve time resolution in PlatformFileInfo.gavinp@chromium.org2013-08-081-3/+44
* Add CurrentProcessInfo::CreationTime() for Linuxsimonjam@chromium.org2013-08-088-54/+109
* Making a way to create thread with a Java Looper for Androidkristianm@chromium.org2013-08-089-2/+176
* Extract pair hash functions so that they can be re-used outside of hash tablespiman@chromium.org2013-08-081-86/+85
* Ensure cleanup after Android systracewangxianzhu@chromium.org2013-08-073-30/+28
* 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