RESOLVED FIXED 80793
Web Inspector: InspectorResourceAgent needs to use monotonicallyIncreasingTime()
https://bugs.webkit.org/show_bug.cgi?id=80793
Summary Web Inspector: InspectorResourceAgent needs to use monotonicallyIncreasingTime()
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.