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