Find better naming for mozilla::dom::cache::QuotaInfo vs. mozilla::dom::quota::QuotaInfo
Categories
(Core :: Storage: Cache API, task)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox96 | --- | fixed |
People
(Reporter: sg, Assigned: hxu)
Details
Attachments
(3 files)
In both mozilla::dom::cache and mozilla::dom::quota, we have types called QuotaInfo, where the former subclasses the latter. The naming is quite generic, and probably at least one of the classes should be renamed.
Comment 1•4 years ago
|
||
There's no mozilla::dom::quota::QuotaInfo anymore, it's been renamed to mozilla::dom::quota::OriginMetadata.
However the one in cache should be renamed still I think and the inheritance can be changed from OriginMetadata to ClientMetadata.
| Assignee | ||
Updated•4 years ago
|
| Assignee | ||
Comment 2•4 years ago
|
||
Updated•4 years ago
|
| Assignee | ||
Comment 3•4 years ago
|
||
Depends on D125583
| Assignee | ||
Updated•4 years ago
|
| Assignee | ||
Comment 4•4 years ago
|
||
Depends on D126056
Updated•4 years ago
|
Updated•4 years ago
|
Comment 6•4 years ago
|
||
Backed out for causing Bp-hybrid build bustages.
Backout link: https://hg.mozilla.org/integration/autoland/rev/474fe4e3dd2462465d5c86a46a915ff0ccb6285b
Failure log: https://treeherder.mozilla.org/logviewer?job_id=358992437&repo=autoland&lineNumber=80893
Comment 8•4 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/efab0b5de6f8
https://hg.mozilla.org/mozilla-central/rev/babad44d2c1f
https://hg.mozilla.org/mozilla-central/rev/5994ceff9c9a
Description
•