Skip to content
Draft
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 3 additions & 15 deletions api/Document.json
Original file line number Diff line number Diff line change
Expand Up @@ -8853,21 +8853,9 @@
},
"chrome_android": "mirror",
"edge": "mirror",
"firefox": [
{
"version_added": "preview"
},
{
"version_added": "140",
"flags": [
{
"type": "preference",
"name": "dom.viewTransitions.enabled",
"value_to_set": "true"
}
]
}
],
"firefox": {
"version_added": "144"
},
"firefox_android": "mirror",
"oculus": "mirror",
"opera": "mirror",
Expand Down
22 changes: 5 additions & 17 deletions api/Notification.json
Original file line number Diff line number Diff line change
Expand Up @@ -1075,23 +1075,11 @@
"edge": {
"version_added": "17"
},
"firefox": [
{
"version_added": "117",
"partial_implementation": true,
"notes": "Only supported on Windows. Behind a flag on other operating systems."
},
{
"version_added": "117",
"flags": [
{
"type": "preference",
"name": "dom.webnotifications.requireinteraction.enabled",
"value_to_set": "true"
}
]
}
],
"firefox": {
"version_added": "117",
"partial_implementation": true,
"notes": "Supported on Windows since Firefox 117 and on Linux since Firefox 137. On macOS, only available in Nightly builds."

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should keep the same approach as before, with two statements.

},
"firefox_android": "mirror",
"oculus": "mirror",
"opera": "mirror",
Expand Down
18 changes: 3 additions & 15 deletions http/headers/Service-Worker-Navigation-Preload.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,21 +17,9 @@
"edge": {
"version_added": "18"
},
"firefox": [
{
"version_added": "preview"
},
{
"version_added": "97",
"flags": [
{
"type": "preference",
"name": "dom.serviceWorkers.navigationPreload.enabled",
"value_to_set": "true"
}
]
}
],
"firefox": {
"version_added": "99"
},
"firefox_android": "mirror",
"oculus": "mirror",
"opera": "mirror",
Expand Down
2 changes: 1 addition & 1 deletion lint/linter/test-flags.js
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ export default {
name: 'Flag data',
description: 'Test the flag data for any irrelevant flags',
scope: 'feature',
exceptions: ['api.Notification.requireInteraction', 'api.Window.dump'],
exceptions: ['api.Window.dump'],
/**
* Test the data
* @param {Logger} logger The logger to output errors to
Expand Down