RESOLVED FIXED 66051
Web Inspector: Network panel: display the current search match index in the toolbar.
https://bugs.webkit.org/show_bug.cgi?id=66051
Summary Web Inspector: Network panel: display the current search match index in the t...
Vsevolod Vlasov
Reported 2011-08-11 06:17:35 PDT
Network panel: display the current search match index in the toolbar.
Attachments
Patch (3.25 KB, patch)
2011-08-11 06:24 PDT, Vsevolod Vlasov
no flags
Patch (3.71 KB, patch)
2011-08-11 08:02 PDT, Vsevolod Vlasov
pfeldman: review+
Vsevolod Vlasov
Comment 1 2011-08-11 06:24:11 PDT
Pavel Feldman
Comment 2 2011-08-11 07:32:26 PDT
Comment on attachment 103612 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=103612&action=review > Source/WebCore/inspector/front-end/NetworkPanel.js:1190 > + this.dispatchEventToListeners(WebInspector.NetworkLogView.EventTypes.SearchIndexUpdated, this._currentMatchedResourceIndex + 1); You can only have one undefined listener name.
Vsevolod Vlasov
Comment 3 2011-08-11 08:02:50 PDT
Vsevolod Vlasov
Comment 4 2011-08-15 07:26:50 PDT
Note You need to log in before you can comment on or make changes to this bug.