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