[Webkit-unassigned] [Bug 23207] New: Move currentTime() from WebCore into WTF (to use in WTF::MessageQueue::WaitForMessageTimed)
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Jan 8 22:25:37 PST 2009
https://bugs.webkit.org/show_bug.cgi?id=23207
Summary: Move currentTime() from WebCore into WTF (to use in
WTF::MessageQueue::WaitForMessageTimed)
Product: WebKit
Version: 528+ (Nightly build)
Platform: All
OS/Version: All
Status: NEW
Severity: Normal
Priority: P2
Component: Web Template Framework
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: dimich at chromium.org
CC: darin at apple.com, ap at webkit.org
Combined implementations of currentTime() from several platform-dependent files
in WebCore/platform and from JSC/runtime/DateMath.cpp into
JSC/WTF/CurrentTime.(h,cpp)
This brings all implementations close to each other, eliminates duplication and
allows to sue currentTime() anywhere in the project, including WTF itself, in
particulr to implement WTF::MessageQueue::WaitForMessageTimed and correct
implementation of ThreadCondition::waitTimed() - those changes are following.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list