summaryrefslogtreecommitdiff
path: root/base/message_loop/message_loop.cc
AgeCommit message (Expand)Author
2020-06-06libchrome: build libchrome on Android target with OS_ANDROIDhscham
2020-06-05Revert "[MessageLoop] Disable hi-res timers when not sleeping"Gabriel Charette
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] Disable hi-res timers when not sleepingGabriel Charette
2020-06-05[MessageLoop] Refactor ScheduleWork and TaskAnnotator logic out of IncomingTa...Gabriel Charette
2020-06-05Make the Cloud Print service process listen for WM_QUIT.Lei Zhang
2020-06-05ALooper implementation for MessagePumpForUI::Schedule(Delayed)WorkMichael Thiessen
2020-06-05Start message loop on creation on AndroidRan Ji
2020-06-05[MessageLoop] Disable hi-res timers while in nested loops that don't process ...Gabriel Charette
2020-06-05[MessageLoop] Don't clobber |recent_time_|Gabriel Charette
2020-06-05[MessageLoop] Add MessageLoop.ScheduledSleep.* metrics.Gabriel Charette
2020-06-05[MessageLoop] Add metrics to diagnose delayed task queue issues.Gabriel Charette
2020-06-05Move MessageLoop::current() to MessageLoopCurrent::Get().Gabriel Charette
2020-06-05Introduce base::MessageLoopCurrentGabriel Charette
2020-06-05Mass rename MessageLoopForIO types to MessagePumpForIOGabriel Charette
2020-06-05Move PendingTask::task_backtrace management completely to TaskAnnotator.Gabriel Charette
2020-06-05Extract declarations of per-platform MessagePumpForUI/IO types from MessageLo...Gabriel Charette
2020-06-05Cleanup base APIs after PROCESS_LAUNCHER removal.Gabriel Charette
2020-06-05Remove some use of base::PassedClaudio DeSouza
2020-06-05[Mac] Use MessagePumpDefault for MessageLoop::TYPE_DEFAULT.Robert Sesek
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-05Replace RunLoop's Delegate::Client by a ShouldQuitWhenIdleCallback.Gabriel Charette
2020-06-05Introduce RunLoop::OverrideDelegateForCurrentThreadForTesting().Gabriel Charette
2020-06-05Run clang-tidy modernize-use-equals-{delete,default} on //baseChris Watkins
2020-06-05Clean up message_pump_android and related tests.Michael Thiessen
2020-06-05Convert NULL and 0 to nullptr in base using clang-tidy.Ivan Kotenkov
2020-06-05Give NestableTasksAllowed() control back to MessageLoop.Gabriel Charette
2020-06-05Refactor MessageLoop Queues to IncomingTaskQueueRobert Liao
2020-06-05scheduler: Add enum base::NestableHajime Hoshi
2020-06-05fuchsia: Magenta -> ZirconScott Graham
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-05Replace base::MakeUnique with std::make_unique in base/.Jeremy Roman
2020-06-05Apply some C++ modernizations to MessageLoop(.cc|.h).Wez
2020-06-05Implement a MessageLoopForIO::WatchMxHandle API under Fuchsia.Wez
2020-06-05Introduce RunLoop::Type::NESTABLE_TASKS_ALLOWED to replace MessageLoop::Scope...Gabriel Charette
2020-06-05Fuchsia: stub out missing ProcessMetrics methods.Kevin Marshall
2020-06-05Make RunLoop 100% standalone.Gabriel Charette
2020-06-05Remove MessageLoop::Quit(Now|WhenIdle) for good!Gabriel Charette
2020-06-05Manually migrate away from deprecated MessageLoop::Quit*() methods in /base.Gabriel Charette
2020-06-05Mass replace MessageLoop::Quit*() with RunLoop::QuitCurrent*Deprecated().Gabriel Charette
2020-06-05Integrate SequenceLocalStorageMap into MessageLoopJeffrey He
2020-06-05Use task cancellation status in base::MessageLoop.Daniel Cheng
2020-06-05fuchsia: boilerplate for MessageLoop and FilePathWatcherScott Graham
2020-06-05fuchsia: base_unittests (mostly) compilingscottmg
2020-06-05Introduce RunLoop::Delegate splitting RunLoop/MessageLoop some more.gab
2020-06-05Replace "nested message loop" with "nested run loop" in comments.gab