Bug 41957

Summary: Web Inspector: do not show default tooltip when detailed network info is available.
Product: WebKit Reporter: Pavel Feldman <pfeldman>
Component: Web Inspector (Deprecated)Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: yurys
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
[PATCH] Proposed fix. yurys: review+

Description Pavel Feldman 2010-07-09 06:30:21 PDT
Also aligns values to the right.
Patch to follow.
Comment 1 Pavel Feldman 2010-07-09 07:10:07 PDT
Created attachment 61043 [details]
[PATCH] Proposed fix.
Comment 2 Yury Semikhatsky 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.
Comment 3 Pavel Feldman 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