Commit Graph

128 Commits

Author SHA1 Message Date
ben%bengoodger.com
e0fd6bd998 add an id to the resizer 2003-12-02 07:38:36 +00:00
ben%bengoodger.com
510d7d8616 Bug 219191 - "My Downloads" and helper app handler removal confirm message text are not localizable. Patch by Steffen Wilberg <steffen.wilberg@web.de> 2003-12-02 02:59:03 +00:00
ben%bengoodger.com
49b9e431b5 Reorganize text in download item to make it fit better, bring back pause button. 2003-12-01 23:09:20 +00:00
ben%bengoodger.com
507fa9100f Fix download progress notifications on MacOS X by using file path rather than persistentDescriptor. persistentDescriptor can't be used on MacOS unless the file exists, and since it's being downloaded it obviously doesn't exist yet. Using path would cause some edge case bugs where the user has devices with identical names mounted, but "alas"... the download manager code was using path already elsewhere, so I'm not really making it any worse, and the download manager needs to work! 2003-12-01 20:25:49 +00:00
ben%bengoodger.com
d3938d09db Show resume link on paused downloads 2003-12-01 19:38:23 +00:00
ben%bengoodger.com
7a2db6b1c0 Fix issue with Retry download in download manager not saving to the same location. 2003-12-01 07:34:57 +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
c3a65c5b8b Show time remaining (forgot to turn this on for some reason) for downloads, make download items shrink properly to avoid horizontal scrollbars. 2003-12-01 00:43:46 +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
bryner%brianryner.com
0a9e5d8588 Fix bustage by removing ^M's 2003-11-29 09:36:33 +00:00
ben%bengoodger.com
c62c2ccb26 hm. see if this works. 2003-11-29 08:09:27 +00:00
scott%scott-macgregor.org
9f164aa99e for now, hide the download manager group box for thunderbird until thunderbird is hooked up to use it. 2003-11-29 05:05:21 +00:00
ben%bengoodger.com
755fe67158 215467, Part I. New Download Manager. 2003-11-27 00:54:33 +00:00
scott%scott-macgregor.org
d535dc3dc9 Fix build bustage. GetFromTypeAndExtension is now getFromTypeAndExtension 2003-11-23 21:28:57 +00:00
chanial%noos.fr
a8a20d2f63 bug 221599 and 225150: remove ununused setter/getter in overrideHandler.js
r=biesi, sr=bz
2003-11-09 21:51:59 +00:00
ben%bengoodger.com
f21e159987 Default application handler values are blank on MacOS X 2003-10-27 21:49:01 +00:00
scott%scott-macgregor.org
15295068d8 remove dos line endings from this file. I don't know why they keep showing up here 2003-10-24 22:19:32 +00:00
ben%bengoodger.com
5caca58d02 MacOS X Firebird Updates:
- bug 222688 (tabbrowser.xml)
- downloads options panel is broken (pref-downloads.js)
2003-10-24 07:43:01 +00:00
ben%bengoodger.com
1779c75488 Tweak to fix some thunderbird problems. 2003-10-09 00:14:31 +00:00
scott%scott-macgregor.org
1134ea7082 Bug #221450 --> Helper App Dlg, Open Radio button always left blank for the birds. Fix by
removing an obsolete API call to getDownloadInfo (Bug #218817).

sr=ben
2003-10-07 06:06:44 +00:00
ben%bengoodger.com
f1357463fd Fix for bugs:
- 219191, 219192 - localize Download Options FE by placing strings in string bundles. Patch by Mike Connor.

- 219222 - use the new about:mozilla screen. patch by Steffen Wilberg.
2003-09-23 19:36:16 +00:00
ben%bengoodger.com
48d15eaedf Fix line spacing 2003-08-27 20:55:48 +00:00
scott%scott-macgregor.org
a74e13944b Bug #217405 --> New helper app dialog causes JS exception for unknown content types
r=ben
2003-08-27 04:45:36 +00:00
scott%scott-macgregor.org
d6c2a3ee34 hide the manage plugins button for thunderbird 2003-08-27 04:41:54 +00:00
scott%scott-macgregor.org
72836811a9 port blake's patch to pref-downloads so it works with his new widget state manager 2003-08-25 23:30:21 +00:00
ben%bengoodger.com
1b1349364b Moving new downloads files (unknown content type handler dialog, preferences dialogs, etc) to new mozapps shared application support directory which will live, for now, in toolkit/. This is so that thunderbird can also use the new downloading options. 2003-08-25 21:46:59 +00:00