summaryrefslogtreecommitdiffstats
path: root/base/message_loop.cc
Commit message (Expand)AuthorAgeFilesLines
* Move message_loop to the message_loop directory.brettw@chromium.org2013-06-141-834/+0
* Adding TryPostTask to the message loopcpu@chromium.org2013-04-301-9/+28
* Move MessageLoop to base namespace.brettw@chromium.org2013-03-311-43/+43
* Create a new base/message_loop directory and move the message_loop_proxy.brettw@chromium.org2013-03-291-1/+1
* ifdef OS_NAME -> if defined(OS_NAME)dbeam@chromium.org2013-03-231-1/+1
* MessageLoop's RUN method will pass a const ref to PendingTask whenrtenneti@chromium.org2013-02-031-2/+2
* Relanding "Add apk for running content_browsertests"nileshagrawal@chromium.org2013-01-291-2/+5
* Revert 179189nileshagrawal@chromium.org2013-01-281-5/+2
* Add apk for running content_browsertestsnileshagrawal@chromium.org2013-01-281-2/+5
* 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