Show a notification icon after automatically dismissing permission prompts
Categories
(Firefox :: Site Identity, defect, P1)
Tracking
()
People
(Reporter: gerhard.grossmann, Assigned: johannh)
References
Details
Attachments
(3 files)
2.53 KB,
image/png
|
Details | |
47 bytes,
text/x-phabricator-request
|
pascalc
:
approval-mozilla-beta+
|
Details | Review |
47 bytes,
text/x-phabricator-request
|
pascalc
:
approval-mozilla-beta+
|
Details | Review |
Updated•7 years ago
|
Comment 1•7 years ago
|
||
Reporter | ||
Comment 2•7 years ago
|
||
Assignee | ||
Updated•6 years ago
|
Comment 3•6 years ago
|
||
Hey, Can I work on this issue?
Assignee | ||
Comment 4•6 years ago
|
||
Hi Monika, this issue is a little too complicated and needs a bit too much UX consideration to be a good mentored bug. Thanks!
Assignee | ||
Updated•6 years ago
|
Assignee | ||
Updated•6 years ago
|
Assignee | ||
Updated•6 years ago
|
Assignee | ||
Comment 5•6 years ago
|
||
This adds support for a "post-prompt" that appears dismissed (only the icon showing) when
the browser decides to automatically deny a permission request from a site (either based on
internal heuristics or because the user prefers not to receive permission prompts).
In order to move quickly and not overload the patch I have only implemented the post-prompting
for desktop-notification so far, however, implementing it for other permissions should be
a trivial follow-up.
Assignee | ||
Comment 6•6 years ago
|
||
This permission checking should be handled by PermissionUI.jsm, to be able to apply custom heuristics
for denying the permission and also to be able to "post-prompt" after denying automatically.
Assignee | ||
Comment 7•6 years ago
|
||
Assignee | ||
Comment 8•6 years ago
|
||
Assignee | ||
Comment 9•6 years ago
|
||
Comment 10•6 years ago
|
||
Comment 11•6 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/b73c90f76abd
https://hg.mozilla.org/mozilla-central/rev/01fb911f1f2d
Assignee | ||
Comment 12•6 years ago
|
||
Comment on attachment 9054509 [details]
Bug 1508961 - Show a notification icon after automatically dismissing permission prompts. r=MattN
Beta/Release Uplift Approval Request
- User impact if declined: Needed for bug 1536454
- Is this code covered by automated tests?: Yes
- Has the fix been verified in Nightly?: No
- Needs manual test from QE?: No
- If yes, steps to reproduce:
- List of other uplifts needed: None
- Risk to taking this patch: Low
- Why is the change risky/not risky? (and alternatives if risky): This is preffed-off by default, has extensive tests and has baked for a long time on Nightly.
- String changes made/needed: None
Assignee | ||
Updated•6 years ago
|
Comment 13•6 years ago
|
||
Comment on attachment 9054509 [details]
Bug 1508961 - Show a notification icon after automatically dismissing permission prompts. r=MattN
Preffed off and spent 3 weeks on nightly before the uplift, approved for 67 beta 14, thanks.
Updated•6 years ago
|
![]() |
||
Comment 14•6 years ago
|
||
bugherder uplift |
https://hg.mozilla.org/releases/mozilla-beta/rev/4b5a567ae62d
https://hg.mozilla.org/releases/mozilla-beta/rev/45360f538e3d
Description
•