summaryrefslogtreecommitdiffstats
path: root/base
Commit message (Expand)AuthorAgeFilesLines
* GTTF: Support running browser tests in parallelphajdan.jr@chromium.org2013-09-195-45/+127
* Fix inconsistent FieldTrial group assignment due to float errors.asvitkine@chromium.org2013-09-193-3/+52
* Annotate WorkerPool::PostTaskAndReply as leaky.earthdok@chromium.org2013-09-181-0/+7
* Fix --trace-shutdown with thread-local tracing.wangxianzhu@chromium.org2013-09-182-0/+3
* Chrome tracing for system-wide performance stats.jwmak@chromium.org2013-09-186-0/+276
* [Android] Make TRIM_MEMORY_COMPLETE check >= rather than ==rmcilroy@chromium.org2013-09-171-2/+4
* [Aura] Always use IMM32 on desktop Chrome (non-Ash mode)yukawa@chromium.org2013-09-171-4/+0
* Fix a bug where killing pages doesn't yield a sad-tabccameron@chromium.org2013-09-172-8/+24
* base: Split logging functions and PerfTimeLogger out of perftimer.htfarina@chromium.org2013-09-177-61/+145
* Change method of activity tracking done in ActivityStatus.tedchoc@chromium.org2013-09-163-68/+158
* Use webview classic cookies file to create the chromium basedsgurun@chromium.org2013-09-163-0/+22
* Include What You Use: #include <errno.h> where errno is used, or use DPLOGmark@chromium.org2013-09-161-2/+2
* Use close$NOCANCEL on the Mac, so that it has deterministic behavior whenmark@chromium.org2013-09-162-0/+80
* Prefs refactoring is done, removing myself from OWNERS.joi@chromium.org2013-09-161-3/+0
* Use SequencedWorkerPoolOwner in ParallelTestLauncher.earthdok@chromium.org2013-09-142-6/+8
* base: Rename OSLockType to NativeHandle in Lock API.tfarina@chromium.org2013-09-145-17/+17
* [POSIX] CHECK that pthread_join succeeds in PlatformThread::Join.rsesek@chromium.org2013-09-131-1/+1
* GTTF: launch test processes using job objects on Windows.phajdan.jr@chromium.org2013-09-133-10/+30
* GTTF: Make --help and --gtest_help behave correctly with --brave-new-test-lau...phajdan.jr@chromium.org2013-09-133-1/+32
* Re-enable pre-read experiment as a finch field trial.rogerm@chromium.org2013-09-131-0/+6
* Use an X event loop in the GPU process on Linux.ccameron@chromium.org2013-09-124-5/+31
* Make the lazy TLS pointer in SWP into a LeakyLazyInstance.earthdok@chromium.org2013-09-121-1/+1
* Add newlines to the end of files where they were missinghans@chromium.org2013-09-125-5/+5
* Copy the thread name to the stack for debugging purposes.rsesek@chromium.org2013-09-121-0/+18
* gpu: Record GL state to traceskyostil@chromium.org2013-09-121-1/+1
* Revert 222689 "Use an X event loop in the GPU process on Linux."dalecurtis@google.com2013-09-124-31/+5
* Use an X event loop in the GPU process on Linux.ccameron@chromium.org2013-09-124-5/+31
* Revert 222470 "Use an X event loop in the GPU process on Linux." This is tonoamsml@chromium.org2013-09-114-31/+5
* Fix CallbackRegistry on Win7caitkp@google.com2013-09-111-3/+5
* This is needed in order to reduce the boilerplate involved in converting Noti...caitkp@chromium.org2013-09-114-0/+432
* Fix memory leak in PrefMetricsServicebattre@chromium.org2013-09-112-2/+2
* Use an X event loop in the GPU process on Linux.ccameron@chromium.org2013-09-114-5/+31
* Report trace event overhead stat with metadatawangxianzhu@chromium.org2013-09-111-25/+5
* Switch the offset conversion routines from an "offsets point at characters"pkasting@chromium.org2013-09-113-27/+39
* Enable invalidations for arbitrary objects on Android.stepco@chromium.org2013-09-113-0/+54
* Enable high resolution time for TimeTicks::Now on Windows Canarysimonjam@chromium.org2013-09-105-7/+63
* GTTF: kill spawned test processes when the launcher is killedphajdan.jr@chromium.org2013-09-102-10/+136
* gtk: Allow building both the X11 and Gtk message-pumps for gtk.sadrul@chromium.org2013-09-076-46/+52
* Set active extension IDs for crash reports using the crash key logging system.rsesek@chromium.org2013-09-071-1/+1
* gtk: Some code cleanup for the message-pump.sadrul@chromium.org2013-09-0710-52/+65
* Thread-local trace-event bufferswangxianzhu@chromium.org2013-09-064-78/+482
* Implement ToValue() for SystemMetrics, SystemMemoryInfoKB, DiskInfo, and Swap...jwmak@chromium.org2013-09-063-0/+95
* Let JsonDoubleQuote accept StringPiecewangxianzhu@chromium.org2013-09-063-11/+15
* Update ReadProcMaps() to reflect lack of atomicity when reading /proc/self/maps.scherkus@chromium.org2013-09-063-10/+105
* Add instrumentation to the MessagePumpMac family of classes.rsesek@chromium.org2013-09-055-15/+313
* Second attempt at introducing SafeSPrintf().markus@chromium.org2013-09-056-0/+1889
* GTTF: Add command-line switches for number of jobs and batch limit.phajdan.jr@chromium.org2013-09-053-15/+50
* test launcher: Fix running a single test using filter.sadrul@chromium.org2013-09-041-2/+11
* Remove incorrect const qualifier from resize().tomhudson@chromium.org2013-09-041-1/+1
* Fix a test launcher hang when no tests are run.phajdan.jr@chromium.org2013-09-042-0/+22