Bug 41957 - Web Inspector: do not show default tooltip when detailed network info is available.
Summary: Web Inspector: do not show default tooltip when detailed network info is avai...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-07-09 06:30 PDT by Pavel Feldman
Modified: 2010-07-09 07:17 PDT (History)
1 user (show)

See Also:


Attachments
[PATCH] Proposed fix. (5.50 KB, patch)
2010-07-09 07:10 PDT, Pavel Feldman
yurys: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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