[Webkit-unassigned] [Bug 82168] New: [Refactoring] TimerBase shouldn't have per-schedule data.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sun Mar 25 22:25:24 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=82168
Summary: [Refactoring] TimerBase shouldn't have per-schedule
data.
Product: WebKit
Version: 528+ (Nightly build)
Platform: Unspecified
OS/Version: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: Platform
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: morrita at google.com
Blocks: 82166
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.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list