Closed
Bug 1908556
Opened 6 months ago
Closed 5 months ago
Confirm that Firefox never persists a PROMPT_ACTION permission today
Categories
(Core :: Permission Manager, task)
Core
Permission Manager
Tracking
()
RESOLVED
INVALID
People
(Reporter: jib, Assigned: jib)
References
Details
Attachments
(1 obsolete file)
After some debugging around ActionToPermissionState, it looks like most permissions that pass through here are either UNKNOWN_ACTION, ALLOW_ACTION or DENY_ACTION, but never PROMPT_ACTION.
If this is the case, it would be because Firefox never persists PROMPT_ACTION today. This would be great as it could greatly simplify bug 1609427.
I'd like to confirm this by making Firefox crash (nightly only) if this happens.
Assignee | ||
Comment 1•6 months ago
|
||
Updated•6 months ago
|
Assignee: nobody → jib
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•6 months ago
|
||
Assignee | ||
Comment 3•6 months ago
|
||
The tests that are crashing are unit-tests that persisting PROMPT_ACTION produce "prompt"
Updated•6 months ago
|
Updated•5 months ago
|
Attachment #9413389 -
Attachment is obsolete: true
Assignee | ||
Comment 4•5 months ago
|
||
Abandoning this. In the end it turned out simpler to limit Always Ask = "granted"
to camera and microphone.
Status: ASSIGNED → RESOLVED
Closed: 5 months ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•