Bug 46981

Summary: Web Inspector: page event timings may be incorrect (and negative)
Product: WebKit Reporter: Andrey Kosyakov <caseq>
Component: Web Inspector (Deprecated)Assignee: Andrey Kosyakov <caseq>
Status: RESOLVED INVALID    
Severity: Normal CC: apavlov, bweinstein, joepeck, keishi, loislo, pfeldman, pmuellr, rik, yurys
Priority: P3    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   

Description Andrey Kosyakov 2010-10-01 06:34:56 PDT
The timing for load and DOMContentLoaded events as reported in HAR and to extensions are reported as difference between main resource start time and the time corresponding page event has been fired. During reload of main resource, loadEventTime and domContentEventTime are not reset, so timing uses event times from previous page load and main resource start time from new load -- this results in negative values.
Comment 1 Brian Burg 2014-12-12 14:09:14 PST
Closing as invalid, as this bug pertains to the old inspector UI and/or its tests.
Please file a new bug (https://www.webkit.org/new-inspector-bug) if the bug/feature/issue is still relevant to WebKit trunk.