Closed
Bug 1759674
Opened 4 years ago
Closed 4 years ago
Finish cleanup when parent folder does not exist
Categories
(Core :: Storage: localStorage & sessionStorage, task, P3)
Core
Storage: localStorage & sessionStorage
Tracking
()
RESOLVED
FIXED
100 Branch
| Tracking | Status | |
|---|---|---|
| firefox100 | --- | fixed |
People
(Reporter: jari, Assigned: jari)
Details
Attachments
(1 file)
If storage/permanent folder is missing, so many warnings are generated that it is difficult to notice any relevant or new warnings from the xpcshell test output.
It was found that finishing the cleanup early based on the existence of the storage/permanent folder makes the unnecessary warnings go away.
| Assignee | ||
Comment 1•4 years ago
|
||
Updated•4 years ago
|
Attachment #9267815 -
Attachment description: Bug 1759674 - Fix xpcshell warnings using profile with permanent folder. r=#dom-storage-reviewers → Bug 1759674 - Finish recursive cleanup when folder does not exist. r=#dom-storage-reviewers
| Assignee | ||
Updated•4 years ago
|
Summary: Introduce minimal required profile for localstorage xpcshell tests → Finish cleanup when parent folder does not exist
Pushed by jjalkanen@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/f65c2a06beec
Finish recursive cleanup when folder does not exist. r=dom-storage-reviewers,janv
Comment 3•4 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
status-firefox100:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 100 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•