[Webkit-unassigned] [Bug 89509] New: Web Inspector: extensionPanel.onSearch `action` strings should be enumerated

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 19 13:36:06 PDT 2012


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

           Summary: Web Inspector: extensionPanel.onSearch `action`
                    strings should be enumerated
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
               URL: https://code.google.com/chrome/extensions/trunk/devtoo
                    ls.panels.html#event-ExtensionPanel-onSearch
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Web Inspector
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: janx at chromium.org
                CC: timothy at apple.com, rik at webkit.org, keishi at webkit.org,
                    pmuellr at yahoo.com, joepeck at webkit.org,
                    pfeldman at chromium.org, yurys at chromium.org,
                    bweinstein at apple.com, apavlov at chromium.org,
                    loislo at chromium.org


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.

-- 
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