[Webkit-unassigned] [Bug 260969] New: Consider letting extensions receive push messages through the WebPush API without receiving notifications

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 31 09:13:06 PDT 2023


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

            Bug ID: 260969
           Summary: Consider letting extensions receive push messages
                    through the WebPush API without receiving
                    notifications
           Product: WebKit
           Version: WebKit Local Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit API
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: kiara_rose at apple.com

Consider letting extensions receive push messages through the WebPush API without receiving notifications. Instead of creating a new web extensions API, we could utilize WebPush to allow extensions to receive messages if we remove the requirement to display a notification on receiving a push message. This is something developers expressed a lot of interest in the Web Extensions Community Group (WECG). In order to do this, extensions would need to be able to set { userVisibleOnly: false }.

Things to consider for Safari:
- How would we push messages to an extension whose url changes on new launches of Safari?
- It's currently HTTPS only in WebKit, and we would need figure out a way this could work with web extension URLs

Link WECG issue: https://github.com/w3c/webextensions/issues/208

-- 
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/20230831/1e8f8561/attachment-0001.htm>


More information about the webkit-unassigned mailing list