Skip to content

Firefox 140 moves Notification.maxactions_static behind pref (enabled in Nightly)#26885

Merged
caugner merged 2 commits intomdn:mainfrom
hamishwillee:ff140notifications_actions_maxactions
May 23, 2025
Merged

Firefox 140 moves Notification.maxactions_static behind pref (enabled in Nightly)#26885
caugner merged 2 commits intomdn:mainfrom
hamishwillee:ff140notifications_actions_maxactions

Conversation

@hamishwillee
Copy link
Contributor

@hamishwillee hamishwillee commented May 23, 2025

FF140 puts Notification.maxActions behind the pref dom.webnotifications.actions.enabled which is enabled in nightly, along with Notification.actions) in https://bugzilla.mozilla.org/show_bug.cgi?id=1963263

The effect on desktop is simple - maxActions was published, but is now enabled in preview. actions stays the same - in preview.

The bug also changes the pref to false in android.
I tried to indicate this but the tools stripped it out.
It looks to me like the current docs indicate that if I have a nightly version of FF on my phone it should work (?) - but that is not the case. I guess this is right?

Related docs work can be tracked in mdn/content#39620

@github-actions github-actions bot added data:api Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API size:s [PR only] 7-24 LoC changed labels May 23, 2025
@github-actions
Copy link
Contributor

github-actions bot commented May 23, 2025

Tip: Review these changes grouped by change (recommended for most PRs), or grouped by feature (for large PRs).

},
"status": {
"experimental": false,
"experimental": true,
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Since now only one browser implementation live

@caugner caugner changed the title FF140 Notification.actions .maxactions_static behind pref Firefox 140 moves Notification.maxactions_static behind pref (enabled in Nightly) May 23, 2025
},
{
"version_added": "138",
"version_removed": "140"
Copy link
Contributor

Choose a reason for hiding this comment

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

Nit: We could have added a note to explain it, although we usually only do it in combination with partial_implementation.

Suggested change
"version_removed": "140"
"version_removed": "140",
"notes": "Accidental early exposure (see [bug 1963263](https://bugzil.la/1963263))."

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Thanks.

@caugner caugner merged commit dfc7200 into mdn:main May 23, 2025
6 checks passed
@hamishwillee hamishwillee deleted the ff140notifications_actions_maxactions branch May 25, 2025 23:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

data:api Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API size:s [PR only] 7-24 LoC changed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants