Closed
Bug 1603968
Opened 5 years ago
Closed 5 years ago
Tune the heuristics for the delayed storage access grant towards a better user experience
Categories
(Core :: Privacy: Anti-Tracking, enhancement)
Core
Privacy: Anti-Tracking
Tracking
()
RESOLVED
FIXED
mozilla73
People
(Reporter: ehsan.akhgari, Assigned: ehsan.akhgari)
References
Details
Attachments
(1 file)
47 bytes,
text/x-phabricator-request
|
jcristau
:
approval-mozilla-beta+
|
Details | Review |
The current delay access grants in many cases create a delay that is way too long for the user, and gives the appearance of sluggishness. We should consider tuning down the amount of delay to create a better user experience.
Assignee | ||
Comment 1•5 years ago
|
||
Assignee | ||
Updated•5 years ago
|
Pushed by eakhgari@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/841512b3ffdd
Tune the heuristics for the delayed storage access grant towards a better user experience; r=johannh
Assignee | ||
Comment 3•5 years ago
|
||
Comment on attachment 9115960 [details]
Bug 1603968 - Tune the heuristics for the delayed storage access grant towards a better user experience;
Beta/Release Uplift Approval Request
- User impact if declined: On sites that use the storage access API, the user may experience a sluggish experience when they click the button which calls the storage access API.
- Is this code covered by automated tests?: No
- 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 patch just changes some timing heuristics values that we have in the code to make things happen faster on average, it doesn't modify any logic.
- String changes made/needed: None
Attachment #9115960 -
Flags: approval-mozilla-beta?
Comment 4•5 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox73:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla73
Comment 5•5 years ago
|
||
Comment on attachment 9115960 [details]
Bug 1603968 - Tune the heuristics for the delayed storage access grant towards a better user experience;
approved for 72.0b9
Attachment #9115960 -
Flags: approval-mozilla-beta? → approval-mozilla-beta+
Comment 6•5 years ago
|
||
bugherder uplift |
status-firefox72:
--- → fixed
You need to log in
before you can comment on or make changes to this bug.
Description
•