[webkit-reviews] review denied: [Bug 66051] Web Inspector: Network panel: display the current search match index in the toolbar. : [Attachment 103612] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 11 07:32:26 PDT 2011


Pavel Feldman <pfeldman at chromium.org> has denied Vsevolod Vlasov
<vsevik at chromium.org>'s request for review:
Bug 66051: Web Inspector: Network panel: display the current search match index
in the toolbar.
https://bugs.webkit.org/show_bug.cgi?id=66051

Attachment 103612: Patch
https://bugs.webkit.org/attachment.cgi?id=103612&action=review

------- Additional Comments from Pavel Feldman <pfeldman at chromium.org>
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.SearchInde
xUpdated, this._currentMatchedResourceIndex + 1);

You can only have one undefined listener name.


More information about the webkit-reviews mailing list