summaryrefslogtreecommitdiffstats
path: root/base/message_pump_mac.h
Commit message (Expand)AuthorAgeFilesLines
* Adds MessageLoopUIApplication for use on iOS.rohitrao@chromium.org2012-07-131-0/+37
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-111-1/+0
* Objects that derive from RefCounted/RefCountedThreadSafe should not have publ...rsleevi@chromium.org2012-04-061-2/+13
* mac: Export MessagePumpNSRunLoop constructor.thakis@chromium.org2012-03-151-1/+1
* mac: Add _EXPORTS macros, base/.thakis@chromium.org2012-02-091-3/+3
* [Mac] Remove content/ CrApplication.shess@chromium.org2011-12-061-6/+32
* Add OVERRIDE to base/.avi@chromium.org2011-11-161-11/+11
* Remove code rendered pointless by r65322.mark@chromium.org2011-04-141-13/+1
* MessagePump implementations should call DoWork and DoDelayedWork at equalmark@chromium.org2011-02-171-14/+5
* Remove CrApplication dependency from basethakis@chromium.org2010-12-181-4/+13
* Switch to using TimeTicks rather than Time in message loopsjar@chromium.org2010-11-061-2/+2
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
* 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