Closed
Bug 1659689
Opened 4 years ago
Closed 4 years ago
QM: Change return type of IsLocalStorageArchiveInitialized, LoadLocalStorageArchiveVersion and LoadCacheVersion to Result<V, E>
Categories
(Core :: Storage: Quota Manager, task, P2)
Core
Storage: Quota Manager
Tracking
()
RESOLVED
FIXED
81 Branch
Tracking | Status | |
---|---|---|
firefox81 | --- | fixed |
People
(Reporter: janv, Assigned: janv)
Details
Attachments
(3 files)
No description provided.
Assignee | ||
Comment 1•4 years ago
|
||
Depends on D87426
Assignee | ||
Comment 2•4 years ago
|
||
Depends on D87428
Assignee | ||
Comment 3•4 years ago
|
||
Depends on D87429
Pushed by jvarga@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/739876c4cf0d
QM: Change return type of IsLocalStorageArchiveInitialized to Result<bool, nsresult>; r=dom-workers-and-storage-reviewers,ttung
https://hg.mozilla.org/integration/autoland/rev/77758386ad91
QM: Change return type of LoadLocalStorageArchiveVersion to Result<int32_t, nsresult>; r=dom-workers-and-storage-reviewers,ttung
https://hg.mozilla.org/integration/autoland/rev/92846d96b3f8
QM: Change return type of LoadCacheVersion to Result<int32_t, nsresult>; r=dom-workers-and-storage-reviewers,ttung
Comment 5•4 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/739876c4cf0d
https://hg.mozilla.org/mozilla-central/rev/77758386ad91
https://hg.mozilla.org/mozilla-central/rev/92846d96b3f8
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
status-firefox81:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 81 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•