Closed
Bug 47886
Opened 25 years ago
Closed 25 years ago
Integrate ftp lib to prevent Linux installer crash
Categories
(SeaMonkey :: Installer, defect, P3)
Tracking
(Not tracked)
VERIFIED
FIXED
M18
People
(Reporter: samir_bugzilla, Assigned: samir_bugzilla)
Details
(Keywords: crash, Whiteboard: [nsbeta3+] ETA: 09/13)
1> The download progress meter should change to indeterminate with timeouts to
update it periodically.
2> The upper progress label should show the zippy number of the total being
downloaded: e.g., "Downloading Mail & News (4 of 12)...", given that the upper
progress meter will now be indeterminate.
Assignee | ||
Comment 1•25 years ago
|
||
Per discussion with dveditz, marking nsbeta3+.
Assignee | ||
Updated•25 years ago
|
Target Milestone: --- → M18
Assignee | ||
Comment 3•25 years ago
|
||
We can't do item 1 unless we thread since we invoke ftp using the synchronous
system() call. We had decided to to drop the thread dependency. This
dependency coupled with the need for more granular feedback and the need to
remove the dependency on shells (stdout/stderr redirect issues) means we should
resolve this issue by integrating an ftp library instead of using timeouts with
threading during download. Changing summary to reflect the same.
Summary: Better user feedback in Linux installer → Better user feedback in Linux installer: integrate ftp lib
Assignee | ||
Comment 4•25 years ago
|
||
See bug 47921 for other justifications begging that we integrate an ftp library.
Assignee | ||
Updated•25 years ago
|
Summary: Better user feedback in Linux installer: integrate ftp lib → Integrate ftp lib to prevent Linux installer crash
Assignee | ||
Comment 5•25 years ago
|
||
Preliminary cut of |nsFTPConn| completed.
Assignee | ||
Comment 6•25 years ago
|
||
Fix ready. Awaiting review.
Assignee | ||
Comment 7•25 years ago
|
||
Fix checked in.
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 8•25 years ago
|
||
Still need to cover passive ftp support.
Assignee | ||
Comment 10•25 years ago
|
||
Using this bug to track passive mode support since that is part of the ftp impl.
We need passive support since there is a siginificant group of users that will
be downloading from behind a firewall. Reopening.
Status: VERIFIED → REOPENED
Resolution: FIXED → ---
Assignee | ||
Updated•25 years ago
|
Status: REOPENED → ASSIGNED
Assignee | ||
Updated•25 years ago
|
Whiteboard: [nsbeta3+] → [nsbeta3+] ETA: 09/13
Assignee | ||
Comment 11•25 years ago
|
||
Passive support completed. Tested against sweetlou optimized zippies. Awaiting
review.
Assignee | ||
Comment 12•25 years ago
|
||
Fix checked in. Needs to be tested against ftpN.netscape.com where N > 8.
QA, feel free to contact me for verification if you have questions.
Status: ASSIGNED → RESOLVED
Closed: 25 years ago → 25 years ago
Resolution: --- → FIXED
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•