Bug 144646

Summary: Web Inspector: DOMStorage exception and issue with sessionStorage
Product: WebKit Reporter: Joseph Pecoraro <joepeck>
Component: Web InspectorAssignee: Joseph Pecoraro <joepeck>
Status: RESOLVED FIXED    
Severity: Normal CC: andersca, commit-queue, graouts, joepeck, jonowells, mattbaker, nvasilyev, timothy, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
[PATCH] Proposed Fix none

Description Joseph Pecoraro 2015-05-05 16:22:38 PDT
* SUMMARY
DOMStorage exception and issue with sessionStorage.

* ISSUES
1. "Session Storage" is showing localStorage
2. Sorting appears to be broken
3. Uncaught exception reloading theverge.com

CONSOLE ERROR Uncaught exception in inspector page while handling event DOMStorage.domStorageItemUpdated:  TypeError: undefined is not an object (evaluating 'this._dataGrid.children') itemUpdated @ Views/DOMStorageContentView.js:130:45
* dispatch @ Base/Object.js:124:55
* dispatchEventToListeners @ Base/Object.js:131:17
* itemUpdated @ Models/DOMStorageObject.js:121:38
* itemUpdated @ Controllers/StorageManager.js:124:61
* domStorageItemUpdated @ Protocol/DOMStorageObserver.js:60:48
* dispatchEvent @ Protocol/InspectorBackend.js:353:42
* _dispatchEvent @ Protocol/InspectorBackend.js:233:32
* dispatch @ Protocol/InspectorBackend.js:88:32
* dispatchNextQueuedMessageFromBackend @ Protocol/MessageDispatcher.js:42:34
Comment 1 Radar WebKit Bug Importer 2015-05-05 16:23:06 PDT
<rdar://problem/20827909>
Comment 2 Joseph Pecoraro 2015-05-05 16:28:16 PDT
Created attachment 252421 [details]
[PATCH] Proposed Fix
Comment 3 WebKit Commit Bot 2015-05-06 05:56:41 PDT
Comment on attachment 252421 [details]
[PATCH] Proposed Fix

Clearing flags on attachment: 252421

Committed r183867: <http://trac.webkit.org/changeset/183867>
Comment 4 WebKit Commit Bot 2015-05-06 05:56:45 PDT
All reviewed patches have been landed.  Closing bug.