Bug 155085

Summary: Convert DOMTimer to std::chrono::milliseconds
Product: WebKit Reporter: Gavin Barraclough <barraclough>
Component: WebKit Misc.Assignee: Gavin Barraclough <barraclough>
Status: RESOLVED FIXED    
Severity: Normal CC: cdumez, commit-queue, esprehn+autocc, kangil.han
Priority: P2    
Version: Other   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Fix
none
Fix
none
Fix kling: review+

Description Gavin Barraclough 2016-03-06 00:23:09 PST
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.
Comment 1 Gavin Barraclough 2016-03-06 00:36:00 PST
Created attachment 273129 [details]
Fix
Comment 2 Gavin Barraclough 2016-03-06 22:22:34 PST
Created attachment 273161 [details]
Fix
Comment 3 Gavin Barraclough 2016-03-06 23:33:54 PST
Created attachment 273164 [details]
Fix
Comment 4 Andreas Kling 2016-03-07 01:45:59 PST
Comment on attachment 273164 [details]
Fix

r=me, sweet
Comment 5 Gavin Barraclough 2016-03-07 10:41:53 PST
Transmitting file data ..................
Committed revision 197690.