WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED WONTFIX
Bug 82168
[Refactoring] Heap sorting key for TimerBase should be encapsulated.
https://bugs.webkit.org/show_bug.cgi?id=82168
Summary
[Refactoring] Heap sorting key for TimerBase should be encapsulated.
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
Add attachment
proposed patch, testcase, etc.
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.
Top of Page
Format For Printing
XML
Clone This Bug