Bug 7209 - reimplement Timer so it uses only a single timer from the underlying OS
Summary: reimplement Timer so it uses only a single timer from the underlying OS
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P2 Normal
Assignee: Darin Adler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-02-11 23:18 PST by Darin Adler
Modified: 2006-02-12 18:41 PST (History)
0 users

See Also:


Attachments
patch to implement the timers using a single system timer and a priority queue (41.94 KB, patch)
2006-02-11 23:18 PST, Darin Adler
no flags Details | Formatted Diff | Diff
new patch with a few changes after last night's discussion on IRC (41.91 KB, patch)
2006-02-12 09:18 PST, Darin Adler
mjs: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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