| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix iOS build for XCode 4.6. | justincohen@google.com | 2013-01-08 | 1 | -3/+5 |
* | Adds MessageLoopUIApplication for use on iOS. | rohitrao@chromium.org | 2012-07-13 | 1 | -25/+62 |
* | Simplify ScheduleDelayedWork implementation on Mac | stuartmorgan@chromium.org | 2012-04-25 | 1 | -22/+2 |
* | Objects that derive from RefCounted/RefCountedThreadSafe should not have publ... | rsleevi@chromium.org | 2012-04-06 | 1 | -1/+5 |
* | Fix lion build. | thakis@chromium.org | 2011-12-13 | 1 | -1/+1 |
* | [Mac] Remove content/ CrApplication. | shess@chromium.org | 2011-12-06 | 1 | -8/+43 |
* | Remove code rendered pointless by r65322. | mark@chromium.org | 2011-04-14 | 1 | -91/+1 |
* | Fix up mac test client and simple host for remoting. | dmaclach@chromium.org | 2011-03-02 | 1 | -0/+7 |
* | MessagePump implementations should call DoWork and DoDelayedWork at equal | mark@chromium.org | 2011-02-17 | 1 | -76/+35 |
* | Remove CrApplication dependency from base | thakis@chromium.org | 2010-12-18 | 1 | -8/+3 |
* | Switch to using TimeTicks rather than Time in message loops | jar@chromium.org | 2010-11-06 | 1 | -5/+11 |
* | Cleans up our autorelease pool handling by making sure that an autorelease po... | dmaclach@chromium.org | 2009-11-05 | 1 | -13/+78 |
* | DeferredAutoreleasePool didn't work on Snow Leopard. | mark@chromium.org | 2009-10-31 | 1 | -252/+31 |
* | Cleans up our autorelease handling so that we don't create a layered | dmaclach@chromium.org | 2009-10-30 | 1 | -31/+252 |
* | Reset the Mac message pump's delayed work timer upon waking from system sleep. | mark@chromium.org | 2009-10-28 | 1 | -2/+98 |
* | Call MaybeScheduleNestingDeferredWork at the top of each loop iteration from | mark@chromium.org | 2009-10-22 | 1 | -14/+48 |
* | Change the strategy used to attempt nesting-deferred work to account equally | mark@chromium.org | 2009-10-22 | 1 | -58/+87 |
* | When a nested run loop is driven directly by Run/DoRun as opposed to being a | mark@chromium.org | 2009-10-13 | 1 | -14/+26 |
* | When work shows up and no delegate is available to dispatch it to, arrange to | mark@chromium.org | 2009-07-15 | 1 | -13/+28 |
* | Fix DOA problem with dev channel. If there is no | jrg@chromium.org | 2009-07-15 | 1 | -0/+9 |
* | Gracefully do nothing when run loop sources fire and no delegate is available. | mark@chromium.org | 2009-06-26 | 1 | -0/+26 |
* | When falling out of a nested loop, if higher-priority work is done, be sure to | mark@chromium.org | 2009-06-25 | 1 | -0/+10 |
* | Allow work that was deferred on account of not being runnable in a nested loop | mark@chromium.org | 2009-06-25 | 1 | -94/+173 |
* | Implement temporary First Run Dialog on OS X | jeremy@chromium.org | 2009-05-21 | 1 | -1/+6 |
* | Removed unneeded includes of base/time.h. | thestig@chromium.org | 2009-03-16 | 1 | -0/+1 |
* | Depending on what runloop we're under, the autoreleasepool might not get cleaned | thomasvl@chromium.org | 2009-02-03 | 1 | -0/+15 |
* | Provide autorelease pool management on the Mac in all types of message pumps. | mark@chromium.org | 2008-09-25 | 1 | -3/+10 |
* | Mac-specific CFRunLoop-based MessagePump implementation | mark@chromium.org | 2008-09-23 | 1 | -0/+363 |