Bug 79401

Summary: Web Inspector: SelectorProfile should use monotonicallyIncreasingTime()
Product: WebKit Reporter: Timothy Hatcher <timothy>
Component: Web Inspector (Deprecated)Assignee: Nobody <webkit-unassigned>
Status: RESOLVED INVALID    
Severity: Normal CC: apavlov, bburg, bweinstein, caseq, joepeck, keishi, loislo, pfeldman, pmuellr, rik, yurys
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Bug Depends on: 80786, 80793    
Bug Blocks:    

Timothy Hatcher
Reported 2012-02-23 14:26:29 PST
The Timeline agent uses currentTimeMS() but the Resource agent uses monotonicallyIncreasingTime(). We should be consistent and use the same time scale. Same thing for the SelectorProfile class.
Attachments
Timothy Hatcher
Comment 1 2012-02-23 14:52:23 PST
Ideally we would use monotonicallyIncreasingTime() then use DocumentLoadTiming::convertMonotonicTimeToDocumentTime before sending over the protocol.
Timothy Hatcher
Comment 2 2012-03-11 10:19:58 PDT
TimelineAgent was changed in bug 80786. SelectorProfile remains.
Note You need to log in before you can comment on or make changes to this bug.