Bug 160373 - Web Inspector: Waterfall graph in Network tab shows too much whitespace/dead time
Summary: Web Inspector: Waterfall graph in Network tab shows too much whitespace/dead ...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: WebKit Nightly Build
Hardware: All All
: P2 Normal
Assignee: Matt Baker
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2016-07-29 20:07 PDT by Matt Baker
Modified: 2016-08-01 14:05 PDT (History)
7 users (show)

See Also:


Attachments
[Patch] Proposed Fix (6.07 KB, patch)
2016-07-29 20:21 PDT, Matt Baker
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Matt Baker 2016-07-29 20:07:16 PDT
Summary:
Waterfall graph in Network tab shows too much whitespace/dead time. There are two issues:

1) The end time keeps growing until stopUpdatingCurrentTime is called, which is done on a 250ms debounce.
2) WebInspector.timelineManager.persistentNetworkTimeline.startTime is used as the zero time, and clearing the grid doesn't affect this value.
Comment 1 Radar WebKit Bug Importer 2016-07-29 20:07:51 PDT
<rdar://problem/27622485>
Comment 2 Matt Baker 2016-07-29 20:21:04 PDT
Created attachment 284931 [details]
[Patch] Proposed Fix
Comment 3 WebKit Commit Bot 2016-08-01 14:05:03 PDT
Comment on attachment 284931 [details]
[Patch] Proposed Fix

Clearing flags on attachment: 284931

Committed r203986: <http://trac.webkit.org/changeset/203986>
Comment 4 WebKit Commit Bot 2016-08-01 14:05:06 PDT
All reviewed patches have been landed.  Closing bug.