[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
Mon Feb 11 01:24:26 PST 2013


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


Vsevolod Vlasov <vsevik at chromium.org> changed:

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




--- Comment #6 from Vsevolod Vlasov <vsevik at chromium.org>  2013-02-11 01:26:38 PST ---
(From update of attachment 186746)
View in context: https://bugs.webkit.org/attachment.cgi?id=186746&action=review

> Source/WebCore/inspector/front-end/ParsedURL.js:155
>          if (!this._displayName)

if (!this._displayName && this.host)
    this._displayName = this.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