WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Anders Carlsson
Comment 1
2014-12-16 10:12:35 PST
Created
attachment 243365
[details]
Patch
Anders Carlsson
Comment 2
2014-12-16 10:38:34 PST
Committed
r177365
: <
http://trac.webkit.org/changeset/177365
>
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.
Top of Page
Format For Printing
XML
Clone This Bug