Sign in
chromium
/
chromium
/
src.git
/
b14c9cd959aa2dfb44bc64cee0725d956f2b2285
/
chrome
/
browser
/
after_startup_task_utils.h
e926fc1
[base] Move TaskRunner::RunsTasksInCurrentSequence() to SequencedTaskRunner
by Gabriel Charette
· 6 years ago
f713c64
Do not post tasks with random delays in AfterStartupTaskUtils for browser tests.
by Lei Zhang
· 6 years ago
e1a7042
Replace tracked_objects::Location with base::Location.
by Brett Wilson
· 8 years ago
3322df6
Introduce TaskRunner::RunsTasksInCurrentSequence() to replace
by peary2
· 8 years ago
6e42784
Migrate base::TaskRunner from Closure to OnceClosure
by tzik
· 8 years ago
070c8ffb
Pass Callback to TaskRunner by value and consume it on invocation
by tzik
· 8 years ago
27e6d33f
Introduce AfterStartupTaskUtils::Runner for callsites that want to use AfterStartupTaskUtils but need a TaskRunner.
by gab
· 9 years ago
e4d7b6f
Switch to standard integer types in chrome/browser/, part 1 of 4.
by avi
· 9 years ago
8a21c4f
AfterStartupTask: Use ForTesting() method rather than friends.
by wkorman
· 10 years ago
a08d7c0
Fix usage of ScopedTempDir in ExtensionServiceTest.
by wkorman
· 10 years ago
68bf4a8e
Defer ServiceWorker update checks until after browser startup is complete.
by michaeln
· 10 years ago
3f669c5
Makes IsBrowserStartupComplete() public
by fserb
· 10 years ago
96f887e2
Implement a poor man's PostAfterStartupTask() function. The initial impl claims complete after the first page loads.
by michaeln
· 10 years ago