Bug 7209

Summary: reimplement Timer so it uses only a single timer from the underlying OS
Product: WebKit Reporter: Darin Adler <darin>
Component: WebKit Misc.Assignee: Darin Adler <darin>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 420+   
Hardware: Mac   
OS: OS X 10.4   
Attachments:
Description Flags
patch to implement the timers using a single system timer and a priority queue
none
new patch with a few changes after last night's discussion on IRC mjs: review+

Description Darin Adler 2006-02-11 23:18:14 PST
Dave and Maciej asked me to do this.
Comment 1 Darin Adler 2006-02-11 23:18:44 PST
Created attachment 6426 [details]
patch to implement the timers using a single system timer and a priority queue
Comment 2 Darin Adler 2006-02-12 09:18:09 PST
Created attachment 6435 [details]
new patch with a few changes after last night's discussion on IRC
Comment 3 Maciej Stachowiak 2006-02-12 17:58:50 PST
Comment on attachment 6435 [details]
new patch with a few changes after last night's discussion on IRC

looks great! r=me