RESOLVED FIXED 139682
Put some common code in StorageNamespaceProvider
https://bugs.webkit.org/show_bug.cgi?id=139682
Summary Put some common code in StorageNamespaceProvider
Anders Carlsson
Reported 2014-12-16 10:07:04 PST
Put some common code in StorageNamespaceProvider
Attachments
Patch (7.13 KB, patch)
2014-12-16 10:12 PST, Anders Carlsson
thorton: review+
Anders Carlsson
Comment 1 2014-12-16 10:12:35 PST
Anders Carlsson
Comment 2 2014-12-16 10:38:34 PST
Joseph Pecoraro
Comment 3 2015-05-05 14:47:53 PDT
Comment on attachment 243365 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=243365&action=review > Source/WebCore/inspector/InspectorDOMStorageAgent.cpp:203 > - return page->sessionStorage()->storageArea(document->securityOrigin()); > + return m_pageAgent->page()->storageNamespaceProvider().localStorageArea(*targetFrame->document()); Looks like this makes the Inspector always return localStorage instead of sessionStorage in some cases.
Note You need to log in before you can comment on or make changes to this bug.