Closed
Bug 45939
Opened 26 years ago
Closed 25 years ago
File.remove returns DOES_NOT_EXIST during finalize
Categories
(Core Graveyard :: Installer: XPInstall Engine, defect, P4)
Tracking
(Not tracked)
VERIFIED
FIXED
mozilla0.8.1
People
(Reporter: dveditz, Assigned: dveditz)
Details
(Whiteboard: [xpibug])
Attachments
(1 file)
|
546 bytes,
patch
|
Details | Diff | Splinter Review |
File.remove() should not return DOES_NOT_EXIST during the complete phase if the
file has gone away. Checking during prepare() is OK (it can be argued either
way -- do you make people call File.exists() first to avoid the error or just
do what they mean?) but we must not return anything but truly horrible errors
during performInstall().
| Assignee | ||
Updated•25 years ago
|
Whiteboard: [xpibug]
| Assignee | ||
Updated•25 years ago
|
Priority: P3 → P4
| Assignee | ||
Comment 2•25 years ago
|
||
| Assignee | ||
Updated•25 years ago
|
Target Milestone: mozilla0.9 → mozilla0.8.1
Comment 3•25 years ago
|
||
r=sgehani
Comment 4•25 years ago
|
||
sr=alecf
| Assignee | ||
Comment 5•25 years ago
|
||
fix checked-in 3/13/2001
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Build: 2001-03-15-15-Mtrunk(WIN), 2001-03-15-09-trunk(MAC),
2001-03-15-08-Mtrunk(LINUX)
Looks good to me. Marking Verified.
Status: RESOLVED → VERIFIED
Updated•10 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•