summaryrefslogtreecommitdiffstats
path: root/base/message_pump_mac.mm
Commit message (Expand)AuthorAgeFilesLines
* Cleans up our autorelease pool handling by making sure that an autorelease po...dmaclach@chromium.org2009-11-051-13/+78
* DeferredAutoreleasePool didn't work on Snow Leopard.mark@chromium.org2009-10-311-252/+31
* Cleans up our autorelease handling so that we don't create a layered dmaclach@chromium.org2009-10-301-31/+252
* Reset the Mac message pump's delayed work timer upon waking from system sleep.mark@chromium.org2009-10-281-2/+98
* Call MaybeScheduleNestingDeferredWork at the top of each loop iteration frommark@chromium.org2009-10-221-14/+48
* Change the strategy used to attempt nesting-deferred work to account equallymark@chromium.org2009-10-221-58/+87
* When a nested run loop is driven directly by Run/DoRun as opposed to being amark@chromium.org2009-10-131-14/+26
* When work shows up and no delegate is available to dispatch it to, arrange tomark@chromium.org2009-07-151-13/+28
* Fix DOA problem with dev channel. If there is nojrg@chromium.org2009-07-151-0/+9
* Gracefully do nothing when run loop sources fire and no delegate is available.mark@chromium.org2009-06-261-0/+26
* When falling out of a nested loop, if higher-priority work is done, be sure tomark@chromium.org2009-06-251-0/+10
* Allow work that was deferred on account of not being runnable in a nested loopmark@chromium.org2009-06-251-94/+173
* Implement temporary First Run Dialog on OS Xjeremy@chromium.org2009-05-211-1/+6
* Removed unneeded includes of base/time.h.thestig@chromium.org2009-03-161-0/+1
* Depending on what runloop we're under, the autoreleasepool might not get cleanedthomasvl@chromium.org2009-02-031-0/+15
* Provide autorelease pool management on the Mac in all types of message pumps.mark@chromium.org2008-09-251-3/+10
* Mac-specific CFRunLoop-based MessagePump implementationmark@chromium.org2008-09-231-0/+363