[Webkit-unassigned] [Bug 35613] Document cookieURL and firstPartyForCookies
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Mar 2 17:04:31 PST 2010
https://bugs.webkit.org/show_bug.cgi?id=35613
--- Comment #4 from Alexey Proskuryakov <ap at webkit.org> 2010-03-02 17:04:31 PST ---
+ // A: The two URLs are the same almost all the time. However, if one
+ // document inherits the security context of another document, it
+ // inherits its cookieURL but not it's URL.
It's interesting that we have this code:
void Document::open(Document* ownerDocument)
{
if (ownerDocument) {
setURL(ownerDocument->url());
m_cookieURL = ownerDocument->cookieURL();
--
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