Bug 89509

Summary: Web Inspector: extensionPanel.onSearch `action` strings should be enumerated
Product: WebKit Reporter: Jan Keromnes <janx>
Component: Web Inspector (Deprecated)Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: apavlov, bweinstein, joepeck, keishi, loislo, pfeldman, pmuellr, rik, timothy, webkit.review.bot, yurys
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
URL: https://code.google.com/chrome/extensions/trunk/devtools.panels.html#event-ExtensionPanel-onSearch
Attachments:
Description Flags
Patch none

Jan Keromnes
Reported 2012-06-19 13:36:04 PDT
Cross-report from https://code.google.com/p/chromium/issues/detail?id=121094 From https://code.google.com/chrome/extensions/trunk/devtools.panels.html#event-ExtensionPanel-onSearch > extensionPanel.onSearch.addListener(function(string action, string queryString) {...}); The possible values for `action` are: - "cancelSearch" - "performSearch" - "nextSearchResult" - "previousSearchResult" They should be enumerated in the `chrome.devtools.panels.SearchAction` API.
Attachments
Patch (6.26 KB, patch)
2012-06-19 13:47 PDT, Jan Keromnes
no flags
Jan Keromnes
Comment 1 2012-06-19 13:47:41 PDT
Andrey Kosyakov
Comment 2 2012-06-19 13:53:11 PDT
Comment on attachment 148410 [details] Patch LGTM
WebKit Review Bot
Comment 3 2012-06-19 15:30:26 PDT
Comment on attachment 148410 [details] Patch Clearing flags on attachment: 148410 Committed r120760: <http://trac.webkit.org/changeset/120760>
WebKit Review Bot
Comment 4 2012-06-19 15:30:31 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.