| Commit message (Expand) | Author | Age | Files | Lines |
* | Adds MessageLoopUIApplication for use on iOS. | rohitrao@chromium.org | 2012-07-13 | 1 | -0/+37 |
* | Remove the rest of #pragma once in one big CL. | ajwong@chromium.org | 2012-07-11 | 1 | -1/+0 |
* | Objects that derive from RefCounted/RefCountedThreadSafe should not have publ... | rsleevi@chromium.org | 2012-04-06 | 1 | -2/+13 |
* | mac: Export MessagePumpNSRunLoop constructor. | thakis@chromium.org | 2012-03-15 | 1 | -1/+1 |
* | mac: Add _EXPORTS macros, base/. | thakis@chromium.org | 2012-02-09 | 1 | -3/+3 |
* | [Mac] Remove content/ CrApplication. | shess@chromium.org | 2011-12-06 | 1 | -6/+32 |
* | Add OVERRIDE to base/. | avi@chromium.org | 2011-11-16 | 1 | -11/+11 |
* | Remove code rendered pointless by r65322. | mark@chromium.org | 2011-04-14 | 1 | -13/+1 |
* | MessagePump implementations should call DoWork and DoDelayedWork at equal | mark@chromium.org | 2011-02-17 | 1 | -14/+5 |
* | Remove CrApplication dependency from base | thakis@chromium.org | 2010-12-18 | 1 | -4/+13 |
* | Switch to using TimeTicks rather than Time in message loops | jar@chromium.org | 2010-11-06 | 1 | -2/+2 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 1 | -0/+1 |
* | Added missing file to fix build. | dmaclach@chromium.org | 2009-11-05 | 1 | -0/+18 |
* | DeferredAutoreleasePool didn't work on Snow Leopard. | mark@chromium.org | 2009-10-31 | 1 | -38/+1 |
* | Cleans up our autorelease handling so that we don't create a layered | dmaclach@chromium.org | 2009-10-30 | 1 | -1/+38 |
* | Reset the Mac message pump's delayed work timer upon waking from system sleep. | mark@chromium.org | 2009-10-28 | 1 | -0/+18 |
* | Call MaybeScheduleNestingDeferredWork at the top of each loop iteration from | mark@chromium.org | 2009-10-22 | 1 | -3/+10 |
* | Change the strategy used to attempt nesting-deferred work to account equally | mark@chromium.org | 2009-10-22 | 1 | -15/+30 |
* | When a nested run loop is driven directly by Run/DoRun as opposed to being a | mark@chromium.org | 2009-10-13 | 1 | -4/+4 |
* | When work shows up and no delegate is available to dispatch it to, arrange to | mark@chromium.org | 2009-07-15 | 1 | -0/+9 |
* | Allow work that was deferred on account of not being runnable in a nested loop | mark@chromium.org | 2009-06-25 | 1 | -23/+50 |
* | Removed unneeded includes of base/time.h. | thestig@chromium.org | 2009-03-16 | 1 | -2/+2 |
* | Mac-specific CFRunLoop-based MessagePump implementation | mark@chromium.org | 2008-09-23 | 1 | -0/+181 |