-
Notifications
You must be signed in to change notification settings - Fork 106
Add webNotifications feature for macOS #4150
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
👋 Don't forget to add an individual reviewer (in addition to those auto-added), as this will create a task for them in Asana.
👉 Please mark this as DRAFT unless there's an intention to merge this immediately. |
Generated file outputs:Time updated: Fri, 28 Nov 2025 16:25:23 GMT legacy27 files identical
2 files changed
--- v4/macos-config.json (and 1 other files)
+++ v4/macos-config.json
@@ -100628,8 +100628,12 @@
"settings": {
"windowSizing": "enabled",
"navigatorCredentials": "enabled",
"safariObject": "enabled",
+ "webNotifications": {
+ "state": "enabled",
+ "nativeEnabled": true
+ },
"messageHandlers": {
"state": "disabled",
"handlerStrategies": {
"reflect": [
latest13 files identical
v5/macos-config.json--- v5/macos-config.json
+++ v5/macos-config.json
@@ -100628,8 +100628,12 @@
"settings": {
"windowSizing": "enabled",
"navigatorCredentials": "enabled",
"safariObject": "enabled",
+ "webNotifications": {
+ "state": "enabled",
+ "nativeEnabled": true
+ },
"messageHandlers": {
"state": "disabled",
"handlerStrategies": {
"reflect": [
|
JSON approval analysis:Time updated: Fri, 28 Nov 2025 16:35:29 GMT legacy❌ Manual Review Required
latest❌ Manual Review Required
🎯 OVERALL APPROVAL STATUS❌ MANUAL REVIEW REQUIRED |
- Add webNotifications to webCompat schema - Enable webNotifications in webCompat.settings for macOS - Remove standalone webNotifications feature entry - Delete standalone web-notifications.json feature file
- Add nativeEnabled option to webNotifications schema - Enable nativeEnabled in macos-override for testing - When false, polyfill installs but skips native calls and returns denied
| "safariObject": "enabled", | ||
| "webNotifications": { | ||
| "state": "enabled", | ||
| "nativeEnabled": true |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Subsetting to be able to load the shim but not have it run anything.
Asana Task/Github Issue:
Description
Feature change process:
Site breakage mitigation process:
Brief explanation