[webkit-reviews] review denied: [Bug 93576] Web Inspector: Add title attribute to Resources:Frames : [Attachment 158203] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 13 22:16:39 PDT 2012


Pavel Feldman <pfeldman at chromium.org> has denied sam <dsam2912 at gmail.com>'s
request for review:
Bug 93576: Web Inspector: Add title attribute to Resources:Frames
https://bugs.webkit.org/show_bug.cgi?id=93576

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

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


> Source/WebCore/inspector/front-end/ResourcesPanel.js:1064
> +	   this.tooltip = frame.name + " (" + frame.url + ")";

You should move this line into the frameNavigated: above. Same place title gets
updated. Frame will get new url upon navigation.


More information about the webkit-reviews mailing list