Граф коммитов

655 Коммитов

Автор SHA1 Сообщение Дата
ben%bengoodger.com fdbbb54738 New uninstaller Icon 2003-12-03 06:47:45 +00:00
ben%bengoodger.com 55b10e74d5 227030 - 2 cancel verbs in cancel download dialog warning. 2003-12-03 06:26:07 +00:00
jshin%mailaps.org 8d23ecdb94 bug 224546 : Change Win 'Regional Settings' -> lose button functions & text (r=smontagu, sr=dbaron, a=asa) 2003-12-03 06:07:13 +00:00
ben%bengoodger.com b2ea671f23 Correct license in files. 2003-12-03 05:38:16 +00:00
dbaron%dbaron.org f35f2c3708 Separate locale version from Mozilla version so we do not have to bump locale version for every release. b=226377 r=kairo, bsmedberg sr=ben a=asa 2003-12-02 23:22:11 +00:00
ben%bengoodger.com 626fc5c1f2 Fix 227250 - incorrect accesskey underlined on "Options" button. Also, hook up some accelerator keys. 2003-12-02 21:52:22 +00:00
ben%bengoodger.com 579d91e1c3 add an id to the resizer 2003-12-02 07:38:36 +00:00
ben%bengoodger.com 96d39e7542 bug 225014 - firebird installer welcome page background image tiles too soon. 2003-12-02 04:17:07 +00:00
ben%bengoodger.com ba1a831097 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 729f8f72f1 bug 214266 - check the "Wrap" checkbox in the find dialog by default. 2003-12-02 02:47:08 +00:00
ben%bengoodger.com c6f4e3fad4 Fix 199819 - setting browser.formfill.enable to false doesn't prevent form fill from saving data entered in web forms, it only disables the autocomplete popup. 2003-12-02 02:37:59 +00:00
ben%bengoodger.com 27f426948c 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 158e0ef0d4 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 b646f35190 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 7af6534742 Show resume link on paused downloads 2003-12-01 19:38:23 +00:00
ben%bengoodger.com cf82a7e7de 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 46255ce9ff 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 af71252d5c 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 b8004d16de 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 e2e1fe9307 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 d2e9a8cbe0 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 d9a4ab9a35 actually... just be more careful about when we call ValidateDownloadsContainer 2003-11-30 00:31:46 +00:00
ben%bengoodger.com 0d8dbc7af8 ensure we use batch processing in ValidateDownloadsContainer 2003-11-30 00:30:30 +00:00
ben%bengoodger.com e3836be815 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 f0c7bd84b6 Fix bustage by removing ^M's 2003-11-29 09:36:33 +00:00
ben%bengoodger.com b82e74f354 hm. see if this works. 2003-11-29 08:09:27 +00:00
scott%scott-macgregor.org c730ab7888 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 c369a64336 215467, Part I. New Download Manager. 2003-11-27 00:54:33 +00:00
bryner%brianryner.com bb11ffd2ba Bug 226496 - mac scrollbar corner should be white. r=pinkerton, sr=roc, a=asa. 2003-11-26 22:16:56 +00:00
scott%scott-macgregor.org 2da9efa58f Bug #226759 --> thunderbird should build toolkit\components\printing to get the right printing UI for page setup. 2003-11-26 00:59:53 +00:00
scott%scott-macgregor.org 380e347efc Fix build bustage. GetFromTypeAndExtension is now getFromTypeAndExtension 2003-11-23 21:28:57 +00:00
webmail%kmgerich.com 0b1339f7cf Mac skin cleanup, changed "//folder.png" to "/folder.png", line 270 2003-11-23 14:30:31 +00:00
bryner%brianryner.com 237bc68668 Bug 30579. Add a skinnable 'scrollcorner' element to fill in the gap when there are two scrollbars. Porting this patch for firebird/thunderbird. 2003-11-22 07:08:26 +00:00
chanial%noos.fr 554f49e22a fix left over 2003-11-21 07:01:07 +00:00
chanial%noos.fr d36552fc2e Hook up the "find in page" functionality in the toolkit, by adding the methods find(), findAgain() and findPrevious() and the property canFindAgain to the widgets browser.xml and tabbrowser.xml. Fixes bug 184741, 187059, 225530 and half of the long standing bug 222157. 2003-11-20 09:48:16 +00:00
chanial%noos.fr 135dbbba73 don't want to convert EOL for now 2003-11-20 05:23:38 +00:00
chanial%noos.fr 503a1ea4c2 convert chrome://global/content/widgets to chrome://global/content/bindings 2003-11-20 05:14:08 +00:00
chanial%noos.fr dd9545b5b9 missed a file, thx to Steffen for the patch. Also, remove trailing spaces 2003-11-17 01:46:46 +00:00
chanial%noos.fr 8d2ed75912 fix leftover noted by Steffen 2003-11-15 23:41:42 +00:00
bryner%brianryner.com a151276cc1 fixing typo 2003-11-15 20:59:54 +00:00
chanial%noos.fr 0fd7b098a8 MacOS X doesn't like manifest files that mix lines with and without a specified location. 2003-11-15 20:14:00 +00:00
chanial%noos.fr d0f6472eb2 distclean removal of buildconfig.html 2003-11-15 19:48:41 +00:00
chanial%noos.fr c8b649038c move build.dtd handling in toolkit/locale 2003-11-15 19:43:56 +00:00
chanial%noos.fr 0bddc6e1ef move the buildconfig.html handling in toolkit/content 2003-11-15 19:33:35 +00:00
chanial%noos.fr df47779d5a studying Mac bustage 2003-11-15 19:03:00 +00:00
chanial%noos.fr ad8a091e4e fixing bustage 2003-11-15 08:29:09 +00:00
chanial%noos.fr e6cab90673 move the i18n part of browser.properties into the toolkit (intl.properties)
Even if the platform dependent files intl.properties are identical for en-US, I think it's a good idea to keep them in seperate directories, to not mislead localizers.
2003-11-15 08:26:10 +00:00
chanial%noos.fr 4a552b14fe split the top-level toolkit manifest file into content/jar.mn, locale/jar.mn and obsolete/jar.mn so that we no longer have to repackage everything every time we modify one of these three subdirectories. 2003-11-15 07:43:50 +00:00
chanial%noos.fr 672afb6fbe some simplifications on how we hide the unrequested buttons 2003-11-15 07:31:01 +00:00
bryner%brianryner.com 661e009a90 Fix toolkit tracemalloc bustage, patch by swalker. 2003-11-14 23:55:41 +00:00