[Webkit-unassigned] [Bug 100073] Web Inspector: Response cookies are missed in CookiesTable of Network Panel
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Oct 22 22:58:21 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=100073
Vsevolod Vlasov <vsevik at chromium.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #170064|review? |review-
Flag| |
--- Comment #3 from Vsevolod Vlasov <vsevik at chromium.org> 2012-10-22 22:59:24 PST ---
(From update of attachment 170064)
View in context: https://bugs.webkit.org/attachment.cgi?id=170064&action=review
I can not reproduce this issue. Closing as invalid.
> Source/WebCore/inspector/front-end/NetworkItemView.js:-57
> - if (request.requestCookies || request.responseCookies) {
request.responseCookies getter does nothing but lazy init _responseCookies field. Calling it explicitly can not change how the response cookies are shown in UI.
--
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