RESOLVED INVALID 101643
Web Inspector: Local Storage and Session Storage listed twice for same origin
https://bugs.webkit.org/show_bug.cgi?id=101643
Summary Web Inspector: Local Storage and Session Storage listed twice for same origin
Timothy Hatcher
Reported 2012-11-08 14:05:26 PST
Load the URL for the bug and you will see Local Storage and Session Storage show up twice for the same origin (http://www.npr.org/). It should only show up once or the origin string is wrong and once is https or a different port?
Attachments
Vsevolod Vlasov
Comment 1 2012-11-09 02:23:07 PST
The security origin is different per following check in SecurityOrigin::equal. if (m_domainWasSetInDOM != other->m_domainWasSetInDOM) return false; Apparently this happens when script does document.domain = "foo".
Yael
Comment 2 2012-11-10 19:20:38 PST
This is probably duplicate of https://bugs.webkit.org/show_bug.cgi?id=99266.
Brian Burg
Comment 3 2014-12-12 13:39:54 PST
Closing as invalid, as this bug pertains to the old inspector UI and/or its tests. Please file a new bug (https://www.webkit.org/new-inspector-bug) if the bug/feature/issue is still relevant to WebKit trunk.
Note You need to log in before you can comment on or make changes to this bug.