1. 456adbc GTTF: Support running browser tests in parallel by phajdan.jr@chromium.org · 11 years ago
  2. 6dc51ea Fix inconsistent FieldTrial group assignment due to float errors. by asvitkine@chromium.org · 11 years ago
  3. 76c83bf Annotate WorkerPool::PostTaskAndReply as leaky. by earthdok@chromium.org · 11 years ago
  4. 47df845 Fix --trace-shutdown with thread-local tracing. by wangxianzhu@chromium.org · 11 years ago
  5. 63ca26e Chrome tracing for system-wide performance stats. by jwmak@chromium.org · 11 years ago
  6. e7ee577 [Android] Make TRIM_MEMORY_COMPLETE check >= rather than == by rmcilroy@chromium.org · 11 years ago
  7. e4305a2 Fix a bug where killing pages doesn't yield a sad-tab by ccameron@chromium.org · 11 years ago
  8. 530d884 base: Split logging functions and PerfTimeLogger out of perftimer.h by tfarina@chromium.org · 11 years ago
  9. c96199f Change method of activity tracking done in ActivityStatus. by tedchoc@chromium.org · 11 years ago
  10. 8038db7 Use webview classic cookies file to create the chromium based by sgurun@chromium.org · 11 years ago
  11. 43f4838 Include What You Use: #include <errno.h> where errno is used, or use DPLOG by mark@chromium.org · 11 years ago
  12. 712f4ce Use close$NOCANCEL on the Mac, so that it has deterministic behavior when by mark@chromium.org · 11 years ago
  13. 5d56920 Use SequencedWorkerPoolOwner in ParallelTestLauncher. by earthdok@chromium.org · 11 years ago
  14. bd138ea base: Rename OSLockType to NativeHandle in Lock API. by tfarina@chromium.org · 11 years ago
  15. 234956c [POSIX] CHECK that pthread_join succeeds in PlatformThread::Join. by rsesek@chromium.org · 11 years ago
  16. 34264bc GTTF: launch test processes using job objects on Windows. by phajdan.jr@chromium.org · 11 years ago
  17. 69d8965 GTTF: Make --help and --gtest_help behave correctly with --brave-new-test-launcher by phajdan.jr@chromium.org · 11 years ago
  18. 2baaeb3 Re-enable pre-read experiment as a finch field trial. by rogerm@chromium.org · 11 years ago
  19. bfe6007 Use an X event loop in the GPU process on Linux. by ccameron@chromium.org · 11 years ago
  20. ca6d1a5 Make the lazy TLS pointer in SWP into a LeakyLazyInstance. by earthdok@chromium.org · 11 years ago
  21. 92df995 Add newlines to the end of files where they were missing by hans@chromium.org · 11 years ago
  22. 554899c Copy the thread name to the stack for debugging purposes. by rsesek@chromium.org · 11 years ago
  23. ddca968 gpu: Record GL state to trace by skyostil@chromium.org · 11 years ago
  24. fcef7eb Revert 222689 "Use an X event loop in the GPU process on Linux." by dalecurtis@google.com · 11 years ago
  25. a949fdf Use an X event loop in the GPU process on Linux. by ccameron@chromium.org · 11 years ago
  26. 2396c9c Revert 222470 "Use an X event loop in the GPU process on Linux." This is to by noamsml@chromium.org · 11 years ago
  27. 146349f Fix CallbackRegistry on Win7 by caitkp@google.com · 11 years ago
  28. 1268af1 This is needed in order to reduce the boilerplate involved in converting Notifications into callbacks. It is intended to be the callback version of ObserverList. by caitkp@chromium.org · 11 years ago
  29. 5b75823 Fix memory leak in PrefMetricsService by battre@chromium.org · 11 years ago
  30. 5c16b57 Use an X event loop in the GPU process on Linux. by ccameron@chromium.org · 11 years ago
  31. 04112fe Report trace event overhead stat with metadata by wangxianzhu@chromium.org · 11 years ago
  32. 9a34eda Switch the offset conversion routines from an "offsets point at characters" by pkasting@chromium.org · 11 years ago
  33. 529caf5 Enable invalidations for arbitrary objects on Android. by stepco@chromium.org · 11 years ago
  34. 3387b6d Enable high resolution time for TimeTicks::Now on Windows Canary by simonjam@chromium.org · 11 years ago
  35. d211929 GTTF: kill spawned test processes when the launcher is killed by phajdan.jr@chromium.org · 11 years ago
  36. 1999572 gtk: Allow building both the X11 and Gtk message-pumps for gtk. by sadrul@chromium.org · 11 years ago
  37. d627904 Set active extension IDs for crash reports using the crash key logging system. by rsesek@chromium.org · 11 years ago
  38. a06ba83 gtk: Some code cleanup for the message-pump. by sadrul@chromium.org · 11 years ago
  39. d787d4f Thread-local trace-event buffers by wangxianzhu@chromium.org · 11 years ago
  40. a0c05bf Implement ToValue() for SystemMetrics, SystemMemoryInfoKB, DiskInfo, and SwapInfo. These are used to serialize the data inside these structs. by jwmak@chromium.org · 11 years ago
  41. e6b74f1 Let JsonDoubleQuote accept StringPiece by wangxianzhu@chromium.org · 11 years ago
  42. 96ccf59 Update ReadProcMaps() to reflect lack of atomicity when reading /proc/self/maps. by scherkus@chromium.org · 11 years ago
  43. ee8420d Add instrumentation to the MessagePumpMac family of classes. by rsesek@chromium.org · 11 years ago
  44. 8c7675e Second attempt at introducing SafeSPrintf(). by markus@chromium.org · 11 years ago
  45. 7a7e0ee GTTF: Add command-line switches for number of jobs and batch limit. by phajdan.jr@chromium.org · 11 years ago
  46. 13cce45 test launcher: Fix running a single test using filter. by sadrul@chromium.org · 11 years ago
  47. e4f9931 Remove incorrect const qualifier from resize(). by tomhudson@chromium.org · 11 years ago
  48. 1766584 Fix a test launcher hang when no tests are run. by phajdan.jr@chromium.org · 11 years ago
  49. 938d5ff Re-land https://codereview.chromium.org/23602005: Use nobarrier atomics for lossy counters in base::HistogramSamples and base::SampleVector by glider@chromium.org · 11 years ago
  50. ee69d1c Revert 221168 "Use nobarrier atomics for platform-size lossy cou..." by glider@chromium.org · 11 years ago
  51. 71ca016 Use nobarrier atomics for platform-size lossy counters in base::HistogramSamples and base::SampleVector by glider@chromium.org · 11 years ago
  52. 479041d Update Mali memory attribute sysfs location by dbehr@chromium.org · 11 years ago
  53. 5080d27 [Android] Add reinitiate() to ObserverList's iterator. by kkimlabs@chromium.org · 11 years ago
  54. 2a2335e GTTF: Parallel test launcher changes for POSIX. by phajdan.jr@chromium.org · 11 years ago
  55. de35f58 Add more member data to SystemMemoryInfoKB and SystemMetrics. Upgrade functions as needed. by jwmak@chromium.org · 11 years ago
  56. f29dd61 test IWYU fixups for base by mostynb@opera.com · 11 years ago
  57. 521714e Fix building with Java 7 by simonb@opera.com · 11 years ago
  58. 1dbe3d5 Fix compile (file_util:: -> base::) by phajdan.jr@chromium.org · 11 years ago
  59. 2e920b4 GTTF: Basic parallel unit test launcher. by phajdan.jr@chromium.org · 11 years ago
  60. a807b7b Allow waiting in NestedMessagePumpAndroid. by mnissler@chromium.org · 11 years ago
  61. 1999955 [Android] Add HostDrivenTest java annotation. by frankf@chromium.org · 11 years ago
  62. 0f4098e Remove deprecated FieldTrial::MakeName() API. by asvitkine@chromium.org · 11 years ago
  63. 60c1dd8 Revert "Added a new base::strings::SafeSPrintf() function that can" by tkent@chromium.org · 11 years ago
  64. 1019e40 Disable EmitNULL test for Widows x64. by tkent@chromium.org · 11 years ago
  65. 19559f7 Added a new base::strings::SafeSPrintf() function that can by markus@chromium.org · 11 years ago
  66. b5e877c Add the DiskInfo struct and associated functions to collect and hold system disk metrics. by nduca@chromium.org · 11 years ago
  67. 41c9f5e Remove the unused sampling profiler. by erg@chromium.org · 11 years ago
  68. 1abc696 Move ReadFileToString to the base namespace. by brettw@chromium.org · 11 years ago
  69. 50484af Move AlterEnvironment to base/environment.h, implement on Windows. This re-implements the Posix version to be more like the Windows version and to share some parsing code. The new version will be somewhat slower due to some extra mallocs, but is shorter and more clear. I didn't want to implement a super optimized version on Windows, and the alternative would be to keep the new Windows version and the old Posix version in parallel which seemed less desirable. by brettw@chromium.org · 11 years ago
  70. 618ca62 Init uninitialized member in ctor. by finnur@chromium.org · 11 years ago
  71. bfd8341 Switched PostTaskAndReplyRelay to use ThreadTaskRunnerHandle::Get() instead of MessageLoopProxy::current(). by alexeypa@chromium.org · 11 years ago
  72. 47e5511 So that ScopedPtrHashMap can be used by user outside of cc. by powei@chromium.org · 11 years ago
  73. b74bab8 Move ScopedClosureRunner to callback_helpers, add Reset. by avi@chromium.org · 11 years ago
  74. 726f133 Rename managed user prefs to supervised user prefs. by bauerb@chromium.org · 11 years ago
  75. b39d7da Move the SwapData class to base/process (where other system metrics data reside) and rename it to SwapInfo. by nduca@chromium.org · 11 years ago
  76. 488c0f7 GTTF: Convert more parts of the test launcher to callbacks. by phajdan.jr@chromium.org · 11 years ago
  77. 4964730 Add support for a managed user pref store to PrefService. by bauerb@chromium.org · 11 years ago
  78. 67a2046 Init uninitialized member in ctor. by finnur@chromium.org · 11 years ago
  79. 14a6063 Init uninitialized member in ctor. by finnur@chromium.org · 11 years ago
  80. 9eb60b7 Don't expose ObserverList::Size() by caitkp@chromium.org · 11 years ago
  81. 25f4873 Rename base::debug::StackTrace::PrintBacktrace() to Print(). by rsesek@chromium.org · 11 years ago
  82. a58c9c4 Remove spammy setpriority() failure message. Stylize. by dalecurtis@chromium.org · 11 years ago
  83. 308b47c chrome://tracing for memory records name and category for TRACE_EVENT by jamescook@chromium.org · 11 years ago
  84. 1500059 Remove unnecessary public typedef from AsyncSocketIoHandler by qsr@chromium.org · 11 years ago
  85. 21005a9 Android WebView: don't define sincos. by torne@chromium.org · 11 years ago
  86. dd004f6 Fix off-by-one error in StatsTable::GetRowValue(). by rmcilroy@chromium.org · 11 years ago
  87. 80d362f8 Make the lazy TLS pointer to the current MessageLoop into a Leaky LazyInstance. by earthdok@chromium.org · 11 years ago
  88. 8a53aca [Android WebView] Assert test files are readable early in tests by mnaganov@chromium.org · 11 years ago
  89. 0fe4ea2 Switch prefs to use ObserverList::might_have_observers instead of ObserverList::size. by caitkp@chromium.org · 11 years ago
  90. f70b723 Move perftimer.* into base/test/ directory. by tfarina@chromium.org · 11 years ago
  91. 042aa75 Add a BarrierClosure. by groby@chromium.org · 11 years ago
  92. 61cbab1 Trace memory records source function for posted tasks instead of "RunTask" by jamescook@chromium.org · 11 years ago
  93. 9e2a9f2 GTTF: make the new test launcher handle test crashes by phajdan.jr@chromium.org · 11 years ago
  94. bf1abe7 Fix uninitialized member variable. by finnur@chromium.org · 11 years ago
  95. 212fbd1 Fix namespace for AsyncSocketIoHandler. by qsr@chromium.org · 11 years ago
  96. 82bd9aa base: Minor cleanups in icu_util.h by tfarina@chromium.org · 11 years ago
  97. 07cfb87 GTTF: Add a basic new unit test launcher. by phajdan.jr@chromium.org · 11 years ago
  98. 77fe8de Move async_socket_io_handler.* from media/ to base/ by qsr@chromium.org · 11 years ago
  99. a937a5b Move some platform-specific functions up in the code to make it cleaner. This does not add new code or functionality. by jwmak@chromium.org · 11 years ago
  100. 2cdf347 process_metrics.h provides a variety of platform specific functions for getting performance metrics for the the system, but the metrics that are available from system to system requires unwinding all the ifdefs in the file. This patch introduces a base class that contains all the system-wide performance metrics available for the particular platform. In perfmon applications, one often just wants to grab all the metrics that we have for the system and dump them. In followup patches, an Value* AsValue() will be added to this class to facilitate this use case. by jwmak@chromium.org · 11 years ago