Bug 80793
| Summary: | Web Inspector: InspectorResourceAgent needs to use monotonicallyIncreasingTime() | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Andrey Kosyakov <caseq> |
| Component: | Web Inspector | Assignee: | 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
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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Timothy Hatcher
InspectorResourceAgent already uses ResourceLoadTiming::convertResourceLoadTimeToDocumentTime which is based on monotonicallyIncreasingTime.
Timothy Hatcher
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
<rdar://problem/15911034>