Bug 91087

Summary: Web Inspector: beautify find bar looks, simplify search update routines.
Product: WebKit Reporter: Pavel Feldman <pfeldman>
Component: Web Inspector (Deprecated)Assignee: Pavel Feldman <pfeldman>
Status: RESOLVED FIXED    
Severity: Normal CC: apavlov, bweinstein, joepeck, keishi, loislo, pfeldman, pmuellr, rik, timothy, yurys
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
[IMAGE] Screenshot with patch applied.
none
Patch
none
Patch vsevik: review+

Pavel Feldman
Reported 2012-07-12 06:20:22 PDT
This change updates the looks to the one on the screenshots and simplifies match count update routines.
Attachments
[IMAGE] Screenshot with patch applied. (11.07 KB, image/png)
2012-07-12 06:21 PDT, Pavel Feldman
no flags
Patch (16.71 KB, patch)
2012-07-12 06:24 PDT, Pavel Feldman
no flags
Patch (18.56 KB, patch)
2012-07-12 07:05 PDT, Pavel Feldman
vsevik: review+
Pavel Feldman
Comment 1 2012-07-12 06:21:04 PDT
Created attachment 151935 [details] [IMAGE] Screenshot with patch applied.
Pavel Feldman
Comment 2 2012-07-12 06:24:30 PDT
Andrey Kosyakov
Comment 3 2012-07-12 06:43:29 PDT
Comment on attachment 151937 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=151937&action=review > Source/WebCore/inspector/front-end/SearchController.js:41 > + labelElement.textContent = "Find"; UIString?
Vsevolod Vlasov
Comment 4 2012-07-12 06:50:10 PDT
Comment on attachment 151937 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=151937&action=review > Source/WebCore/inspector/front-end/SearchController.js:-249 > - if (!isEnterKey(event)) Incremental search works weirdly now - it jumps to the next occurrence each time you add a letter even if current occurrence matches new query. I believe this code was needed.
Pavel Feldman
Comment 5 2012-07-12 07:05:28 PDT
Vsevolod Vlasov
Comment 6 2012-07-12 08:02:12 PDT
Comment on attachment 151943 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=151943&action=review > Source/WebCore/inspector/front-end/SearchController.js:240 > + _performSearch: function(query, forceSearch, isBackwardSearch) Please annotate all parameters.
Pavel Feldman
Comment 7 2012-07-12 08:54:38 PDT
Note You need to log in before you can comment on or make changes to this bug.