[Webkit-unassigned] [Bug 89517] Web Inspector: ExtensionPanel.onSearch listener doesn't work

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 22 00:20:54 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=89517


Yury Semikhatsky <yurys at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #148970|review?, commit-queue?      |review+, commit-queue-
               Flag|                            |




--- Comment #12 from Yury Semikhatsky <yurys at chromium.org>  2012-06-22 00:20:52 PST ---
(From update of attachment 148970)
View in context: https://bugs.webkit.org/attachment.cgi?id=148970&action=review

> Source/WebCore/inspector/front-end/ExtensionPanel.js:150
> +        WebInspector.extensionServer.notifySearchAction(this._panelName, WebInspector.extensionAPI.panels.SearchAction.CancelSearch);

Here and below, please use this.name instead of this._panelName as the latter is private for Panel.js file.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list