summaryrefslogtreecommitdiffstats
path: root/base/message_pump_mac.mm
Commit message (Expand)AuthorAgeFilesLines
* Fix iOS build for XCode 4.6.justincohen@google.com2013-01-081-3/+5
* Adds MessageLoopUIApplication for use on iOS.rohitrao@chromium.org2012-07-131-25/+62
* Simplify ScheduleDelayedWork implementation on Macstuartmorgan@chromium.org2012-04-251-22/+2
* Objects that derive from RefCounted/RefCountedThreadSafe should not have publ...rsleevi@chromium.org2012-04-061-1/+5
* Fix lion build.thakis@chromium.org2011-12-131-1/+1
* [Mac] Remove content/ CrApplication.shess@chromium.org2011-12-061-8/+43
* Remove code rendered pointless by r65322.mark@chromium.org2011-04-141-91/+1
* Fix up mac test client and simple host for remoting.dmaclach@chromium.org2011-03-021-0/+7
* MessagePump implementations should call DoWork and DoDelayedWork at equalmark@chromium.org2011-02-171-76/+35
* Remove CrApplication dependency from basethakis@chromium.org2010-12-181-8/+3
* Switch to using TimeTicks rather than Time in message loopsjar@chromium.org2010-11-061-5/+11
* 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