Bug 82168
Summary: | [Refactoring] Heap sorting key for TimerBase should be encapsulated. | ||
---|---|---|---|
Product: | WebKit | Reporter: | Hajime Morrita <morrita> |
Component: | Platform | Assignee: | 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
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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Hajime Morrita
Changed summary to reflect the planned change.
Anders Carlsson
I don't think this is something we want to do at this time.
Anders Carlsson
I don't think this is something we want to do at this time.