Bug 60711 - Web Inspector: inspector console should be searchable
Summary: Web Inspector: inspector console should be searchable
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: Yury Semikhatsky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-12 11:02 PDT by Yury Semikhatsky
Modified: 2011-05-16 00:30 PDT (History)
10 users (show)

See Also:


Attachments
Patch (21.15 KB, patch)
2011-05-12 11:08 PDT, Yury Semikhatsky
pfeldman: review+
Details | Formatted Diff | Diff
Screenshot (89.09 KB, image/png)
2011-05-13 00:08 PDT, Yury Semikhatsky
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Yury Semikhatsky 2011-05-12 11:02:51 PDT
Web Inspector: inspector console should be searchable. Original Chromium feature request: http://code.google.com/p/chromium/issues/detail?id=25484
Comment 1 Yury Semikhatsky 2011-05-12 11:08:58 PDT
Created attachment 93309 [details]
Patch
Comment 2 Yury Semikhatsky 2011-05-13 00:08:40 PDT
Created attachment 93409 [details]
Screenshot
Comment 3 Pavel Feldman 2011-05-13 11:22:16 PDT
Comment on attachment 93309 [details]
Patch

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

> Source/WebCore/inspector/front-end/ConsolePanel.js:114
> +    jumpToNextSearchResult: function()

This is a lot of boilerplate code. In this case (as well as in many other cases), we have the whole list of search results synchronously. It would be great if Panel could handle those by itself and was only telling its delegate (ancestor) which result to highlight.
Comment 4 Yury Semikhatsky 2011-05-16 00:30:31 PDT
Committed r86539: <http://trac.webkit.org/changeset/86539>