summaryrefslogtreecommitdiffstats
path: root/base/message_pump_mac.mm
Commit message (Expand)AuthorAgeFilesLines
* 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