Closed
Bug 1712642
Opened 2 years ago
Closed 2 years ago
Support overriding a backup file that already exists in IOUtils.write
Categories
(Toolkit :: OS.File, defect)
Toolkit
OS.File
Tracking
()
RESOLVED
FIXED
90 Branch
Tracking | Status | |
---|---|---|
firefox-esr78 | --- | unaffected |
firefox88 | --- | unaffected |
firefox89 | --- | unaffected |
firefox90 | --- | fixed |
People
(Reporter: emmamalysz, Assigned: emmamalysz)
References
(Regression)
Details
(Keywords: regression)
Attachments
(1 file)
In Bug 1663707, we introduced an incorrect check here: https://searchfox.org/mozilla-central/rev/16388511162ac6bbf5399e69e500e174a2f3972c/dom/system/IOUtils.cpp#935
We will need to be able to overwrite contents of an existing backup file.
Assignee | ||
Comment 1•2 years ago
|
||
Comment 2•2 years ago
|
||
Set release status flags based on info from the regressing bug 1663707
status-firefox88:
--- → unaffected
status-firefox89:
--- → unaffected
status-firefox90:
--- → affected
status-firefox-esr78:
--- → unaffected
Updated•2 years ago
|
Keywords: regression
Pushed by emalysz@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/6474cb0546bb allow overwrite for WriteMode::Overwrite and WriteMode::Append r=barret
Comment 4•2 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 2 years ago
Resolution: --- → FIXED
Target Milestone: --- → 90 Branch
Updated•2 years ago
|
Has Regression Range: --- → yes
You need to log in
before you can comment on or make changes to this bug.
Description
•