Open
Bug 1561559
Opened 4 years ago
Updated 3 years ago
Figure out why there are temporary body files on unexpected directory
Categories
(Core :: DOM: Service Workers, defect, P3)
Core
DOM: Service Workers
Tracking
()
NEW
People
(Reporter: tt, Unassigned)
References
Details
Bugs and telemetry data show that temporary body files exist in origin directories, and idb directories (should only be under $origin/cache/morgue/). I wonder if there is a bug on DOM Cache.
Comment 1•4 years ago
|
||
I would probably check all the places in DOM cache implementation that call EnsureOriginIsInitialized or GetOriginDirectory. Maybe the returned nsIFile is used directly (without appending additional path to it).
Reporter | ||
Comment 2•4 years ago
|
||
Note that the body files on the unexpected directories I've seen are all in temporary format. ({$UUID}.tmp; Once the operation finish its work, the body file will be renamed to {$UUID}.final). I'm so sure if that matter, but that might reduce the scope for investigating.
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•