Skip to content

Commit 7c1153a

Browse files
rebloorRob--W
andauthored
Bug-1799344 Enable browserAction.openPopup and action.openPopup without user interaction (#29204)
* Bug-1799344 Enable browserAction-openPopup without user interaction * Apply unsaved changes * Apply suggestions from review Co-authored-by: Rob Wu <rob@robwu.nl> * Fixed structure error left by feedback Corrected grammar --------- Co-authored-by: Rob Wu <rob@robwu.nl>
1 parent 1f2c95f commit 7c1153a

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

webextensions/api/action.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -516,13 +516,13 @@
516516
{
517517
"version_added": "118",
518518
"version_removed": "127",
519-
"notes": "Is only available to policy installed extensions and dev builds (e.g., Canary)."
519+
"notes": "Between Chrome 118 and Chrome 126, was only available to policy installed extensions."
520520
}
521521
],
522522
"edge": "mirror",
523523
"firefox": {
524524
"version_added": "109",
525-
"notes": "User interaction is not required to call this API when the `extensions.openPopupWithoutUserGesture.enabled` preference is set ([bug 1799344](https://bugzil.la/1799344))."
525+
"notes": "Before Firefox 149, a user gesture is required to call this API."
526526
},
527527
"firefox_android": "mirror",
528528
"opera": "mirror",

webextensions/api/browserAction.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -598,7 +598,7 @@
598598
"firefox": {
599599
"version_added": "57",
600600
"notes": [
601-
"Since Firefox 108, user interaction is no longer required to call this API when the `extensions.openPopupWithoutUserGesture.enabled` preference is set ([bug 1799344](https://bugzil.la/1799344)).",
601+
"Before Firefox 149, a user gesture is required to call this API.",
602602
"Support for the `windowId` parameter was added in Firefox 108."
603603
]
604604
},

0 commit comments

Comments
 (0)