summaryrefslogtreecommitdiff
path: root/base/message_loop/message_loop.cc
AgeCommit message (Expand)Author
2020-06-05Make nesting/running states a RunLoop rather than a MessageLoop concept.gab
2020-06-05GN: aix port along with linux_s390x, linux_ppc64 and linux_ppc64le support.rayb
2020-06-05Migrate Bind to BindOnce or BindRepeating in //base/message_looptzik
2020-06-05base: Remove auto raw pointer deduction.vmpstr
2020-06-05Record async "task backtraces"ajwong
2020-06-05Remove some LazyInstance use in base/scottmg
2020-06-05Run ScopedTaskScheduler tasks synchronously.fdoray
2020-06-05Reduce usage of FOR_EACH_OBSERVER macro in baseericwilligers
2020-06-05Disallow task observers on some BrowserThreads.fdoray
2020-06-05Replace base::Callback with base::OnceCallback in base::PendingTasktzik
2020-06-05Disallow nesting on some BrowserThreads.fdoray
2020-06-05Remove code that checks if MessagePumpForGpu was signaled.stanisc
2020-06-05Cleanup histograms from message loop, as well as kHexRangePrintingFlag.rkaplow
2020-06-05Delete MessageLoop::Run()/RunUntilIdle().fdoray
2020-06-05Delete MessageLoop::PostTask/PostDelayedTask/DeleteSoon/ReleaseSoon.fdoray
2020-06-05Properly throw java exceptions from shouldOverrideUrlLoadinggsennton
2020-06-05Fix incorrect memory barrier usage I previously asked to be introduced.gab
2020-06-05Add definition for MessagePumpForUI for OS_BSDkrytarowski
2020-06-05Remove deprecated methods from MessageLoop on Mac.fdoray
2020-06-05Make PendingTask move-only and pass it by value on retaining paramstzik
2020-06-05Verify if GPU message pump is signaled when it hangs in WaitForWorkstanisc
2020-06-05Deletes base::MessageLoop::set_thread_name().alokp
2020-06-05Add RunLoop::QuitWhenIdle().fdoray
2020-06-05Remove MessageLoop::os_modal_loop_.fdoray
2020-06-05Remove base::MessageLoop::PostNonNestableTask().thestig
2020-06-05Fix include path for moved thread_task_runner_handle.h header in base/gab
2020-06-05Remove IOObservers from MessageLoopForIO.fdoray
2020-06-05Remove MessageLoop::PostNonNestableDelayedTask().thestig
2020-06-05mus: Fix handled status in UI event ack, add MessageLoop::NestingObserverjamescook
2020-06-05Convert //base to use std::unique_ptrdcheng
2020-06-05base: Remove MessagePumpDispatcher.sadrul
2020-06-05This change modifies the message_loop so one can create UI message_loops with...jsbache
2020-06-05Fix race on mojo message pump shutdown.amistry
2020-06-05base: Fix DCHECK when thread creation failsskyostil
2020-06-05Switch to standard integer types in base/.avi
2020-06-05Prepare chrome to use the new Mojo EDK by default.John Abd-El-Malek
2020-06-05base: Use std::move() instead of Pass() for real movable types.danakj
2020-06-04Fix top-level trace event name in MessageLoop::RunTaskcaseq
2020-06-04Cleanup message_loop.cclucinka.brozkova
2020-06-04Proof-reading comments in base/message_loop/.qyearsley
2020-06-04Extract trace from TaskAnnotator::RunTask to its call sitescaseq
2020-06-04Revert of Trace MessageLoop::RunTask execution (patchset #2 id:20001 of https...caseq
2020-06-04base: Make it possible to replace the MessageLoop's task runnerskyostil
2020-06-04Trace MessageLoop::RunTask executioncaseq
2020-06-04Revert of base: Make it possible to replace the MessageLoop's task runner (pa...glider
2020-06-04base: Make it possible to replace the MessageLoop's task runnerskyostil
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-04base: Remove MessageLoopProxyskyostil
2020-06-04Revert of Don't peek messages in the MessagePumpForUI class when we receive o...scottmg