[webkit-reviews] review granted: [Bug 41957] Web Inspector: do not show default tooltip when detailed network info is available. : [Attachment 61043] [PATCH] Proposed fix.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 9 07:13:38 PDT 2010


Yury Semikhatsky <yurys at chromium.org> has granted Pavel Feldman
<pfeldman at chromium.org>'s request for review:
Bug 41957: Web Inspector: do not show default tooltip when detailed network
info is available.
https://bugs.webkit.org/show_bug.cgi?id=41957

Attachment 61043: [PATCH] Proposed fix.
https://bugs.webkit.org/attachment.cgi?id=61043&action=review

------- Additional Comments from Yury Semikhatsky <yurys at chromium.org>
WebCore/inspector/front-end/ResourcesPanel.js:755
 +			WebInspector.UIString("Proxy"),
resource.timing.proxyDuration == -1 ? "(none)" :
Number.secondsToString(resource.timing.proxyDuration),
Default values should be localized, please call WebInspector.UIString for them.


More information about the webkit-reviews mailing list