[Webkit-unassigned] [Bug 108746] Web Inspector: Some initiator displayName of Network Panel are not correct when reload.

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


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


Pavel Feldman <pfeldman at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #186218|review?                     |review-
               Flag|                            |




--- Comment #3 from Pavel Feldman <pfeldman at chromium.org>  2013-02-02 03:53:52 PST ---
(From update of attachment 186218)
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 + "/").

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