[Webkit-unassigned] [Bug 101643] Web Inspector: Local Storage and Session Storage listed twice for same origin

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Nov 9 02:21:30 PST 2012


https://bugs.webkit.org/show_bug.cgi?id=101643





--- Comment #1 from Vsevolod Vlasov <vsevik at chromium.org>  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".

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list