Bug 80793

Summary: Web Inspector: InspectorResourceAgent needs to use monotonicallyIncreasingTime()
Product: WebKit Reporter: Andrey Kosyakov <caseq>
Component: Web InspectorAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: burg, bweinstein, joepeck, pmuellr, rik, timothy, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Bug Depends on:    
Bug Blocks: 79401    

Andrey Kosyakov
Reported 2012-03-11 10:25:28 PDT
We use currentTime() to stamp events produced in InspectorResourceAgent. Timeline has been switched to monotonicallyIncreasedTime with bug 80726 and resource agent should be consistent.
Attachments
Timothy Hatcher
Comment 1 2012-03-11 10:29:32 PDT
InspectorResourceAgent already uses ResourceLoadTiming::convertResourceLoadTimeToDocumentTime which is based on monotonicallyIncreasingTime.
Timothy Hatcher
Comment 2 2012-03-11 11:10:05 PDT
I was seeing the code in InspectorResourceAgent::buildObjectForTiming and got the idea it already used it through out. Looks like it is mixed!
Radar WebKit Bug Importer
Comment 3 2014-01-26 10:19:19 PST
Note You need to log in before you can comment on or make changes to this bug.