1. 072761c Move Range code to gfx. by ben@chromium.org · 11 years ago
  2. 557e1f0 [android] Adds constants.GetOutDirectory() and converts test scripts to use it. by craigdh@chromium.org · 11 years ago
  3. 848bec9 [Android] Create out directory for sharded perf tests during setup. by frankf@chromium.org · 11 years ago
  4. 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
  5. 5f934f1 Update Jinja2 (Python template library) to 2.7.1 by nbarth@chromium.org · 11 years ago
  6. e6b74f1 Let JsonDoubleQuote accept StringPiece by wangxianzhu@chromium.org · 11 years ago
  7. ba7913b Add MarkupSafe library to third_party (dependency for Jinja2 2.7) by nbarth@chromium.org · 11 years ago
  8. 96ccf59 Update ReadProcMaps() to reflect lack of atomicity when reading /proc/self/maps. by scherkus@chromium.org · 11 years ago
  9. 38298c5 Adds a gfx_export.h to ui/gfx and converts all code in ui/gfx to by ben@chromium.org · 11 years ago
  10. 61694a0 [android] Explicitly specify whether to ignore file paths when pushing files. by craigdh@chromium.org · 11 years ago
  11. ee8420d Add instrumentation to the MessagePumpMac family of classes. by rsesek@chromium.org · 11 years ago
  12. 8c7675e Second attempt at introducing SafeSPrintf(). by markus@chromium.org · 11 years ago
  13. 7a7e0ee GTTF: Add command-line switches for number of jobs and batch limit. by phajdan.jr@chromium.org · 11 years ago
  14. 13cce45 test launcher: Fix running a single test using filter. by sadrul@chromium.org · 11 years ago
  15. e4f9931 Remove incorrect const qualifier from resize(). by tomhudson@chromium.org · 11 years ago
  16. 1766584 Fix a test launcher hang when no tests are run. by phajdan.jr@chromium.org · 11 years ago
  17. 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
  18. ee69d1c Revert 221168 "Use nobarrier atomics for platform-size lossy cou..." by glider@chromium.org · 11 years ago
  19. 71ca016 Use nobarrier atomics for platform-size lossy counters in base::HistogramSamples and base::SampleVector by glider@chromium.org · 11 years ago
  20. 479041d Update Mali memory attribute sysfs location by dbehr@chromium.org · 11 years ago
  21. 5080d27 [Android] Add reinitiate() to ObserverList's iterator. by kkimlabs@chromium.org · 11 years ago
  22. 2a2335e GTTF: Parallel test launcher changes for POSIX. by phajdan.jr@chromium.org · 11 years ago
  23. de35f58 Add more member data to SystemMemoryInfoKB and SystemMetrics. Upgrade functions as needed. by jwmak@chromium.org · 11 years ago
  24. f29dd61 test IWYU fixups for base by mostynb@opera.com · 11 years ago
  25. a5c6a95 [android] Additional logging to collect more data about why files are being pushed. by craigdh@chromium.org · 11 years ago
  26. 521714e Fix building with Java 7 by simonb@opera.com · 11 years ago
  27. 1dbe3d5 Fix compile (file_util:: -> base::) by phajdan.jr@chromium.org · 11 years ago
  28. 2e920b4 GTTF: Basic parallel unit test launcher. by phajdan.jr@chromium.org · 11 years ago
  29. a807b7b Allow waiting in NestedMessagePumpAndroid. by mnissler@chromium.org · 11 years ago
  30. 1999955 [Android] Add HostDrivenTest java annotation. by frankf@chromium.org · 11 years ago
  31. 0f4098e Remove deprecated FieldTrial::MakeName() API. by asvitkine@chromium.org · 11 years ago
  32. 05c93a7 Revert 220853 "Revert 220846 "Make landmines.py take an extra sc..." by tkent@chromium.org · 11 years ago
  33. d5e9d93 Revert 220846 "Make landmines.py take an extra script via an env..." by tkent@chromium.org · 11 years ago
  34. 3e5df51 Make landmines.py take an extra script via an env var. by sivachandra@chromium.org · 11 years ago
  35. a977e27 Add OWNERS to Jinja2 (Python template library) by nbarth@chromium.org · 11 years ago
  36. 60c1dd8 Revert "Added a new base::strings::SafeSPrintf() function that can" by tkent@chromium.org · 11 years ago
  37. 1019e40 Disable EmitNULL test for Widows x64. by tkent@chromium.org · 11 years ago
  38. 19559f7 Added a new base::strings::SafeSPrintf() function that can by markus@chromium.org · 11 years ago
  39. f7692b5 Only check if setup wizard is disabled if doing provision check. by navabi@google.com · 11 years ago
  40. b5e877c Add the DiskInfo struct and associated functions to collect and hold system disk metrics. by nduca@chromium.org · 11 years ago
  41. 41c9f5e Remove the unused sampling profiler. by erg@chromium.org · 11 years ago
  42. 1abc696 Move ReadFileToString to the base namespace. by brettw@chromium.org · 11 years ago
  43. 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
  44. 618ca62 Init uninitialized member in ctor. by finnur@chromium.org · 11 years ago
  45. bfd8341 Switched PostTaskAndReplyRelay to use ThreadTaskRunnerHandle::Get() instead of MessageLoopProxy::current(). by alexeypa@chromium.org · 11 years ago
  46. 47e5511 So that ScopedPtrHashMap can be used by user outside of cc. by powei@chromium.org · 11 years ago
  47. b74bab8 Move ScopedClosureRunner to callback_helpers, add Reset. by avi@chromium.org · 11 years ago
  48. 726f133 Rename managed user prefs to supervised user prefs. by bauerb@chromium.org · 11 years ago
  49. 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
  50. c44bb2f Increase maximum file descriptors per IPC message on POSIX from 5 to 7. by tommycli@chromium.org · 11 years ago
  51. 488c0f7 GTTF: Convert more parts of the test launcher to callbacks. by phajdan.jr@chromium.org · 11 years ago
  52. dd5c501 [android] Update FlagChanger to work with additional apks. by craigdh@chromium.org · 11 years ago
  53. 4964730 Add support for a managed user pref store to PrefService. by bauerb@chromium.org · 11 years ago
  54. 67a2046 Init uninitialized member in ctor. by finnur@chromium.org · 11 years ago
  55. 14a6063 Init uninitialized member in ctor. by finnur@chromium.org · 11 years ago
  56. 9eb60b7 Don't expose ObserverList::Size() by caitkp@chromium.org · 11 years ago
  57. 25f4873 Rename base::debug::StackTrace::PrintBacktrace() to Print(). by rsesek@chromium.org · 11 years ago
  58. a58c9c4 Remove spammy setpriority() failure message. Stylize. by dalecurtis@chromium.org · 11 years ago
  59. 308b47c chrome://tracing for memory records name and category for TRACE_EVENT by jamescook@chromium.org · 11 years ago
  60. 1500059 Remove unnecessary public typedef from AsyncSocketIoHandler by qsr@chromium.org · 11 years ago
  61. 21005a9 Android WebView: don't define sincos. by torne@chromium.org · 11 years ago
  62. dd004f6 Fix off-by-one error in StatsTable::GetRowValue(). by rmcilroy@chromium.org · 11 years ago
  63. 80d362f8 Make the lazy TLS pointer to the current MessageLoop into a Leaky LazyInstance. by earthdok@chromium.org · 11 years ago
  64. 8a53aca [Android WebView] Assert test files are readable early in tests by mnaganov@chromium.org · 11 years ago
  65. 0fe4ea2 Switch prefs to use ObserverList::might_have_observers instead of ObserverList::size. by caitkp@chromium.org · 11 years ago
  66. e3c3d86 [Android] Fix device file push location by boliu@chromium.org · 11 years ago
  67. f70b723 Move perftimer.* into base/test/ directory. by tfarina@chromium.org · 11 years ago
  68. 042aa75 Add a BarrierClosure. by groby@chromium.org · 11 years ago
  69. 61cbab1 Trace memory records source function for posted tasks instead of "RunTask" by jamescook@chromium.org · 11 years ago
  70. 9e2a9f2 GTTF: make the new test launcher handle test crashes by phajdan.jr@chromium.org · 11 years ago
  71. bf1abe7 Fix uninitialized member variable. by finnur@chromium.org · 11 years ago
  72. 212fbd1 Fix namespace for AsyncSocketIoHandler. by qsr@chromium.org · 11 years ago
  73. 82bd9aa base: Minor cleanups in icu_util.h by tfarina@chromium.org · 11 years ago
  74. ecdc58a Remove print statement in landmines.py to reduce clutter on stdout. by sivachandra@chromium.org · 11 years ago
  75. 67d147f Added POST multipart echo test http server for search-by-image testing. by kkimlabs@chromium.org · 11 years ago
  76. baac279 [chromedriver] Run tests on stable and beta channel chrome. by craigdh@chromium.org · 11 years ago
  77. 07cfb87 GTTF: Add a basic new unit test launcher. by phajdan.jr@chromium.org · 11 years ago
  78. 77fe8de Move async_socket_io_handler.* from media/ to base/ by qsr@chromium.org · 11 years ago
  79. 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
  80. 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
  81. d61f6df Add swarm_client as an untracked dependency in all isolate files. by vadimsh@chromium.org · 11 years ago
  82. 3b9717d SimpleCache: Android - skip registration when the JVM is not initialized by clamy@chromium.org · 11 years ago
  83. 8ac138b Move a Thread's MessageLoop to the heap so it acts as a real object for leak reports. by jyasskin@chromium.org · 11 years ago
  84. 54da968 Refactor landmines.py so that it can be used downstream. by sivachandra@chromium.org · 11 years ago
  85. 4d07fda [Android] Remove all usage of com.google.common.collect by yfriedman@chromium.org · 11 years ago
  86. 1cf2359 [Android] Adds python option for EMMA coverage by gkanwar@chromium.org · 11 years ago
  87. 4de8084 Tab capture performance test. by hubbe@chromium.org · 11 years ago
  88. f04ffb0 Make the MessageLoop PostTask ID more unique. by dsinclair@chromium.org · 11 years ago
  89. 66ab24f Allow android pass flags to am start activity by feng@chromium.org · 11 years ago
  90. 6622b87 Add thread-specific CPU-time to trace events. by ernstm@chromium.org · 11 years ago
  91. a6d1301 Shrink trace_event buffers by wangxianzhu@chromium.org · 11 years ago
  92. f2d9d08 Android: uses BUILDTYPE rather than CHROMIUM_BUILD_TYPE. by bulach@chromium.org · 11 years ago
  93. 5daaa15 Revert 217921 "This changes the trace event inclusion by always ..." by junov@chromium.org · 11 years ago
  94. 9b1f85d dbus: Suppress NameHasNoOwner errors when connecting to signals by satorux@chromium.org · 11 years ago
  95. 8d90271 Android: uses taskset when starting adb. by bulach@chromium.org · 11 years ago
  96. 75d4b11 This changes the trace event inclusion by always including categories unknown (to trace-viewer). by rubentopo@gmail.com · 11 years ago
  97. 2b29145 [android] Make build_type a singleton. by craigdh@chromium.org · 11 years ago
  98. 896c50e Ingnore unsupported arguments in TraceEventAnalyzer. by ernstm@chromium.org · 11 years ago
  99. 5647294 Base: FileEnumerator should not follow reparse points. by rvargas@chromium.org · 11 years ago
  100. 6d08f1f Moved chrome/common/policy to components/policy. by joaodasilva@chromium.org · 11 years ago