RESOLVED FIXED 101375
Some cookie code cleanup
https://bugs.webkit.org/show_bug.cgi?id=101375
Summary Some cookie code cleanup
Alexey Proskuryakov
Reported 2012-11-06 10:59:31 PST
Doing it in small steps.
Attachments
proposed patch (9.31 KB, patch)
2012-11-06 11:08 PST, Alexey Proskuryakov
mitz: review+
patch for landing (9.31 KB, patch)
2012-11-06 12:37 PST, Alexey Proskuryakov
no flags
Alexey Proskuryakov
Comment 1 2012-11-06 11:08:24 PST
Created attachment 172621 [details] proposed patch
mitz
Comment 2 2012-11-06 11:15:06 PST
Comment on attachment 172621 [details] proposed patch View in context: https://bugs.webkit.org/attachment.cgi?id=172621&action=review > Source/WebCore/ChangeLog:13 > + (WebCore): Removed special code for isHTTPOnly, it's present Foundation in all Typo: “present Foundation” > Source/WebCore/ChangeLog:19 > + Set-Cookie header, document.cookie can only be used to saet one cookie at a time. Typo: “saet” > Source/WebCore/platform/CookieJar.h:40 > +// These two methods implement document.cookie API, with special rules for HttpOnly cookies. “(member) functions” rather than “methods”?
Alexey Proskuryakov
Comment 3 2012-11-06 12:37:24 PST
Created attachment 172631 [details] patch for landing
WebKit Review Bot
Comment 4 2012-11-06 13:25:04 PST
Comment on attachment 172631 [details] patch for landing Clearing flags on attachment: 172631 Committed r133664: <http://trac.webkit.org/changeset/133664>
Note You need to log in before you can comment on or make changes to this bug.