Bug 144646 - Web Inspector: DOMStorage exception and issue with sessionStorage
Summary: Web Inspector: DOMStorage exception and issue with sessionStorage
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Joseph Pecoraro
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2015-05-05 16:22 PDT by Joseph Pecoraro
Modified: 2015-05-06 05:56 PDT (History)
9 users (show)

See Also:


Attachments
[PATCH] Proposed Fix (10.98 KB, patch)
2015-05-05 16:28 PDT, Joseph Pecoraro
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.