WebInspector.NetworkTimelineOverviewGraph.MinimumBarPaddingTime is undefined which causes new network record bars to be always be dumped on the next row in the NetworkTimelineOverview instead of rows where they might be able to fit in.
<rdar://problem/28123169>
Created attachment 287682 [details] Patch
Comment on attachment 287682 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=287682&action=review r=me > Source/WebInspectorUI/ChangeLog:12 > + by using MinimumWidthPixel, MinimumMarginPixel and MinimumDurationPerPixel as the secondsPerPixel value. I do not know if similar values are used by network overview, as it is a different algorithm. But it seems more sensible that giving up.
Comment on attachment 287682 [details] Patch Clearing flags on attachment: 287682 Committed r205349: <http://trac.webkit.org/changeset/205349>
All reviewed patches have been landed. Closing bug.