Bug 58273

Summary: Web Inspector: REGRESSION: Most resources in the Network panel show a blank panel when clicked
Product: WebKit Reporter: Matt Lilek <dev+webkit>
Component: Web Inspector (Deprecated)Assignee: Pavel Podivilov <podivilov>
Status: RESOLVED FIXED    
Severity: Normal CC: apavlov, bweinstein, joepeck, keishi, loislo, pfeldman, pmuellr, podivilov, rik, timothy, yurys
Priority: P1 Keywords: Regression
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Screenshot
none
Patch.
none
Add test. pfeldman: review+

Description Matt Lilek 2011-04-11 14:43:21 PDT
Created attachment 89095 [details]
Screenshot

Go to webkit.org, open the Inspector, select the Network panel and reload the page.  Click any of the text resources in the sidebar, all you get is a bit fat grey area instead of your lovely web content.

Using the inspector on the inspector (yo dawg), shows a bunch of these in the console:
TypeError: 'undefined' is not an object (evaluating 'this._textViewer.element') inspector.js:27023

Using the r83424 nightly on SnowLeopard.
Comment 1 Pavel Podivilov 2011-04-12 02:20:05 PDT
Created attachment 89179 [details]
Patch.
Comment 2 Pavel Feldman 2011-04-12 03:45:10 PDT
Comment on attachment 89179 [details]
Patch.

Can this be tested? Opening single resource in the panel + checking that there are no errors would be sufficient.
Comment 3 Pavel Podivilov 2011-04-12 04:18:19 PDT
Created attachment 89187 [details]
Add test.
Comment 4 Pavel Podivilov 2011-04-12 04:38:39 PDT
Committed r83577: <http://trac.webkit.org/changeset/83577>