Closed
Bug 1904022
Opened 5 months ago
Closed 4 months ago
Create the check file in the final download folder when checking for executable bits
Categories
(Toolkit :: Downloads API, defect, P2)
Toolkit
Downloads API
Tracking
()
RESOLVED
FIXED
130 Branch
Tracking | Status | |
---|---|---|
firefox130 | --- | fixed |
People
(Reporter: mak, Assigned: mak)
References
Details
Attachments
(1 file)
In Bug 1900521 :yannis found that we are creating a temporary check file in the temp folder, even if the download will normally be created in the final download folder destination.
We know that sometimes the temp folder is unaccessible, and that is indeed causing issues.
We should start by creating this check file in the final destination, but pay attention to browser.download.start_downloads_in_tmp_dir
pref
Assignee | ||
Updated•4 months ago
|
Summary: Create the check file in the final download folder hen checking for executable bits → Create the check file in the final download folder when checking for executable bits
Assignee | ||
Comment 1•4 months ago
|
||
Pushed by mak77@bonardo.net:
https://hg.mozilla.org/integration/autoland/rev/04171f6a7725
Create the check file in the initial download folder when checking for executable bits. r=Gijs
Comment 3•4 months ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 4 months ago
status-firefox130:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 130 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•