Bug 46981 - Web Inspector: page event timings may be incorrect (and negative)
Summary: Web Inspector: page event timings may be incorrect (and negative)
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P3 Normal
Assignee: Andrey Kosyakov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-10-01 06:34 PDT by Andrey Kosyakov
Modified: 2014-12-12 14:09 PST (History)
9 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.