[Webkit-unassigned] [Bug 155085] New: Convert DOMTimer to std::chrono::milliseconds

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Mar 6 00:23:09 PST 2016


https://bugs.webkit.org/show_bug.cgi?id=155085

            Bug ID: 155085
           Summary: Convert DOMTimer to std::chrono::milliseconds
    Classification: Unclassified
           Product: WebKit
           Version: Other
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Misc.
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: barraclough at apple.com

DOMTimer currently uses a mix of millisecond (was int, now std::chrono) and second (as double) time values. Constant conversion back and forth is a complete mess. Stop that.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160306/8a9e3434/attachment.html>


More information about the webkit-unassigned mailing list