Skip to content

Bug-1828220 add browser_action.onUserSettingsChanged event #27355

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

rebloor
Copy link
Contributor

@rebloor rebloor commented Jul 22, 2025

Summary

Adds details for the addition of the browser_action.onUserSettingsChanged event. Addresses the dev-doc-needed requirements of Bug 1828220 Implement onUserSettingsChanged event.

Related issues

See mdn/content#40488 for details of the documentation changes.

@rebloor rebloor requested a review from dotproto July 22, 2025 03:52
@rebloor rebloor self-assigned this Jul 22, 2025
@rebloor rebloor added the data:webext Compat data for Browser Extensions. https://developer.mozilla.org/Add-ons/WebExtensions label Jul 22, 2025
@github-actions github-actions bot added the size:s [PR only] 7-24 LoC changed label Jul 22, 2025
Copy link
Contributor

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

"__compat": {
"support": {
"chrome": {
"version_added": false
Copy link
Contributor

Choose a reason for hiding this comment

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

Copy link
Member

Choose a reason for hiding this comment

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

},
"firefox_android": {
"version_added": "142",
"notes": "Never fires as extensions can't be pinned to the bookmarks toolbar in Firefox for Android."
Copy link
Contributor

Choose a reason for hiding this comment

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

I suggest simplifying this statement. It currently implies that Firefox for Android has a bookmarks toolbar that extensions can't be pinned to. At the moment, Firefox for Android does not have a bookmarks toolbar at all.

@github-actions github-actions bot added size:m [PR only] 25-100 LoC changed and removed size:s [PR only] 7-24 LoC changed labels Jul 23, 2025
@rebloor rebloor requested review from Rob--W and gregorypappas July 23, 2025 03:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
data:webext Compat data for Browser Extensions. https://developer.mozilla.org/Add-ons/WebExtensions size:m [PR only] 25-100 LoC changed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants