1. 5ba9489 Move Singleton and related structs to namespace base by olli.raula · 9 years ago
  2. 7e0fdeb Don't skip retries when forcing running brokent tests. by carlosk · 9 years ago
  3. 9d645a7 Fix test launcher crash on non-UTF-8 output snippets by phajdan.jr · 9 years ago
  4. 5060841 Add test launcher switch to avoid early termination due to broken tests. by carlosk · 9 years ago
  5. d79351a [Android] Add gyp support for multidex. (RELAND) by jbudorick · 9 years ago
  6. fbdf6ce Don't create a launcher process when launching a child process in multiprocess unittests. by jam · 9 years ago
  7. ed674d5 Revert of [Android] Add gyp support for multidex. (patchset #12 id:220001 of https://codereview.chromium.org/1278573002/ ) by jbudorick · 9 years ago
  8. 619ef29 [Android] Add gyp support for multidex. by jbudorick · 9 years ago
  9. bd827b3 Add support to create memory allocator dump in base::DiscardableMemory by ssid · 9 years ago
  10. 2127997 Fix various errorprone warnings and errors. by mikecase · 9 years ago
  11. 32582b0 Revert of Add a ShadowingAtExitManager in the base TestSuite and reset it after every test. (patchset #3 id:40001 of https://codereview.chromium.org/1285853002/ ) by zhaoqin · 9 years ago
  12. 35811b2 Added Signin Parameters by skirmani · 9 years ago
  13. 9be1262 Restore locales after tests by olli.raula · 9 years ago
  14. 691616a Add a ShadowingAtExitManager in the base TestSuite and reset it after every test. by bauerb · 9 years ago
  15. f8cdc09 Print stack traces in browser tests when any process crashes, or an assert fires. by jam · 9 years ago
  16. 956b587 Added Generic Parametrized Testing by skirmani · 9 years ago
  17. 0d2133a Fix HistogramTester::GetAllSamples when empty. by twifkak · 9 years ago
  18. ed9cfcf Update SplitString calls to new form by brettw · 9 years ago
  19. 460d085 Revert of Update SplitString calls to new form (patchset #5 id:80001 of https://codereview.chromium.org/1272823003/ ) by pkasting · 9 years ago
  20. 1224085 Update SplitString calls to new form by brettw · 9 years ago
  21. d2b51a1 Namespace clean-up in histogram_tester_unittest.cc by vabr · 9 years ago
  22. 6705e45 [Android] Make BaseInstrumentationTestRunner reset CommandLine. by jbudorick · 9 years ago
  23. 4df640b HistogramTester::GetHistogramSamplesSinceCreation never returns null by vabr · 9 years ago
  24. f43fbcd base: Move DelayedTaskBasic out of TaskRunnerTest. by dcastagna · 9 years ago
  25. b8b965f [Android] Move @CommandLineFlag setup to BaseInstrumentationTestRunner. by jbudorick · 9 years ago
  26. ca229e9 Move JNI annotations to annotations package. by aurimas · 9 years ago
  27. bc67a46 - Added RESTRICTION_TYPE_INTERNET by skirmani · 9 years ago
  28. 700cfba test launcher: print test file names and lines in summary results by phajdan.jr · 9 years ago
  29. 2350bc3 Split most of trace_event_impl.h/cc out into trace_log.h/cc, trace_sampling_thread.h/cc and trace_buffer.h/cc by oysteine · 9 years ago
  30. b1c693a base/test/histogram_tester.h: Add a way to query a whole family of related by nick · 9 years ago
  31. 979aba2 base: Move RunsTasksOnCurrentThread out of TaskRunnerTest. by dcastagna · 9 years ago
  32. 38c4f5e Delete old, unused code. by rsesek · 9 years ago
  33. 7ad7ec7 [Android] Roll to findbugs 3.0.1. by jbudorick · 9 years ago
  34. ad74306 Remove some legacy versions of StartsWith and EndsWith. by brettw · 9 years ago
  35. 71aab99 Revert of Remove some legacy versions of StartsWith and EndsWith. (patchset #6 id:100001 of https://codereview.chromium.org/1239493005/) by yosin · 9 years ago
  36. 802d8f1 Remove some legacy versions of StartsWith and EndsWith. by brettw · 9 years ago
  37. aadbc2d Move JoinString to the base namespace. by brettw · 9 years ago
  38. fa2dbaf Revert of Move JoinString to the base namespace (patchset #9 id:160001 of https://codereview.chromium.org/1223153003/) by hongchan · 9 years ago
  39. 76040f7 Move JoinString to the base namespace. by brettw · 9 years ago
  40. 20e04ed Move MatchPattern to its own header and the base namespace. by brettw · 9 years ago
  41. c5746ff Pull out Command-line initialization for tests by dfalcantara · 9 years ago
  42. 120eb32 Add HistogramTester::GetAllSamples. by twifkak · 9 years ago
  43. 7a41686 Revert "Support disabling unit test batching. Use it for angle_end2end_tests" by senorblanco · 9 years ago
  44. 5feb1f3 Support disabling unit test batching. Use it for angle_end2end_tests by phajdan.jr · 9 years ago
  45. 5a54541 Delete ChromeStagingInstrumentationTestRunner. by newt · 9 years ago
  46. 6ff92f6 Move more string_util functions to base namespace. by brettw · 9 years ago
  47. 167b892 [Android log] Remove Log#makeTag by dgn · 9 years ago
  48. 8ca93c2 Change histogram.h includes to histogram_macros.h in metrics code. by asvitkine · 9 years ago
  49. 51bf92a Move StartsWith[ASCII] to base namespace. by brettw · 9 years ago
  50. 3e95d1f Provide dummy Android UI thread with looper for C++ unit tests by aberent · 9 years ago
  51. 4f3f44c Non-SFI mode: Implement test launcher for nacl_helper_nonsfi_unittests. by hidehiko · 9 years ago
  52. df04d5b [Startup Tracing] Hook up TraceConfig and remove CategoryFilter & TraceOptions by zhenw · 9 years ago
  53. 36c0d63 Testing: Fixed printing FilePaths when a test fails comparing them. by mgiuca · 9 years ago
  54. fe9020d Use scoped_ptrs in JSONReader::Read functions. by estade · 9 years ago
  55. 033e61e More base::Values-related bare pointer -> scoped_ptr conversions by estade · 9 years ago
  56. 582ac70 Cleanup: Simplify some checks in tests. by thestig · 9 years ago
  57. 77a018f Add some more scoped_ptr functions in values.h by estade · 9 years ago
  58. 97aefe1 base: Remove most uses of MessageLoopProxy by skyostil · 9 years ago
  59. c5c108d Revert of base: Remove use of MessageLoopProxy (patchset #6 id:100001 of https://codereview.chromium.org/1100773004/) by stevenjb · 9 years ago
  60. cbedda7 base: Remove use of MessageLoopProxy by skyostil · 9 years ago
  61. 72979b2 base: Remove using declaration from test_suite.h header. by tfarina · 9 years ago
  62. cb67eda [Android] Add an out-of-app instrumentation driver APK. (RELAND) by jbudorick · 9 years ago
  63. b3217a0 Revert of [Android] Add an out-of-app instrumentation driver APK. (patchset #15 id:280001 of https://codereview.chromium.org/1034053002/) by jdonnelly · 9 years ago
  64. f31c55c [Android] Add an out-of-app instrumentation driver APK. by jbudorick · 9 years ago
  65. 499bb29 Update {virtual,override} to follow C++11 style in base. by nick · 9 years ago
  66. 6abe55a Combine multiple BadEntropyProviders into base::MockEntropyProvider. by dbeam · 10 years ago
  67. 10a28a7 base/test/launcher: Don't trim leading whitespace from test output by nick · 10 years ago
  68. d0ab04c base: Rename DiscardableMemory::Memory() to ::data(). by reveman · 10 years ago
  69. 1eee6ea Added test support to observe and verify UMA user actions during tests. by bruthig · 10 years ago
  70. 46638a9 Make ctrl-c work reliably in the gtest test launcher on Mac by phajdan.jr · 10 years ago
  71. 3aa9971 Fix OutOfMemoryDeathTest.ViaSharedLibraries. by icoolidge · 10 years ago
  72. 63d01e6 Enable NeedsBraces check and fix some checkstyle issues. by aurimas · 10 years ago
  73. 9c9043f Revert of Fix OutOfMemoryDeathTest.ViaSharedLibraries. (patchset #10 id:180001 of https://codereview.chromium.org/878473002/) by mfomitchev · 10 years ago
  74. 06b1b37 Make TestMockTimeTaskRunner run tasks with the same delay in the order they were posted. by engedy · 10 years ago
  75. e861eba Fix OutOfMemoryDeathTest.ViaSharedLibraries. by icoolidge · 10 years ago
  76. 6e4da62 Remove uses of KillProcess. by rvargas · 10 years ago
  77. a75735e Base: Change task posting logic to SequencedWorkerPool during shutdown. by erikchen · 10 years ago
  78. 51d5d4d Initial RemoteCommandService by binjin · 10 years ago
  79. 5ea3425 base: Rename discardable memory allocator interface and remove unnecessary class. by reveman · 10 years ago
  80. 1d997b5 Re-land: base: Implement browser process support for discardable memory. by reveman · 10 years ago
  81. 6d0acd5 Revert "base: Implement browser process support for discardable memory." by Stephen White · 10 years ago
  82. 7aa7c5f base: Implement browser process support for discardable memory. by reveman · 10 years ago
  83. 176bfdd Make ctrl-c work reliably in the gtest test launcher on Linux by phajdan.jr · 10 years ago
  84. 5dae6dd Add ability to clear pending tasks of TestMockTimeTaskRunner without running the tasks. by engedy · 10 years ago
  85. d40295f base: Stop passing by non-const references in some more places. by danakj · 10 years ago
  86. 0393da3 base: Fix/add header #ifndef guards. by danakj · 10 years ago
  87. 0540c6b Revert of base: Fix/add header #ifndef guards. (patchset #2 id:20001 of https://codereview.chromium.org/985003004/) by bnc · 10 years ago
  88. 81d2a16 base: Fix/add header #ifndef guards. by danakj · 10 years ago
  89. de6142a base: Put DISALLOW_COPY_AND_ASSIGN inside private section of classes. by danakj · 10 years ago
  90. 651c3e2 base: Add/Fix namespace closing comments. by danakj · 10 years ago
  91. 58322f4 Split ValueSerializer into separate Serializer and Deserializer classes. by prashhir · 10 years ago
  92. 7257f2c Stop pretty-printing pref JSON by hashimoto · 10 years ago
  93. 349e413 Moving ScopedMockLog from net/test to base/test. by lukasza · 10 years ago
  94. 2c1bd37 Let TestMockTimeTaskRunner ignore task nestability. by engedy · 10 years ago
  95. e723fd0 Fix PEImage tests to use a checked in binary. by Will Harris · 10 years ago
  96. 6fb64fb [Android] Rework instrumentation test skipping and result generation. by jbudorick · 10 years ago
  97. 8e4bfae Upgrade ICU to 54.1 by jshin · 10 years ago
  98. c56f559 Fix typo and remove extra line break from TestMockTimeTaskRunner. by engedy · 10 years ago
  99. 5ca0b5f Add support in TestMockTimeTaskRunner for vending mock Time values and mock Clocks. by engedy · 10 years ago
  100. 8738c1a [Android] Reland: Convert ContentShellTest.apk to isolate. by jbudorick · 10 years ago