Closed
Bug 1840772
Opened 2 years ago
Closed 2 years ago
Merge ClearPrivateRepositoryOp and ClearPrivateBrowsingOp
Categories
(Core :: Storage: Quota Manager, task, P2)
Core
Storage: Quota Manager
Tracking
()
RESOLVED
FIXED
117 Branch
| Tracking | Status | |
|---|---|---|
| firefox117 | --- | fixed |
People
(Reporter: janv, Assigned: janv)
Details
Attachments
(1 file)
These classes are currently almost identical, the only difference is that they inherit from different base classes. One is resolvable using MozPromise, the other is intended for IPC. We should create a new IPC message with async response which will internally use the existing resolvable (MozPromise based) op.
| Assignee | ||
Comment 1•2 years ago
|
||
Depends on D182307
| Assignee | ||
Comment 2•2 years ago
|
||
Pushed by jvarga@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/e7e264aaa672
Merge ClearPrivateRepositoryOp and ClearPrivateBrowsingOp; r=dom-storage-reviewers,asuth
Comment 4•2 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
status-firefox117:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 117 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•