summaryrefslogtreecommitdiffstats
path: root/base/message_loop.h
Commit message (Expand)AuthorAgeFilesLines
* base: Remove deprecated RunAllPending() function from MessageLoop API.tfarina@chromium.org2012-12-191-3/+0
* Add comments about memory behavior of SWP tasks with the same sequence tokenakalin@chromium.org2012-12-181-0/+3
* Provide an iOS message pump for IO implementation.blundell@chromium.org2012-11-301-1/+27
* Trace PostTasks from post to run.jbates@chromium.org2012-09-181-1/+2
* Replace PeekMessage for TSF awarenessyoichio@chromium.org2012-09-081-0/+11
* Desktop Aura: Allow tab drags out of window.erg@chromium.org2012-08-171-1/+5
* [Chromoting] Launch the host process elevated via ShellExecuteEx().alexeypa@chromium.org2012-08-161-1/+2
* Fix Native Client untrusted build of base on ChromeOS.bbudge@chromium.org2012-08-151-1/+1
* Convert ProtocolHandlerRegistry to be a ProfileKeyedService.smckay@chromium.org2012-07-211-0/+4
* A Speculative Revert for r147597 - Convert ProtocolHandlerRegistry to be a Pr...hbono@chromium.org2012-07-201-4/+0
* Convert ProtocolHandlerRegistry to be a ProfileKeyedService.smckay@chromium.org2012-07-201-0/+4
* Adds MessageLoopUIApplication for use on iOS.rohitrao@chromium.org2012-07-131-0/+7
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-111-1/+0
* Add base::RunLoop and update ui_test_utils to use it to reduce flakinessjbates@chromium.org2012-06-281-45/+39
* Remove old Sleep and PostDelayedTask interfaces that use int ms instead of Ti...tedvessenes@gmail.com2012-06-211-9/+1
* Revert 140102 - Remove old PostDelayedTask interfaces that use int ms instead...asanka@chromium.org2012-06-011-1/+9
* Remove old PostDelayedTask interfaces that use int ms instead of TimeDelta.tedvessenes@gmail.com2012-06-011-9/+1
* aura/cros: Rename MessagePump{X => AuraX11}.erg@chromium.org2012-05-291-1/+1
* Add base::ThreadTaskRunnerHandler class.sergeyu@chromium.org2012-05-091-1/+3
* Consolidate win/x dispatchersoshima@chromium.org2012-04-091-4/+2
* Remove WAYLAND portoshima@chromium.org2012-04-071-3/+1
* Added non-NULL DCHECK to MessageLoopForUI::current.jamiewalch@chromium.org2012-03-301-0/+1
* base: Remove should_leak_tasks_ from MessageLoopsatorux@chromium.org2012-03-291-4/+0
* Make new TaskRunner, SequencedTaskRunner, and SingleThreadTaskRunner interfacesakalin@chromium.org2012-02-151-3/+3
* Prefer ScopedNestableTaskAllower over manual save/restoredhollowa@chromium.org2012-02-141-5/+10
* Remove task.h and finish base::Bind() migration.ajwong@chromium.org2012-01-061-1/+0
* base::Bind: Remove Task.jhawkins@chromium.org2012-01-051-31/+1
* Convert various ReleaseSoon methods to use base::Bind()dcheng@chromium.org2011-12-301-1/+7
* Replace MessageLoop::DeleteSoon implementation with one that uses base::Bind.dcheng@chromium.org2011-12-301-1/+9
* Add function support for Sleep with TimeDelta input.tedvessenes@gmail.com2011-12-301-0/+20
* Revert 115997 - Replace MessageLoop::DeleteSoon implementation with one that ...dcheng@chromium.org2011-12-291-9/+1
* Replace MessageLoop::DeleteSoon implementation with one that uses base::Bind.dcheng@chromium.org2011-12-291-1/+9
* Remove MessageLoop::QuitTask.dcheng@chromium.org2011-12-101-14/+4
* callback_forward.h forward-declares base::Callback and base::Closure.erikwright@chromium.org2011-11-281-1/+1
* Remove obsolete usage of TOUCH_UI.saintlou@chromium.org2011-11-231-1/+1
* ChromeFrame: Convert TaskMarshallerThroughMessageQueue to new Callback system.jhawkins@chromium.org2011-11-171-4/+1
* Add OVERRIDE to base/.avi@chromium.org2011-11-161-4/+4
* base: Refactor PendingTask out of MessageLoop.jhawkins@chromium.org2011-11-151-44/+15
* Cleanup: Remove unneeded forward declarations in base, dbug, gpu, ipc, jingle...thestig@chromium.org2011-11-151-6/+2
* Add CHECK to catch places where BrowserProcessImpl's refcount goes to 0.willchan@chromium.org2011-11-011-0/+3
* Enable tracking of objects by defaultjar@chromium.org2011-10-311-14/+2
* Revert 107895 - Fully enable about:tracking by defaultjoth@chromium.org2011-10-311-2/+14
* Fully enable about:tracking by defaultjar@chromium.org2011-10-301-14/+2
* Revert 107793 - Fully enable about:tracking by defaultjar@chromium.org2011-10-281-17/+14
* Fully enable about:tracking by defaultjar@chromium.org2011-10-281-14/+17
* rename Run in MessageLoopForUI to RunWithDispatcheroshima@google.com2011-10-241-1/+1
* base::Bind: Cleanup in automation.jhawkins@chromium.org2011-10-171-5/+9
* Add RunAllPendingWithDispatcheroshima@google.com2011-10-061-0/+1
* Consolidate message observer API for MessagePumpX and MessagePumWinoshima@google.com2011-10-041-1/+1
* Add trace code to track all posted tasks in message_loop and WorkerThreads (n...jbates@chromium.org2011-10-031-3/+3