RESOLVED FIXED 35613
Document cookieURL and firstPartyForCookies
https://bugs.webkit.org/show_bug.cgi?id=35613
Summary Document cookieURL and firstPartyForCookies
Adam Barth
Reported 2010-03-02 15:10:46 PST
Document cookieURL and firstPartyForCookies
Attachments
Patch (2.15 KB, patch)
2010-03-02 15:11 PST, Adam Barth
no flags
Patch (2.14 KB, patch)
2010-03-02 15:19 PST, Adam Barth
no flags
Patch for landing (2.14 KB, patch)
2010-03-02 17:07 PST, Adam Barth
commit-queue: commit-queue-
Adam Barth
Comment 1 2010-03-02 15:11:59 PST
Adam Barth
Comment 2 2010-03-02 15:19:38 PST
Darin Adler
Comment 3 2010-03-02 17:00:07 PST
Comment on attachment 49856 [details] Patch > + // inherits its cookieURL but not it's URL. its URL
Alexey Proskuryakov
Comment 4 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();
Adam Barth
Comment 5 2010-03-02 17:07:35 PST
Created attachment 49869 [details] Patch for landing
WebKit Commit Bot
Comment 6 2010-03-03 00:31:44 PST
Comment on attachment 49869 [details] Patch for landing Rejecting patch 49869 from commit-queue. Failed to run "['git', 'svn', 'dcommit']" exit_code: 1 Committing to http://svn.webkit.org/repository/webkit/trunk ... M WebCore/ChangeLog M WebCore/dom/Document.h A repository hook failed: MERGE request failed on '/repository/webkit/trunk': Commit blocked by pre-commit hook (exit code 1) with output: svnlook: Can't write to stream: Broken pipe The following ChangeLog files contain OOPS: trunk/WebCore/ChangeLog Please don't ever say "OOPS" in a ChangeLog file. at /usr/local/git/libexec/git-core/git-svn line 558 Full output: http://webkit-commit-queue.appspot.com/results/323345
Adam Barth
Comment 7 2010-03-03 06:48:44 PST
Note You need to log in before you can comment on or make changes to this bug.