Bug 160373

Summary: Web Inspector: Waterfall graph in Network tab shows too much whitespace/dead time
Product: WebKit Reporter: Matt Baker <mattbaker>
Component: Web InspectorAssignee: Matt Baker <mattbaker>
Status: RESOLVED FIXED    
Severity: Normal CC: bburg, commit-queue, joepeck, mattbaker, nvasilyev, timothy, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: All   
OS: All   
Attachments:
Description Flags
[Patch] Proposed Fix none

Matt Baker
Reported 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.
Attachments
[Patch] Proposed Fix (6.07 KB, patch)
2016-07-29 20:21 PDT, Matt Baker
no flags
Radar WebKit Bug Importer
Comment 1 2016-07-29 20:07:51 PDT
Matt Baker
Comment 2 2016-07-29 20:21:04 PDT
Created attachment 284931 [details] [Patch] Proposed Fix
WebKit Commit Bot
Comment 3 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>
WebKit Commit Bot
Comment 4 2016-08-01 14:05:06 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.