index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
base
/
message_pump_mac.mm
Commit message (
Expand
)
Author
Age
Files
Lines
*
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