Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |