[Webkit-unassigned] [Bug 36877] Web inspector will only display cookies for (file|http[s]?) resources

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


https://bugs.webkit.org/show_bug.cgi?id=36877


Pavel Feldman <pfeldman at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #52146|review?                     |review+
               Flag|                            |




--- Comment #2 from Pavel Feldman <pfeldman at chromium.org>  2010-03-31 04:55:42 PST ---
(From update of attachment 52146)
> +            this._addCookieDomain(match[2] ? match[2] : "");
>          }

I think you can simplify it even further due to

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

-- 
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