Bug 160330 - Web Inspector: Assertion in NetworkGridContentView when updating data grid for the first time
Summary: Web Inspector: Assertion in NetworkGridContentView when updating data grid fo...
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-28 17:24 PDT by Matt Baker
Modified: 2016-07-29 11:41 PDT (History)
7 users (show)

See Also:


Attachments
[Patch] Proposed Fix (2.96 KB, patch)
2016-07-28 17:40 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-28 17:24:14 PDT
Summary:
Assertion in NetworkGridContentView when updating data grid for the first time:
console.assert(isFinite(secondsPerPixel) && secondsPerPixel > 0);

Steps to Reproduce:
1. Open Inspector > Network tab
2. Reload the page
  => Assertion adding first resource grid node

[Error] Assertion Failed
    refreshGraph (TimelineDataGridNode.js:230)
    layout (NetworkGridContentView.js:185)
    _layoutSubtree (View.js:250)
    updateLayout (View.js:147)
    _update (NetworkGridContentView.js:299)
    _update
Comment 1 Radar WebKit Bug Importer 2016-07-28 17:24:46 PDT
<rdar://problem/27600905>
Comment 2 Matt Baker 2016-07-28 17:40:30 PDT
Created attachment 284843 [details]
[Patch] Proposed Fix
Comment 3 BJ Burg 2016-07-29 11:21:38 PDT
Comment on attachment 284843 [details]
[Patch] Proposed Fix

r=me
Comment 4 WebKit Commit Bot 2016-07-29 11:41:42 PDT
Comment on attachment 284843 [details]
[Patch] Proposed Fix

Clearing flags on attachment: 284843

Committed r203908: <http://trac.webkit.org/changeset/203908>
Comment 5 WebKit Commit Bot 2016-07-29 11:41:46 PDT
All reviewed patches have been landed.  Closing bug.