summaryrefslogtreecommitdiffstats
path: root/base/message_pump_mac.h
Commit message (Expand)AuthorAgeFilesLines
* Added missing file to fix build.dmaclach@chromium.org2009-11-051-0/+18
* DeferredAutoreleasePool didn't work on Snow Leopard.mark@chromium.org2009-10-311-38/+1
* Cleans up our autorelease handling so that we don't create a layered dmaclach@chromium.org2009-10-301-1/+38
* Reset the Mac message pump's delayed work timer upon waking from system sleep.mark@chromium.org2009-10-281-0/+18
* Call MaybeScheduleNestingDeferredWork at the top of each loop iteration frommark@chromium.org2009-10-221-3/+10
* Change the strategy used to attempt nesting-deferred work to account equallymark@chromium.org2009-10-221-15/+30
* When a nested run loop is driven directly by Run/DoRun as opposed to being amark@chromium.org2009-10-131-4/+4
* When work shows up and no delegate is available to dispatch it to, arrange tomark@chromium.org2009-07-151-0/+9
* Allow work that was deferred on account of not being runnable in a nested loopmark@chromium.org2009-06-251-23/+50
* Removed unneeded includes of base/time.h.thestig@chromium.org2009-03-161-2/+2
* Mac-specific CFRunLoop-based MessagePump implementationmark@chromium.org2008-09-231-0/+181