Closed
Bug 2043024
Opened 6 days ago
Closed 4 days ago
Check for entitlement changes after startup
Categories
(Firefox :: IP Protection, task, P2)
Firefox
IP Protection
Tracking
()
RESOLVED
FIXED
153 Branch
| Tracking | Status | |
|---|---|---|
| firefox153 | --- | fixed |
People
(Reporter: fchasen, Assigned: fchasen)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
As bandwidth limit and subscription may change, we should check for changes to the entitlement in the initOnStartupCompleted call. This should only adjust, not remove entitlements incase the call fails.
| Assignee | ||
Comment 1•6 days ago
|
||
IPPSignInWatcher:StateChanged is a better event for this check so we run this after startup changes the sign-in start or there is a reauthentication.
| Assignee | ||
Updated•6 days ago
|
Assignee: nobody → fchasen
| Assignee | ||
Updated•6 days ago
|
Status: NEW → ASSIGNED
| Assignee | ||
Comment 2•6 days ago
|
||
- Forces a refetch on
IPPSignInWatcher:StateChangedevent so entitlement changes (bandwidth limit, subscription) are updated after startup or re-auth. - Preserves previous entitlements if rechecking fails.
Pushed by fchasen@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/591708de1357
https://hg.mozilla.org/integration/autoland/rev/1166978baea1
Update IPP entitlement on sign-in r=ip-protection-reviewers,sstreich
| Assignee | ||
Updated•5 days ago
|
Flags: qe-verify-
Status: ASSIGNED → RESOLVED
Closed: 4 days ago
status-firefox153:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 153 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•