[webkit-reviews] review denied: [Bug 100073] Web Inspector: Response cookies are missed in CookiesTable of Network Panel : [Attachment 170064] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 22 22:58:20 PDT 2012


Vsevolod Vlasov <vsevik at chromium.org> has denied Peter Wang
<peter.wang at torchmobile.com.cn>'s request for review:
Bug 100073: Web Inspector: Response cookies are missed in CookiesTable of
Network Panel
https://bugs.webkit.org/show_bug.cgi?id=100073

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

------- Additional Comments from Vsevolod Vlasov <vsevik at chromium.org>
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.


More information about the webkit-reviews mailing list