1. 6ccc1fd Make chrome/browser/extensions use base::Clock instead of MockTimeProvider by akalin@chromium.org · 12 years ago
  2. 59eef1f Move file_path.h to base/files. by brettw@chromium.org · 12 years ago
  3. a7fb8d6 Add a mode flag to the tracing framework. by dsinclair@chromium.org · 12 years ago
  4. 63bf588 Add a Clock and TickClock interface for mocking out time by akalin@chromium.org · 12 years ago
  5. 82bcf51 Replace FilePath with base::FilePath. by brettw@chromium.org · 12 years ago
  6. 15c4767 [Test Expectations] Add GetCurrentPlatform() and GetCurrentConfiguration(). by rsesek@chromium.org · 12 years ago
  7. 85893c5 [Test Expectations] Implement the low-level parser. by rsesek@chromium.org · 12 years ago
  8. abcde5c Move string_number_conversions to base/strings. by brettw@chromium.org · 12 years ago
  9. 5634068 Remove removable storage notifications from base System Monitor. (part 3) by gbillock@chromium.org · 12 years ago
  10. fc6f929 Revert 180547 (didn't help) by thakis@chromium.org · 12 years ago
  11. c5ebb34 Revert 180332 (speculative, BrowserAccessibilityTest.BasicAttributeTest by thakis@chromium.org · 12 years ago
  12. f77d8d4 base: Update the calls from QuitClosure() to QuitWhenIdleClosure(). by tfarina@chromium.org · 12 years ago
  13. 989648c [Test Expectations] Convert the functions to use base::StringPiece. by rsesek@chromium.org · 12 years ago
  14. a708694 Add FilePath to base namespace. by brettw@chromium.org · 12 years ago
  15. 083fda4 [Test Expectations] Create the basic data structures. by rsesek@chromium.org · 12 years ago
  16. 64f0250 Relanding "Add apk for running content_browsertests" by nileshagrawal@chromium.org · 12 years ago
  17. f8fa209 encodeHtmlDataUri to avoid malformed URIs in tests by aruslan@chromium.org · 12 years ago
  18. e8012e1 Revert 179189 by nileshagrawal@chromium.org · 12 years ago
  19. c3f5291 Add apk for running content_browsertests by nileshagrawal@chromium.org · 12 years ago
  20. a2fbefc Replaced DictionaryValue::key_iterator by DictionaryValue::Iterator outside of chrome/browser. by pneubeck@chromium.org · 12 years ago
  21. 07615b4 Add missing, and remove unnecessary, 'explicit' from constructors. (base/) by hans@chromium.org · 12 years ago
  22. 5927e89 [sync] Add java InvalidationController for Android. by nyquist@chromium.org · 12 years ago
  23. 4fb2deb Implement SequenceChecker, which is a generalization of ThreadChecker by akalin@chromium.org · 12 years ago
  24. 6542335 GTTF: No more FLAKY_ . by phajdan.jr@chromium.org · 12 years ago
  25. 70f957b Restore previous large_test_timeout_ms. by tonyg@chromium.org · 12 years ago
  26. 1955a28 Unify various test TaskRunner implementations by akalin@chromium.org · 12 years ago
  27. e58d160 Add a base::ParseJson() function to help tests construct Values. by jyasskin@chromium.org · 12 years ago
  28. d26250d Revert 172358: this messes up our GPU debug bots. by zmo@chromium.org · 12 years ago
  29. bd76058 Adding a new utility class for instrumentation tests. by jcivelli@chromium.org · 12 years ago
  30. 3bc8345 GTTF: Lower timeouts. by phajdan.jr@chromium.org · 12 years ago
  31. 6ef5d50 GTTF: Lower timeouts for Release mode. by phajdan.jr@chromium.org · 12 years ago
  32. 092235a Fix ProcessUtilTest.FDRemapping on Android. by pliard@chromium.org · 12 years ago
  33. 091db52 Move scoped_temp_dir from base to base/files by brettw@chromium.org · 12 years ago
  34. 9d169bc Move EnableInProcessStackDumping to base/debug by phajdan.jr@chromium.org · 12 years ago
  35. c02fde5 First step towards component build for Android. by yfriedman@chromium.org · 12 years ago
  36. 1231059 GTTF: remove FAILS_ prefix, part 1 by phajdan.jr@chromium.org · 12 years ago
  37. c658dd1 Adds EnormousTest annotation. by klundberg@chromium.org · 12 years ago
  38. abd704e Update all unit tests that override paths to use the ScopedPathOverride. by pastarmovj@chromium.org · 12 years ago
  39. e91c48c Upstreaming chrome/common/chrome_* diff. by aurimas@chromium.org · 12 years ago
  40. 66057aa - Implement delayed task posting for SequencedWorkerPool. by nhiroki@chromium.org · 12 years ago
  41. e61bf33 Add ScopedPathOverride to the unit test suite. by pastarmovj@chromium.org · 12 years ago
  42. 691fd77 Move base Java utils to base/test/android/javatests. by nyquist@chromium.org · 12 years ago
  43. d9354e4 Add some TraceAnalyzer utility methods to simplify test code by jbates@chromium.org · 12 years ago
  44. bd9d20a Fix trace event macro naming issue by jbates@chromium.org · 12 years ago
  45. 1b1c391 Android: Use external storage for test data. by nileshagrawal@chromium.org · 12 years ago
  46. 6f1b35c implement SetWatchEvent and WaitForEvent for trace-based-tests. by jbates@chromium.org · 12 years ago
  47. 885802c Disable DCHECKs in non-official release builds on Android. by wangxianzhu@chromium.org · 12 years ago
  48. 866501f Rename SystemMonitor's MediaDevice calls to RemovableStorage. Functional changes to follow in future CLs. by thestig@chromium.org · 12 years ago
  49. 79da9b7 SystemMonitor: Pull device type into the device id by vandebo@chromium.org · 12 years ago
  50. 5e2f67d Fix TraceEventTestFixture flakiness BUG=142804 by jbates@chromium.org · 12 years ago
  51. 0e1a70b Change the type of file_type parameter to int, as the parameter actually takes or-ed bitmasks, by haruki@chromium.org · 12 years ago
  52. 7da3afd Fix some clang errors on Android. by nileshagrawal@chromium.org · 12 years ago
  53. bd5efd8 add device type as an argument in OnDevicesChanged. by wjia@chromium.org · 12 years ago
  54. 7456243 Correct const accessors in base/values.(h|cc) by vabr@chromium.org · 12 years ago
  55. 6c92c02 Remove old test timeout and process waiting function interfaces. by tedvessenes@gmail.com · 12 years ago
  56. 189aa71 Revert 144488 - For unit tests, track additions to AtExitManager and warn. by scottbyer@chromium.org · 12 years ago
  57. a8e028e Replace MessagePumpForUI with MessagePumpDefault in unit tests. by rohitrao@chromium.org · 12 years ago
  58. c723b50 Change base::SystemMonitor's media device functions to take a type and FilePath::StringType instead of a FilePath. by thestig@chromium.org · 12 years ago
  59. c9ca67f Make it possible to run gtests on iOS. by leng@chromium.org · 12 years ago
  60. 1d967bf Remove the rest of #pragma once in one big CL. by ajwong@chromium.org · 12 years ago
  61. 894c3dc Get base_unittests closer to compiling for iOS by stuartmorgan@chromium.org · 12 years ago
  62. 5d5b281 Add base::RunLoop and update ui_test_utils to use it to reduce flakiness by jbates@chromium.org · 12 years ago
  63. dcee7a5 Remove ANDROID_APK_TEST_TARGET by nileshagrawal@chromium.org · 12 years ago
  64. 6f8b420 For unit tests, track additions to AtExitManager and warn. by scottbyer@chromium.org · 12 years ago
  65. cdb89c6 Suppress the "Assertion Failed" dialog of VC++. (Take 2) by hbono@chromium.org · 12 years ago
  66. c36cd74 Revert r142693 "Suppress the "Assertion Failed" dialog of VC++." by oshima@chromium.org · 12 years ago
  67. 5b88611 Suppress the "Assertion Failed" dialog of VC++. by hbono@chromium.org · 12 years ago
  68. 3285a06 Remove duplicate call to InitAndroidTest. by nileshagrawal@chromium.org · 12 years ago
  69. d532a0c Reverting Temporal increase of test timeouts for ASAN image. by glotov@google.com · 12 years ago
  70. 8df22a6 Chromium support of running DumpRenderTree as an apk on Android by wangxianzhu@chromium.org · 12 years ago
  71. 67affcc Temporal increase of test timeouts for ASAN image. by glotov@google.com · 12 years ago
  72. 11fadcd Provide android specific implementation for MultiProcessTest::SpawnChildImpl by nileshagrawal@chromium.org · 12 years ago
  73. fef311a Run base_unittests_apk on the test try bot for realz. by nileshagrawal@chromium.org · 12 years ago
  74. ed79e27 Cleanup: Remove unneeded scoped_ptr.h includes from ash, base, media, and ui. by thestig@chromium.org · 12 years ago
  75. 97297d2 Initialize Android OS path overrides for testing by peter@chromium.org · 13 years ago
  76. 8ed4614 Disallow UI/IO thread blocking on any other thread. by jam@chromium.org · 13 years ago
  77. 672a63c Convert the session restore ui_tests to browser_tests. I renabled the disabled tests; hopefully they're now more flaky. by jam@chromium.org · 13 years ago
  78. d8f4c80 Add a "--silent" flag to our test suite to disable gtest output. This clears up the test logs when running the ChromeMain browsertests. by jam@chromium.org · 13 years ago
  79. dc692f5 Modify the base::JSONReader interface to take a set of options rather than a boolean flag. by rsesek@chromium.org · 13 years ago
  80. de3a6cf Add virtual and OVERRIDE to base/ implementation files by rsleevi@chromium.org · 13 years ago
  81. 59a0855 Remove TOOLKIT_USES_GTK and consolidate it into TOOLKIT_GTK by oshima@chromium.org · 13 years ago
  82. 8035634 Implementation of SequencedTaskRunner based on SequencedWorkerPool. by francoisk777@gmail.com · 13 years ago
  83. 87d003c Plot async steps in about:tracing. by simonjam@chromium.org · 13 years ago
  84. 8929e8a Revert 128679 - Speculative revert. xcodebuilders hosed between r128678 - 128680 in GYP phse, this is the only change that touched GYP files. by rsleevi@chromium.org · 13 years ago
  85. 52e5bc1 apk-based test runner work. Not enabled yet. This CL is a combination of upstreaming, ndk/ant-ification, and other tweaks. by jrg@chromium.org · 13 years ago
  86. b76b78a Build Android's MessagePumpForUI by upstreaming SystemMessageHandler by peter@chromium.org · 13 years ago
  87. f63cdf1 Upstream Android's PathUtils implementation. by peter@chromium.org · 13 years ago
  88. cea0a13 Fix uses of TimeDelta in base/test. by tedvessenes@gmail.com · 13 years ago
  89. a2e525b Added read-only file error test. by ahendrickson@chromium.org · 13 years ago
  90. 9af00eb Add test to for RAF-spinning in accelerated mode with no damage. by jbates@chromium.org · 13 years ago
  91. 38d2e29 Move task_runner_test_template.* into base/test and test_support_base by akalin@chromium.org · 13 years ago
  92. fab003a Add media device attach notification mechanism. by vandebo@chromium.org · 13 years ago
  93. 88295f9 Add ASYNC_STEP support to trace_event and change START to ASYNC_BEGIN. by jbates@chromium.org · 13 years ago
  94. 32c664f Revert 124288 (made mac browser and ui_tests flaky) - Add Media device notification to SystemMonitor and Mac impl by mattm@chromium.org · 13 years ago
  95. d3593e2 Add Media device notification to SystemMonitor and Mac impl by vandebo@chromium.org · 13 years ago
  96. d79b68c Move values_test_util.{h,cc} to base/test by akalin@chromium.org · 13 years ago
  97. 506c72b Allow callers of CommandLine::Init to know whether they were the first caller. by erikwright@chromium.org · 13 years ago
  98. 33d5657 Cleanup: Remove base::environment_vector and base::file_handle_mapping_vector to StudlyCaps. by thestig@chromium.org · 13 years ago
  99. 3b36629 Use SequencedWorkerPool for disk operations in TraceSubscriberStdio. by husky@chromium.org · 13 years ago
  100. 5d1a040 Revert 123140 - Use SequencedWorkerPool for disk operations in TraceSubscriberStdio. by groby@chromium.org · 13 years ago