[Webkit-unassigned] [Bug 27848] New: [WINCE] allow using old GetTickCount implementation of currentTime
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Jul 30 12:04:34 PDT 2009
https://bugs.webkit.org/show_bug.cgi?id=27848
Summary: [WINCE] allow using old GetTickCount implementation of
currentTime
Product: WebKit
Version: 528+ (Nightly build)
Platform: All
OS/Version: Other
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: Web Template Framework
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: joe.mason at torchmobile.com
CC: treat at kde.org, yong.li at torchmobile.com
The QueryPerformanceCounter implementation of currentTime has a few problems:
despite the workarounds, the clock still occasionally goes backwards (I suspect
the 2 sec threshold is too small), and using timeBeginPeriod/timeEndPeriod can
affect system performance by changing the frequency of the scheduler. This
patch lets you choose the older implementation, despite the lower resolution,
by setting WTF_USE_QUERY_PERFORMANCE_COUNTER to 0.
--
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