Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 0a43f59c34351884c579391c619f2d70b775bbf9
https://github.com/WebKit/WebKit/commit/0a43f59c34351884c579391c619f2d70b775bbf9
Author: Elijah Sawyers <[email protected]>
Date: 2026-09-18 (Fri, 18 Sep 2026)
Changed paths:
M Source/WebKit/Modules/OSX_Private.modulemap
M Source/WebKit/Modules/iOS_Private.modulemap
M Source/WebKit/SourcesCocoa.txt
M
Source/WebKit/UIProcess/API/Cocoa/WKWebExtensionControllerDelegatePrivate.h
A Source/WebKit/UIProcess/API/Cocoa/_WKWebExtensionNotification.h
A Source/WebKit/UIProcess/API/Cocoa/_WKWebExtensionNotification.mm
M Source/WebKit/WebKit.xcodeproj/project.pbxproj
Log Message:
-----------
Add the notification delegate API surface for the browser.notifications web
extension API
https://bugs.webkit.org/show_bug.cgi?id=324448
rdar://187615569
Reviewed by Timothy Hatcher and Brian Weinstein.
This patch adds the app-facing API surface used to delegate
browser.notifications
creation/updates/etc. to the host app.
It introduces the notification model object(s). It also adds four optional
delegate
methods, through which the app creates/updates/etc. notifications and reports
the
current permission level.
These changes include declarations only. The implementation will be in a later
change.
* Source/WebKit/Modules/OSX_Private.modulemap:
* Source/WebKit/Modules/iOS_Private.modulemap:
* Source/WebKit/SourcesCocoa.txt:
* Source/WebKit/UIProcess/API/Cocoa/WKWebExtensionControllerDelegatePrivate.h:
* Source/WebKit/UIProcess/API/Cocoa/_WKWebExtensionNotification.h: Added.
* Source/WebKit/UIProcess/API/Cocoa/_WKWebExtensionNotification.mm: Added.
* Source/WebKit/WebKit.xcodeproj/project.pbxproj:
Canonical link: https://commits.webkit.org/321416@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications