[webkit-reviews] review requested: [Bug 47894] Web Inspector: expose request/response cookies in HAR : [Attachment 71178] patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 19 09:34:45 PDT 2010


Andrey Kosyakov <caseq at chromium.org> has asked	for review:
Bug 47894: Web Inspector: expose request/response cookies in HAR
https://bugs.webkit.org/show_bug.cgi?id=47894

Attachment 71178: patch
https://bugs.webkit.org/attachment.cgi?id=71178&action=review

------- Additional Comments from Andrey Kosyakov <caseq at chromium.org>
- Changed logic to be closer to real life (Mozilla, IE, Chrome) rather than
RFCs
- Dropped support for Set-Cookie2, quoted values and Port field
- Changed semantics of session property
- Removed any special handling for "," (expect multiple cookies to come in
multiple headers)
- Now use "\n" when pasting values of headers with same name
- Simplified tests


More information about the webkit-reviews mailing list