summaryrefslogtreecommitdiffstats
path: root/base/message_loop.cc
Commit message (Expand)AuthorAgeFilesLines
* Provide an iOS message pump for IO implementation.blundell@chromium.org2012-11-301-2/+20
* Histogram type support in HistogramBase and remove SetRangeDescription functionkaiwang@chromium.org2012-10-311-3/+3
* Remove base/metrics/* code from NaCl IPC proxy build.bbudge@chromium.org2012-10-281-0/+4
* Trace PostTasks from post to run.jbates@chromium.org2012-09-181-7/+20
* [Chromoting] Launch the host process elevated via ShellExecuteEx().alexeypa@chromium.org2012-08-161-0/+4
* 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
* Move StatisticsRecorder out of histogram.cc/h for further refactoring.kaiwang@chromium.org2012-07-131-0/+1
* Adds MessageLoopUIApplication for use on iOS.rohitrao@chromium.org2012-07-131-0/+6
* Add base::RunLoop and update ui_test_utils to use it to reduce flakinessjbates@chromium.org2012-06-281-60/+23
* Remove old Sleep and PostDelayedTask interfaces that use int ms instead of Ti...tedvessenes@gmail.com2012-06-211-31/+20
* Revert 140102 - Remove old PostDelayedTask interfaces that use int ms instead...asanka@chromium.org2012-06-011-18/+30
* Remove old PostDelayedTask interfaces that use int ms instead of TimeDelta.tedvessenes@gmail.com2012-06-011-30/+18
* PPAPI/NaCl: Re-land speculative implementation for ipc_channel_nacl.ccdmichael@chromium.org2012-05-311-3/+5
* Revert 139635 - PPAPI/NaCl: Speculative implementation for ipc_channel_nacl.ccrch@chromium.org2012-05-301-5/+3
* PPAPI/NaCl: Speculative implementation for ipc_channel_nacl.ccdmichael@chromium.org2012-05-301-3/+5
* Add base::ThreadTaskRunnerHandler class.sergeyu@chromium.org2012-05-091-0/+5
* Remove TOOLKIT_USES_GTK and consolidate it into TOOLKIT_GTKoshima@chromium.org2012-04-051-2/+3
* base: Remove should_leak_tasks_ from MessageLoopsatorux@chromium.org2012-03-291-14/+0
* Allow task tracing in official chrome.jbates@chromium.org2012-02-231-3/+3
* base::Bind: Remove Task.jhawkins@chromium.org2012-01-051-63/+1
* Convert various ReleaseSoon methods to use base::Bind()dcheng@chromium.org2011-12-301-0/+7
* Replace MessageLoop::DeleteSoon implementation with one that uses base::Bind.dcheng@chromium.org2011-12-301-0/+6
* Add function support for Sleep with TimeDelta input.tedvessenes@gmail.com2011-12-301-1/+30
* Revert 115997 - Replace MessageLoop::DeleteSoon implementation with one that ...dcheng@chromium.org2011-12-291-6/+0
* Replace MessageLoop::DeleteSoon implementation with one that uses base::Bind.dcheng@chromium.org2011-12-291-0/+6
* Refactor MessagePumpX to dispatch events inside of the source Dispatch function.piman@chromium.org2011-12-141-10/+1
* Detect child tasks born during a profiled tasksjar@chromium.org2011-12-141-1/+1
* Revert r114168 "Refactor MessagePumpX to dispatch events inside of the source...oshima@chromium.org2011-12-131-1/+10
* Refactor MessagePumpX to dispatch events inside of the source Dispatch function.piman@chromium.org2011-12-131-10/+1
* Remove obsolete usage of TOUCH_UI.saintlou@chromium.org2011-11-231-1/+1
* base: Refactor PendingTask out of MessageLoop.jhawkins@chromium.org2011-11-151-42/+9
* Allow linker initialization of lazy instancejoth@chromium.org2011-11-151-2/+2
* Adjust interfaces to indicate when tracking is in progressjar@chromium.org2011-11-141-2/+3
* Add CHECK to catch places where BrowserProcessImpl's refcount goes to 0.willchan@chromium.org2011-11-011-0/+5
* Enable tracking of objects by defaultjar@chromium.org2011-10-311-14/+6
* Revert 107895 - Fully enable about:tracking by defaultjoth@chromium.org2011-10-311-6/+14
* Fully enable about:tracking by defaultjar@chromium.org2011-10-301-14/+6
* Revert 107793 - Fully enable about:tracking by defaultjar@chromium.org2011-10-281-20/+15
* Fully enable about:tracking by defaultjar@chromium.org2011-10-281-15/+20
* Replace most LOG/CHECK statements with DLOG/DCHECK statements in base.brettw@chromium.org2011-10-261-8/+8
* Revert 107042 - Replace most LOG/CHECK statements with DLOG/DCHECK statements...brettw@chromium.org2011-10-251-8/+8
* Replace most LOG/CHECK statements with DLOG/DCHECK statements in base.brettw@chromium.org2011-10-251-8/+8
* Support JSON encoding of data for about:tracking informationjar@chromium.org2011-10-241-1/+2
* rename Run in MessageLoopForUI to RunWithDispatcheroshima@google.com2011-10-241-1/+1
* Make MessageLoop::QuitClosure call Quit of the current MessageLoop at call ti...kalman@chromium.org2011-10-211-2/+5
* base::Bind: Cleanup in automation.jhawkins@chromium.org2011-10-171-4/+10
* Update task tracking to not depend on message_loop_ singletonjar@chromium.org2011-10-151-6/+8
* Add RunAllPendingWithDispatcheroshima@google.com2011-10-061-0/+8