Closed
Bug 1717990
Opened 2 years ago
Closed 2 years ago
QM: Ignore NS_ERROR_ABORT in RecordFirstInitializationAttempt
Categories
(Core :: Storage: Quota Manager, task, P2)
Core
Storage: Quota Manager
Tracking
()
RESOLVED
FIXED
91 Branch
Tracking | Status | |
---|---|---|
firefox91 | --- | fixed |
People
(Reporter: janv, Assigned: janv)
Details
Attachments
(4 files)
If an initialization is cancelled it fails with NS_ERROR_ABORT error code. If it happens to be the first initialization attempt, the initialization is recorded as a failure in telemetry as well. We should rather ignore NS_ERROR_ABORT in RecordFirstInitializationAttempt.
We use NS_ERROR_FAILURE instead of NS_ERROR_ABORT in many places which should be fixed too.
Assignee | ||
Comment 1•2 years ago
|
||
Depends on D118673
Assignee | ||
Comment 2•2 years ago
|
||
Depends on D118675
Assignee | ||
Comment 3•2 years ago
|
||
Depends on D118676
Assignee | ||
Comment 4•2 years ago
|
||
Depends on D118677
Pushed by jvarga@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/8cf07efc49e7 QM: Ignore NS_ERROR_ABORT in RecordFirstInitializationAttempt; r=dom-storage-reviewers,jstutte https://hg.mozilla.org/integration/autoland/rev/68f759c171f2 QM: Convert some NS_ERROR_FAILURE which should have been NS_ERROR_ABORT; r=dom-storage-reviewers,jstutte https://hg.mozilla.org/integration/autoland/rev/e6f061cfca59 LSNG: Convert some NS_ERROR_FAILURE which should have been NS_ERROR_ABORT; r=dom-storage-reviewers,jstutte https://hg.mozilla.org/integration/autoland/rev/74ceabefad3f SDB: Convert some NS_ERROR_FAILURE which should have been NS_ERROR_ABORT; r=dom-storage-reviewers,jstutte
Comment 6•2 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/8cf07efc49e7
https://hg.mozilla.org/mozilla-central/rev/68f759c171f2
https://hg.mozilla.org/mozilla-central/rev/e6f061cfca59
https://hg.mozilla.org/mozilla-central/rev/74ceabefad3f
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
status-firefox91:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 91 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•