Open
Bug 1799344
Opened 2 years ago
Updated 2 years ago
Remove `extensions.openPopupWithoutUserGesture.enabled` preference
Categories
(WebExtensions :: General, task, P5)
WebExtensions
General
Tracking
(Not tracked)
NEW
People
(Reporter: oliver, Unassigned)
References
(Depends on 3 open bugs, Blocks 1 open bug)
Details
(Whiteboard: [addons-jira])
In https://phabricator.services.mozilla.com/D139796, I updated the browserAction.openPopup
API to remove the user gesture requirement. We initially put this behind a preference which by default is only set to true
on Nightly. This allowed us to land the patch earlier before being sure of some more specific implementation details, such as if we will put this behind a permission.
This bug is to track removing that preference and enabling the change by default.
Updated•2 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Updated•2 years ago
|
Severity: -- → N/A
Priority: -- → P5
Updated•2 years ago
|
Updated•2 years ago
|
Whiteboard: [addons-jira]
Updated•2 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•