Closed
Bug 1693737
Opened 4 years ago
Closed 4 years ago
Add CallWithDelayedRetriesIfAccessDenied helper method
Categories
(Core :: Storage: Quota Manager, task, P2)
Core
Storage: Quota Manager
Tracking
()
RESOLVED
FIXED
87 Branch
| Tracking | Status | |
|---|---|---|
| firefox87 | --- | fixed |
People
(Reporter: janv, Assigned: janv)
Details
Attachments
(1 file)
Removing or renaming of directories sometimes doesn't succeed at first try on Windows due to interference with viruses or anti-viruses. It seems the only solution is to retry the operation multiple times. This bug is about adding a general helper method for this purpose.
| Assignee | ||
Comment 1•4 years ago
|
||
Depends on D105731
Updated•4 years ago
|
Attachment #9204146 -
Attachment description: Bug 1693737 - Add CallWithDelayedRetries helper method; r=#dom-storage → Bug 1693737 - Add CallWithDelayedRetriesIfAccessDenied helper method; r=#dom-storage
| Assignee | ||
Updated•4 years ago
|
Summary: Add CallWithDelayedRetries helper method → Add CallWithDelayedRetriesIfAccessDenied helper method
Pushed by jvarga@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/f90b95cab4ef
Add CallWithDelayedRetriesIfAccessDenied helper method; r=dom-storage-reviewers,sg
Comment 3•4 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
status-firefox87:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 87 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•