[webkit-reviews] review granted: [Bug 36877] Web inspector will only display cookies for (file|http[s]?) resources : [Attachment 52146] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 31 04:55:42 PDT 2010


Pavel Feldman <pfeldman at chromium.org> has granted Mattias Nissler
<mnissler at chromium.org>'s request for review:
Bug 36877: Web inspector will only display cookies for (file|http[s]?)
resources
https://bugs.webkit.org/show_bug.cgi?id=36877

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

------- Additional Comments from Pavel Feldman <pfeldman at chromium.org>
> +	       this._addCookieDomain(match[2] ? match[2] : "");
>	   }

I think you can simplify it even further due to

(match[2] ? match[2] : "") === match[2]


More information about the webkit-reviews mailing list