1. 2a5335017 [Jank] Introduce Browser.Responsiveness.JankyIntervalsPerThirtySeconds3 by Gabriel Charette · 4 years, 4 months ago
  2. 76ba682 [MBI] Return per-AgentSchedulingGroup default task runner from ThreadTaskRunnerHandle::Get() and SequencedTaskRunnerHandle::Get() by Minoru Chikamune · 4 years, 7 months ago
  3. db9ae794 Rename includes from bind_helpers.h to callback_helpers.h by danakj · 4 years, 9 months ago
  4. ef4e9194 Reland "Move base/test/bind_test_util.h to base/test/bind.h" by Guido Urdaneta · 4 years, 10 months ago
  5. 8bd07a6c Revert "Move base/test/bind_test_util.h to base/test/bind.h" by Denis Kuznetsov [CET] · 4 years, 10 months ago
  6. a4493a6 Move base/test/bind_test_util.h to base/test/bind.h by danakj · 4 years, 10 months ago
  7. 5f4d4f03 Remove DISALLOW_COPY_AND_ASSIGN from base/* by David Bienvenu · 5 years ago
  8. 83273d8 Revert "[test] Provide RunLoop::RunUntilConditionForTest() helper." by Wez · 6 years ago
  9. 9d5dd28 Reland "[base] Make test Run() timeouts fatal unless using GTest." by Wez · 6 years ago
  10. 21fa8d0 Revert "[base] Make test Run() timeouts fatal unless using GTest." by Takashi Sakamoto · 6 years ago
  11. e7f522e [base] Make test Run() timeouts fatal unless using GTest. by Wez · 6 years ago
  12. 212eeb7 [test] Provide RunLoop::RunUntilConditionForTest() helper. by Wez · 6 years ago
  13. c710874 Reland "[TaskEnvironment] Complete migration with header rename" by Gabriel Charette · 6 years ago
  14. b69fcd4 Revert "[TaskEnvironment] Complete migration with header rename" by Gabriel Charette · 6 years ago
  15. 1894708 [TaskEnvironment] Complete migration with header rename by Gabriel Charette · 6 years ago
  16. 694c3c33 [TaskEnvironment] Mass-migrate away from ScopedTaskEnvironment (1/2) by Gabriel Charette · 6 years ago
  17. cfde7b3 Remove RunLoop::RunWithTimeout from public API by Alex Clarke · 6 years ago
  18. 650caf0 base: Cleanup callback types (part 6). by kylechar · 6 years ago
  19. d7b0414d Disable */RunLoopTest.NestedRunWithTimeout/* test, which is inherently flaky. by Wez · 6 years ago
  20. 01598d7 base: Cleanup callback types (part 5). by kylechar · 6 years ago
  21. 9752bbf [Reland] Implement RunLoop::RunWithTimeout by Alex Clarke · 6 years ago
  22. d9ae427 Revert "Implement RunLoop::RunWithTimeout" by Findit · 6 years ago
  23. 7843b6d0 Implement RunLoop::RunWithTimeout by Alex Clarke · 6 years ago
  24. 9d7236f6 [base] Remove base::ConstRef in favor of std::cref by jdoerrie · 6 years ago
  25. bbffcc5 Remove the default null-callback ctor from ScopedRunTimeoutForTest. by Wez · 7 years ago
  26. 033b9ac test: Replace _TEST_CASE_ with _TEST_SUITE_ in /base. by Victor Costan · 7 years ago
  27. d9e4cb77 Apply a default timeout to RunLoop::Run() calls on test main threads. by Wez · 7 years ago
  28. 50518fc [RunLoop] Remove unused RunLoop::OverrideDelegateForCurrentThreadForTesting(). by Gabriel Charette · 7 years ago
  29. f3fd8f0 [Flakiness] Fix RunLoopTest death-tests to fail without hanging. by Gabriel Charette · 7 years ago
  30. 39ee610 Fix RunLoopDeathTest to expect CHECK rather than DCHECK failure. by Wez · 7 years ago
  31. d883944 Cleanup base APIs after PROCESS_LAUNCHER removal. by Gabriel Charette · 7 years ago
  32. 80bdddf Add base::RunLoop::NestingObserver::OnExitNestedRunLoop(). by Francois Doray · 8 years ago
  33. a3ec961 Replace RunLoop's Delegate::Client by a ShouldQuitWhenIdleCallback. by Gabriel Charette · 8 years ago
  34. 1ef212b Introduce RunLoop::OverrideDelegateForCurrentThreadForTesting(). by Gabriel Charette · 8 years ago
  35. b030a4a Give NestableTasksAllowed() control back to MessageLoop. by Gabriel Charette · 8 years ago
  36. a62d9c0 Convert many std::queue to base::queue by Brett Wilson · 8 years ago
  37. 8e88b31 Move Location to base namespace in base. by Brett Wilson · 8 years ago
  38. 564d350 Fix some -Wdelete-non-virtual-dtor warnings. by Nico Weber · 8 years ago
  39. a4497505 Make TestMockTimeTaskRunner a RunLoop::Delegate. by Gabriel Charette · 8 years ago
  40. 9532f25 Replace base::MakeUnique with std::make_unique in base/. by Jeremy Roman · 8 years ago
  41. 3ff403e Introduce RunLoop::Type::NESTABLE_TASKS_ALLOWED to replace MessageLoop::ScopedNestableTaskAllower. by Gabriel Charette · 8 years ago
  42. e2b632b Make RunLoop 100% standalone. by Gabriel Charette · 8 years ago
  43. 0c100dc Rewrite base::Bind to base::BindOnce by tzik · 8 years ago
  44. cf5e4ce Make RunLoop::Quit() thread-safe. by gab · 8 years ago
  45. 968d9ebc Fix RunLoopTest.DisallowWaitingDeathTest for official builds. by gab · 8 years ago
  46. 7af9dc0 Make nesting/running states a RunLoop rather than a MessageLoop concept. by gab · 8 years ago
  47. 92b7a42 Rewrite base::Bind into base::BindOnce on trivial cases in base by tzik · 8 years ago
  48. a365860 Add RunLoop::QuitWhenIdleClosure(). by fdoray · 9 years ago
  49. a4f28ec Add RunLoop::QuitWhenIdle(). by fdoray · 9 years ago