Closed
Bug 282989
Opened 20 years ago
Closed 15 years ago
spawn downloading of xpis on another thread
Categories
(SeaMonkey :: Installer, enhancement)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: ajschult784, Assigned: ajschult784)
Details
The linux installer is currently single-threaded. This works fine, but the GUI is slow to respond while downloading and if the network is slow or times out, the stub installer seems to actually hang (see bug 272633). The most straightforward solution is to make the perform the download on a different thread and let the GUI thread repaint the window as needed and respond to user events (cancel/pause, etc). I have a working patch. I'll kick the tires a bit more and attach it.
Updated•19 years ago
|
QA Contact: bugzilla → general
Comment 1•15 years ago
|
||
MASS-CHANGE: This bug report is registered in the SeaMonkey product, but has been without a comment since the inception of the SeaMonkey project. This means that it was logged against the old Mozilla suite and we cannot determine that it's still valid for the current SeaMonkey suite. Because of this, we are setting it to an UNCONFIRMED state. If you can confirm that this report still applies to current SeaMonkey 2.x nightly builds, please set it back to the NEW state along with a comment on how you reproduced it on what Build ID, or if it's an enhancement request, why it's still worth implementing and in what way. If you can confirm that the report doesn't apply to current SeaMonkey 2.x nightly builds, please set it to the appropriate RESOLVED state (WORKSFORME, INVALID, WONTFIX, or similar). If no action happens within the next few months, we move this bug report to an EXPIRED state. Query tag for this change: mass-UNCONFIRM-20090614
Status: NEW → UNCONFIRMED
| Assignee | ||
Comment 2•15 years ago
|
||
installer is dead
Status: UNCONFIRMED → RESOLVED
Closed: 15 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•