Bug 66048 - Web Inspector: Scripts panel: display the current search match index in the toolbar.
Summary: Web Inspector: Scripts panel: display the current search match index in the t...
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: Vsevolod Vlasov
URL:
Keywords:
Depends on:
Blocks: 61119
  Show dependency treegraph
 
Reported: 2011-08-11 06:16 PDT by Vsevolod Vlasov
Modified: 2011-08-11 07:59 PDT (History)
10 users (show)

See Also:


Attachments
Patch (7.50 KB, patch)
2011-08-11 06:21 PDT, Vsevolod Vlasov
pfeldman: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Vsevolod Vlasov 2011-08-11 06:16:55 PDT
Scripts panel: display the current search match index in the toolbar.
Comment 1 Vsevolod Vlasov 2011-08-11 06:21:10 PDT
Created attachment 103610 [details]
Patch
Comment 2 Pavel Feldman 2011-08-11 07:31:20 PDT
Comment on attachment 103610 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=103610&action=review

> Source/WebCore/inspector/front-end/SearchController.js:161
> +                    var matchesString = WebInspector.UIString("%d / %d matches", currentMatchIndex, matches);

"1 of 8" ?
Comment 3 Vsevolod Vlasov 2011-08-11 07:59:35 PDT
Committed r92849: <http://trac.webkit.org/changeset/92849>