[webkit-reviews] review granted: [Bug 108746] Web Inspector: Some initiator displayName of Network Panel are not correct when reload. : [Attachment 186746] Patch
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Feb 11 01:24:25 PST 2013
Vsevolod Vlasov <vsevik at chromium.org> has granted 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 186746: Patch
https://bugs.webkit.org/attachment.cgi?id=186746&action=review
------- Additional Comments from Vsevolod Vlasov <vsevik at chromium.org>
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 + "/"
More information about the webkit-reviews
mailing list