[Webkit-unassigned] [Bug 41957] Web Inspector: do not show default tooltip when detailed network info is available.

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


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


Yury Semikhatsky <yurys at chromium.org> changed:

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




--- Comment #2 from Yury Semikhatsky <yurys at chromium.org>  2010-07-09 07:13:38 PST ---
(From update of attachment 61043)
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.

-- 
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