Bug 52632 - Web Inspector: exceptions in ResourcesPanel.js
Summary: Web Inspector: exceptions in ResourcesPanel.js
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-18 09:18 PST by Pavel Podivilov
Modified: 2011-02-03 07:42 PST (History)
10 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Pavel Podivilov 2011-01-18 09:18:13 PST
1. Open new tab with inspector
2. Navigate to gmail.com

Exception:

Uncaught TypeError: Cannot call method '_rememberTreeElement' of null
TreeOutline._insertChildtreeoutline.js:116
WebInspector.ResourcesPanel.addResourceToFrameResourcesPanel.js:244
WebInspector.ResourceTreeModel.addResourceToFrameResourceTreeModel.js:85
WebInspector.NetworkManager.didReceiveResponseNetworkManager.js:156
InspectorBackendStub.dispatchInspectorBackendStub.js:198
TreeOutline._insertChildtreeoutline.js:116
WebInspector.ResourcesPanel.addResourceToFrameResourcesPanel.js:244
WebInspector.ResourceTreeModel.addResourceToFrameResourceTreeModel.js:85
WebInspector.ResourceTreeModel._addFramesRecursivelyResourceTreeModel.js:229
WebInspector.ResourceTreeModel._processCachedResourcesResourceTreeModel.js:215
boundutilities.js:38
InspectorBackendStub._processResponseInspectorBackendStub.js:113
InspectorBackendStub.dispatchInspectorBackendStub.js:180
Comment 1 Pavel Podivilov 2011-02-03 07:42:35 PST
Fixed by http://trac.webkit.org/changeset/77480.