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
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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Timothy Hatcher
Ideally we would use monotonicallyIncreasingTime() then use DocumentLoadTiming::convertMonotonicTimeToDocumentTime before sending over the protocol.
Timothy Hatcher
TimelineAgent was changed in bug 80786. SelectorProfile remains.