Commit Graph

36 Commits

Author SHA1 Message Date
bugzilla%arlen.demon.co.uk
2c4c901bcc Bug 261269 toolkit should treat URIs as UTF-8
Relanding nsDownloadManager.cpp of patch following landing of aviary branch
2004-12-02 00:22:51 +00:00
ben%bengoodger.com
a3b1eda480 Landing the Aviary Branch (Toolkit sections excluding toolkit/content). 2004-11-30 22:54:13 +00:00
ben%bengoodger.com
ff1c535328 attempt at fixing 262478 - remove 'hack' to prevent an unknown problem with helper app launching. also make sure temp file removal never removes directory hierarchies. 2004-10-04 07:07:31 +00:00
cbiesinger%web.de
1d4dec5435 toolkit should treat uris as utf-8
261269 r=bsmedberg
2004-09-25 21:45:12 +00:00
ben%bengoodger.com
8e47d025cb 229062 - clicking the download notification link does not show download manager - make sure download manager impls nsIAlertListener in its QueryInterface method 2004-07-01 02:36:43 +00:00
mconnor%myrealbox.com
b15404b710 firefox part of bug 232691 - replace nsString() nsAutoString() and friends with EmptyC?String(), patch by Charles Fenwick (clf03f@garnet.acns.fsu.edu), r=mconnor 2004-05-23 19:45:17 +00:00
mconnor%myrealbox.com
f6ad7b4ae3 Bug 241611: Possible shutdown crashes due to silliness in nsDownloadManager::Init, port of topcrash fix by biesi in bug 206337, r=bryner 2004-04-27 04:13:20 +00:00
darin%meer.net
9ae1052a56 landing patch for bug 24867 "UI for FTP upload" r=biesi,neil sr=bryner 2004-04-17 00:58:23 +00:00
ben%bengoodger.com
582a418b85 bug 236988 - should show application icons in download manager when the file completes downloading. r=bryner sr=mscott a=asa on the nsIconURI part. make the download manager use proper file:/// URIs in the moz-icon:// uris it generates in response to GetTargets NC:IconURI instead of native paths. Make the download manager refresh the icon once the download is complete and have the icon image in download items always bypass the cache when loading its icon. 2004-03-17 21:23:52 +00:00
ben%bengoodger.com
371d364621 Ensure browser.download.manager.openDelay works when set to 0... 2004-03-04 01:11:54 +00:00
ben%bengoodger.com
fa5ee4eecb More from 230768 - download manager hookup 2004-02-11 03:48:16 +00:00
ben%bengoodger.com
bd5e2240f0 Fix crash on extension installation 2004-01-14 09:13:30 +00:00
ben%bengoodger.com
78fa740a83 Fix crash bug 228986 - crash after installing two extensions after a restart 2003-12-27 00:22:25 +00:00
ben%bengoodger.com
846cdb01d1 Fix - download progress resets to zero momentarily on download items when a new download begins
- Downloads window displays "0%" in the title bar progress briefly after a download completes.
2003-12-21 02:54:48 +00:00
ben%bengoodger.com
ce59baa662 "Clear downloads when Firebird Exits" does not work if there are no in-progress downloads 2003-12-18 23:40:54 +00:00
ben%bengoodger.com
69246e3c9c DAMNIT DAMNIT DAMNIT.
This one caused fb to crash on me while I was attempting to save my Dell system purchase receipt -_-.
Fix crash in download manager when saving images, links or pages.
2003-12-16 00:03:12 +00:00
ben%bengoodger.com
ca7f886932 Fix problem with downloads to helper apps creating "stuck" downloads in "Starting..." state. 2003-12-12 23:00:58 +00:00
ben%bengoodger.com
0744cb38c9 More on the XPInstallUI bug... 2003-12-11 07:03:44 +00:00
bryner%brianryner.com
4bf82a70b0 Remove extra semicolon causing gcc 3.4 bustage 2003-12-11 01:37:22 +00:00
ben%bengoodger.com
8b6386c7d9 Fix crash when cancelling an install download via quitting the app. 2003-12-11 01:05:29 +00:00
ben%bengoodger.com
cde28321b3 214260 - Getting even closer... 2003-12-11 00:41:00 +00:00
ben%bengoodger.com
3e99687e1c 214260 - XPInstall UI... not done just yet but getting closer. 2003-12-10 21:59:41 +00:00
ben%bengoodger.com
b5e0adcf2e More changes for 214260... place xpinstall progress listener in download manager service so that it doesn't get killed when the manager window closes. 2003-12-09 05:55:09 +00:00
ben%bengoodger.com
8c77970ec2 First part of bug 214260 work... teaching the download manager about XPInstall downloads, and providing an updated XPInstall confirmation dialog. 2003-12-08 08:05:15 +00:00
ben%bengoodger.com
23295958bc Also remove from the makefile 2003-12-04 04:28:22 +00:00
ben%bengoodger.com
0127e17b4e Remove unneeded file 2003-12-04 04:28:07 +00:00
ben%bengoodger.com
3004a45f6d 227030 - 2 cancel verbs in cancel download dialog warning. 2003-12-03 06:26:07 +00:00
ben%bengoodger.com
af26f30e24 Make the download manager watch for go-offline requests and confirm download cancelation in this case. 2003-12-02 00:59:58 +00:00
ben%bengoodger.com
5ccac856fe Ensure that window closing that would cause the app to quit goes through the same codepath as an actual application quit. (The bug was that you would get the download cancel confirmation prompt when shutting down via File->Exit, but not when you closed all windows) 2003-12-01 05:40:41 +00:00
ben%bengoodger.com
079f51fc95 Don't show the biff notification if the download completed quickly (e.g. for saving things from cache, such as images) 2003-12-01 03:49:01 +00:00
ben%bengoodger.com
b2aebbf794 Show an error if the user tries to open or show a download file that does not exist. 2003-12-01 01:54:25 +00:00
ben%bengoodger.com
f019aaac8e Fix long lockup when hitting Cleanup button with a large number of removable downloads. (Use datasource batching) 2003-12-01 00:08:40 +00:00
ben%bengoodger.com
033b4bb577 actually... just be more careful about when we call ValidateDownloadsContainer 2003-11-30 00:31:46 +00:00
ben%bengoodger.com
f0235e535d ensure we use batch processing in ValidateDownloadsContainer 2003-11-30 00:30:30 +00:00
ben%bengoodger.com
8f835653f7 Fix 227006 - crash after saving image... also make dlmgr window delay parameterizable, and rename some preferences 2003-11-30 00:02:48 +00:00
ben%bengoodger.com
755fe67158 215467, Part I. New Download Manager. 2003-11-27 00:54:33 +00:00