RESOLVED FIXED 41957
Web Inspector: do not show default tooltip when detailed network info is available.
https://bugs.webkit.org/show_bug.cgi?id=41957
Summary Web Inspector: do not show default tooltip when detailed network info is avai...
Pavel Feldman
Reported 2010-07-09 06:30:21 PDT
Also aligns values to the right. Patch to follow.
Attachments
[PATCH] Proposed fix. (5.50 KB, patch)
2010-07-09 07:10 PDT, Pavel Feldman
yurys: review+
Pavel Feldman
Comment 1 2010-07-09 07:10:07 PDT
Created attachment 61043 [details] [PATCH] Proposed fix.
Yury Semikhatsky
Comment 2 2010-07-09 07:13:38 PDT
Comment on attachment 61043 [details] [PATCH] Proposed fix. 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.
Pavel Feldman
Comment 3 2010-07-09 07:17:43 PDT
Committing to http://svn.webkit.org/repository/webkit/trunk ... M WebCore/ChangeLog M WebCore/English.lproj/localizedStrings.js M WebCore/inspector/front-end/ResourcesPanel.js Committed r62949
Note You need to log in before you can comment on or make changes to this bug.