[Webkit-unassigned] [Bug 58794] Web Inspector: Hyperlink Auditing (ping) requests are not shown in network panel

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 26 16:23:12 PDT 2011


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





--- Comment #7 from Joseph Pecoraro <joepeck at webkit.org>  2011-04-26 16:23:11 PST ---
(From update of attachment 91085)
View in context: https://bugs.webkit.org/attachment.cgi?id=91085&action=review

Neat patch.

> Source/WebCore/inspector/front-end/Resource.js:857
> +        return "text/ping" == this.requestContentType();

Nit (style): Almost always use "===" in JavaScript. We encourage it in Web Inspector code.

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