summaryrefslogtreecommitdiff
path: root/base/message_loop/incoming_task_queue.cc
AgeCommit message (Expand)Author
2020-06-05Reland "[MessageLoop] Refactor ScheduleWork and TaskAnnotator logic out of In...Gabriel Charette
2020-06-05Revert "[MessageLoop] Refactor ScheduleWork and TaskAnnotator logic out of In...Gabriel Charette
2020-06-05[MessageLoop] Refactor ScheduleWork and TaskAnnotator logic out of IncomingTa...Gabriel Charette
2020-06-05ALooper implementation for MessagePumpForUI::Schedule(Delayed)WorkMichael Thiessen
2020-06-05Rename TaskAnnotator::DidQueueTask to better represent semanticsGabriel Charette
2020-06-05[MessageLoop] Only count tasks actually in the DelayedQueue as pending hi-res...Gabriel Charette
2020-06-05[MessageLoop] Add metrics to diagnose delayed task queue issues.Gabriel Charette
2020-06-05[MessageLoop] Clear all pending tasks in TriageQueue::ClearGabriel Charette
2020-06-05[MessageLoop] Update high-res tasks comment in TriageQueue::ReloadFromIncomin...Gabriel Charette
2020-06-05Mark IncomingTaskQueue::message_loop_scheduled_ after kicking it off.Gabriel Charette
2020-06-05Reland "Proper MessageLoop::IsIdleForTesting() that corresponds to the actual...Gabriel Charette
2020-06-05Revert "Proper MessageLoop::IsIdleForTesting() that corresponds to the actual...Wez
2020-06-05Proper MessageLoop::IsIdleForTesting() that corresponds to the actual idlenes...Gabriel Charette
2020-06-05Change some time consts in base/ to TimeDelta.Lei Zhang
2020-06-05Refactor MessageLoop Queues to IncomingTaskQueueRobert Liao
2020-06-05scheduler: Add enum base::NestableHajime Hoshi
2020-06-05Cleanup IncomingTaskQueue DeclarationRobert Liao
2020-06-05Remove ReadWriteLock from IncomingTaskQueueRobert Liao
2020-06-05Move Location to base namespace in base.Brett Wilson
2020-06-05Fix Sequence Checking in IncomingTaskQueueRobert Liao
2020-06-05Move the TaskAnnotator from MessageLoop to IncomingTaskQueueRobert Liao
2020-06-05Remove MessageLoop HasHighResolutionTasks() and Fix the High Resolution Timer...Robert Liao
2020-06-05CHECK tasks posted by TaskRunner::PostTasktzik
2020-06-05Migrate base::TaskRunner from Closure to OnceClosuretzik
2020-06-05DCHECK tasks posted by TaskRunner::PostTasktzik
2020-06-05Pass Callback to TaskRunner by value and consume it on invocationtzik
2020-06-05Record async "task backtraces"ajwong
2020-06-05Unify usage of logging/assert macros in base/gab
2020-06-05base: Make TaskQueue a typedef instead of a subclassdanakj
2020-06-05Avoid holding |incoming_queue_lock_| while waking up the message loop.amistry
2020-06-05Timing issue in IncomingTaskQueue::AddToIncomingQueuestanisc
2020-06-05Move IncomingTaskQueue::CalculateDelayedRuntime to an anonymous namespace.amistry
2020-06-05Ensure that DLOG(FATAL) also asserts in release-with-asserts builds.jam
2020-06-05Remove unnecessary inclusion of base/metrics/histogram.hbenchan
2020-06-05Switch to standard integer types in base/.avi
2020-06-04Proof-reading comments in base/message_loop/.qyearsley
2020-06-04Revert of Don't peek messages in the MessagePumpForUI class when we receive o...jbauman
2020-06-04Don't peek messages in the MessagePumpForUI class when we receive our kMsgHav...ananta
2020-06-04Revert of Don't peek messages in the MessagePumpForUI class when we receive o...scottmg
2020-06-04Don't peek messages in the MessagePumpForUI class when we receive our kMsgHav...ananta
2020-06-04Revert of Don't peek messages in the MessagePumpForUI class when we receive o...kjellander
2020-06-04Don't peek messages in the MessagePumpForUI class when we receive our kMsgHav...ananta
2020-06-04Reland (3rd try): Lazily initialize MessageLoop for faster thread startupkinuko
2020-06-04Revert of Reland: Lazily initialize MessageLoop for faster thread startup (pa...glider
2020-06-04Reland: Lazily initialize MessageLoop for faster thread startupkinuko
2020-06-04Revert of Lazily initialize MessageLoop for faster thread startup (patchset #...kinuko
2020-06-04Lazily initialize MessageLoop for faster thread startupkinuko
2020-06-04Increase warning threshold for "super long" delayed tasks.miu
2020-06-04Move 'super-long post delayed task' warning to IncomingTaskQueue.miu
2020-06-04Avoid scheduling a message loop that we know is not sleepingjamesr