[Webkit-unassigned] [Bug 246623] New: browser.commands: Empty browser action reference causes conflicts

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 17 05:12:36 PDT 2022


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

            Bug ID: 246623
           Summary: browser.commands: Empty browser action reference
                    causes conflicts
           Product: WebKit
           Version: Other
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Extensions
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: carlosj-webkit-bugzilla at jeurissen.co
                CC: timothy at apple.com

To provide users the ability for a keyboard shortcut to open extensions, you can define this in manifest: ``` "commands": { "_execute_browser_action": { "description": "Open extension popup" } }, ``` This doesn't set a keyboard shortcut yet allows the user to assign one. However, in iOS safari, when two extensions offer this functionality, the browser warns about it. See screenshot.

Sample extension can be found here:
https://github.com/carlosjeurissen/webext-tech-demo-extensions/tree/main/issues/safari-9633205-duplicate-empty-command-conflict

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20221017/d5e48cc3/attachment.htm>


More information about the webkit-unassigned mailing list