Closed
Bug 1796085
Opened 2 years ago
Closed 2 years ago
Rename BackgroundTask_purgeHTTPCache to removeDirectory
Categories
(Core :: Networking: Cache, task)
Core
Networking: Cache
Tracking
()
RESOLVED
FIXED
108 Branch
Tracking | Status | |
---|---|---|
firefox108 | --- | fixed |
People
(Reporter: saschanaz, Assigned: saschanaz)
References
Details
Attachments
(2 files)
As an effort to make it generic.
Assignee | ||
Comment 1•2 years ago
|
||
There are 10+ separate macro definition for this, we can do it globally instead.
Assignee | ||
Comment 2•2 years ago
|
||
This background task currently is generic enough that it can be reused for other components, namely QuotaCleaner in the child patches. Renaming makes it clear that it's generic.
Pushed by krosylight@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/21989a627b97
Part 1: Define MOZ_BACKGROUNDTASKS macro globally r=smaug,necko-reviewers,application-update-reviewers,nalexander,valentin
https://hg.mozilla.org/integration/autoland/rev/478d1c530c66
Part 2: Rename _purgeHTTPCache as _removeDirectory r=valentin,necko-reviewers
Comment 4•2 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/21989a627b97
https://hg.mozilla.org/mozilla-central/rev/478d1c530c66
Status: NEW → RESOLVED
Closed: 2 years ago
status-firefox108:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 108 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•