Bug 82168

Summary: [Refactoring] Heap sorting key for TimerBase should be encapsulated.
Product: WebKit Reporter: Hajime Morrita <morrita>
Component: PlatformAssignee: Nobody <webkit-unassigned>
Status: RESOLVED WONTFIX    
Severity: Normal CC: andersca, ap, darin
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 82166    

Hajime Morrita
Reported 2012-03-25 22:25:24 PDT
Currently WebCore::Timer has per-schedule information like m_nextFireTime. But these should be stored in separate entity which is materialized only if the timer is actually active. This separation will make stuff clear and could save some space.
Attachments
Hajime Morrita
Comment 1 2012-03-26 17:01:41 PDT
Changed summary to reflect the planned change.
Anders Carlsson
Comment 2 2013-09-12 22:15:40 PDT
I don't think this is something we want to do at this time.
Anders Carlsson
Comment 3 2013-09-12 22:15:46 PDT
I don't think this is something we want to do at this time.
Note You need to log in before you can comment on or make changes to this bug.