[webkit-reviews] review denied: [Bug 108746] Web Inspector: Some initiator displayName of Network Panel are not correct when reload. : [Attachment 186218] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Feb 2 03:51:49 PST 2013


Pavel Feldman <pfeldman at chromium.org> has denied pdeng6 <pan.deng at intel.com>'s
request for review:
Bug 108746: Web Inspector: Some initiator displayName of Network Panel are not
correct when reload.
https://bugs.webkit.org/show_bug.cgi?id=108746

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

------- Additional Comments from Pavel Feldman <pfeldman at chromium.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=186218&action=review


> Source/WebCore/inspector/front-end/ResourceUtils.js:82
> +	   return parsedURL.host;

This method is used in linkifier among other things. In some places, it might
make more sense to render as "/" instead of "foo.com". Or at least as
(parsedURL.host + "/").


More information about the webkit-reviews mailing list