Bug 22820

Summary: WebCore timers sometimes stop running
Product: WebKit Reporter: Steve Falkenburg <sfalken>
Component: WebCore Misc.Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: sam
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Windows XP   
Attachments:
Description Flags
Delete the timer from the same thread that schedules the timer oliver: review+

Description Steve Falkenburg 2008-12-11 23:32:38 PST
A problem in the Windows shared timer code results in us failing to fire the shared timer. This is fatal to all future timers, so the net result is that no timers will run for the remainder of the app's lifetime.
Comment 1 Steve Falkenburg 2008-12-12 00:25:47 PST
Created attachment 25975 [details]
Delete the timer from the same thread that schedules the timer
Comment 2 Steve Falkenburg 2008-12-12 10:11:10 PST
Fixed in r39247.