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

153 Коммитов

Автор SHA1 Сообщение Дата
gavin%gavinsharp.com 11300ce587 Bug 323989: replace "open containing folder" with "show in finder" on mac, r=mconnor 2006-01-19 09:34:59 +00:00
joshmoz%gmail.com f00cefc089 Avoid crashing on Mac OS X by not allowing the download window to autoclose if the user has interacted with the properties dialog. It shouldn't autoclose after having significant user interaction, so this sort of fixes two bugs. b=321914 r=mento sr=mconnor 2006-01-09 20:36:45 +00:00
dbaron%dbaron.org 4707ddb5aa Fix leaks caused by cyclical ownership and XPCOM timers. b=315951 r=mconnor 2005-12-28 00:33:23 +00:00
gavin%gavinsharp.com 1f11edb2f3 Bug 314647: remove onDownloadShowOptions, it's unused and browser specific, r=mconnor 2005-11-02 06:03:07 +00:00
gavin%gavinsharp.com 8f3434a2c2 Bug 294827: "dialog has no properties" error in the JavaScript console after closing download attachment dialog, patch by Dorando <bugzilla-mozilla@dorando.at>, r=mconnor 2005-09-17 21:31:51 +00:00
doronr%us.ibm.com f8ad8c3f24 bug 306522 - richlistbox needs to use template listeners. r=mano 2005-09-02 21:03:16 +00:00
aaronleventhal%moonset.net 61ae9e722d Backing out bug 305667 and reopening it. Item selection disappearing in <richlistbox> when no file naming dialog is used before download manager appears for a save. Patch by Doron Rosenber. r=mconnor, a=asa 2005-08-27 13:12:04 +00:00
doronr%us.ibm.com 11bd6bff69 Bug 305667 - Download manager inaccessible after download started with alt+click/alt+enter or context menu save as. r=mconnor 2005-08-25 18:18:16 +00:00
gavin%gavinsharp.com 06d66d8405 Bug 243324: Download manager fails to close with files that download very quickly (small files / cached files), patch by Ben Basson <cusser.bugs@cusser.net>, r=mconnor 2005-08-16 12:06:07 +00:00
gavin%gavinsharp.com 1eb6d37d4b Bug 303254: Invalid access key for "Save to disk" in unknownContentType.xul, patch by Adam Guthrie <ispiked@gmail.com>, r+a=bsmedberg 2005-08-10 13:47:05 +00:00
gavin%gavinsharp.com b861077cd6 Bug 301955 : Add entities for changing DM height and width, patch by Pavel Franc - Pawell (Czilla.cz) <p.franc@gmail.com>, r+a=bsmedberg 2005-08-07 09:02:11 +00:00
gavin%gavinsharp.com a2cf1d0806 Bug 270557 : downloads fail silently if the default download path is invalid, e.g. leads to a removed drive, patch by Son Le <son.le0@gmail.com>, r+a=mconnor 2005-08-05 06:37:10 +00:00
aaronleventhal%moonset.net 73c6837503 Bug 281932. Fix a11y problems in print preview. Also create tabbable <toolbarbutton>s via toolbar button class=tabbable. r=mconnor, a=mconnor 2005-07-31 15:34:57 +00:00
aaronleventhal%moonset.net efb0f5b86e Bug 301435. Focus breaks when item removed from download manager. Patch by Doron Rosenberg. r+a=mconnor 2005-07-25 22:21:31 +00:00
aaronleventhal%moonset.net be531d3dfc Bug 301398. Another round of link fixes. Now we're down to 2 link implementations. r+a=mconnor 2005-07-25 19:23:12 +00:00
mconnor%steelgryphon.com 41123c3976 bug 284089 - ask every time pref is ignored, Anbo Motohiko <amotohiko_mozillafirebird@yahoo.co.jp>, r=me, a=bsmedberg 2005-06-30 21:30:49 +00:00
mozilla.mano%sent.com 0545d3f114 Bug 294759 - port various contentAreaUtils fixes ('Save As', etc.) to the toolkit version. r=mconnor, a=bsmedberg. 2005-06-28 14:41:11 +00:00
doronr%us.ibm.com 148f27f947 Bug 285584 - Make download & extension manager use accessible XBL widget. r=mconnor,a=bsmedberg 2005-06-17 18:11:02 +00:00
db48x%yahoo.com e475909d23 bug 296662: Javascript strict warnings in preferences dialog
patch by Henrik Skupin <hskupin@gmail.com>, r=bsmedberg, a=asa
2005-06-14 10:19:34 +00:00
timeless%mozdev.org c82717ed9a Bug 231048 download manager poorly renames existing files by incrementing number suffix
patch by ted.mielczarek@gmail.com r=mconnor a=shaver
2005-06-01 13:07:33 +00:00
timeless%mozdev.org df08dccdc8 Bug 291064 Helper app dialog incomplete for non-nsStandardURL types
patch by gavin.sharp@gmail.com r=mconnor a=asa
2005-04-20 22:07:45 +00:00
cbiesinger%web.de 33e7cc8025 Bug 289842 Make nsIHelperAppLauncher inherit from nsICancelable
r=bz sr=darin a=asa
2005-04-15 19:41:07 +00:00
timeless%mozdev.org 74baeb2939 Bug 276378 [BeOS] Download-prefs / Downloadmanager returns path to Home as Desktop
patch by Niels.Reedijk@gmail.com r=bsmedberg a=asa
2005-04-12 15:55:49 +00:00
cbiesinger%web.de f0b358248f 228968 r=bz sr=darin
- add a new nsIWebProgressListener2 interface, inheriting from
  nsIWebProgressListener, providing a 64-bit onProgressChange method
- make nsITransfer inherit from that interface, and remove an unused
  progressListener attribute
- make webbrowserpersist support listeners that implement
  nsIWebProgressListener2, and give them 64-bit progress values
- make nsIHelperAppLauncher's listener setWebProgressListener function take an
  nsIWebProgressListener2 interface

And fix up all implementations according to that.
2005-04-05 23:24:23 +00:00
mozilla.mano%sent.com 11024c684d Bug 265934 - Clicking 'Desktop' in Download Manager shows wrong folder. patch from O. Atsushi (Torisugari) <torisugari@gmail.com>, r=mconnor 2005-04-03 15:48:30 +00:00
steffen.wilberg%web.de 48b20f11b3 Bug 222157: move contentAreaUtils.js from browser to toolkit because it's needed by ViewSource-SaveAs and Thunderbird (which still uses the xpfe version of that file). r=mconnor, cvs move by chase 2005-03-24 08:49:46 +00:00
gandalf%firefox.pl bab9cbf69e Bug 245829: update download manager title bar when number of active downloads changes; r=mconnor 2005-03-21 16:18:25 +00:00
gandalf%firefox.pl 529a3d9097 Bug 231361: download manager doesn't show downloaded filesize after 1MB if the filesize is "unknown"; p=bisi@pikslar.com, r=ben 2005-03-14 17:48:14 +00:00
cbiesinger%web.de 850f3954ab Bug 285517 show better message in helper app dialog when the type was sniffed from text/plain
r=bz sr=darin
2005-03-13 17:03:44 +00:00
dbaron%dbaron.org 0e563459d4 Add missing removeObserver call to fix leak. b=285910 r=mconnor 2005-03-13 05:23:16 +00:00
gandalf%firefox.pl a3e8c2b87d bug 245829: Download manager progress and title do not update correctly, wrong number of files and percentage after finishing or cancelling a download; r=mconnor 2005-03-11 02:10:54 +00:00
scott%scott-macgregor.org fb6cf9393d Bug #285158 --> Move shared pref UI files from mozilla\browser to mozilla\toolkit\mozapps so Firefox and Thunderbird can share the files together.
No actual coding or UI changes here.

sr=ben
2005-03-10 23:11:10 +00:00
bsmedberg%covad.net e75d55a075 From bug 282057 - brand.dtd now lives in chrome://branding/locale/brand.dtd 2005-03-10 18:44:11 +00:00
bsmedberg%covad.net 3219ac4125 Bug 282057 - brand.dtd/properties live in the wrong chrome package... xulrunner apps cannot provide these files, which means they can't use various toolkit features r=darin moa=Neil (seamonkey) 2005-03-10 04:38:35 +00:00
bzbarsky%mit.edu 3dfdb1e62b Fix code that incorrectly constructs URIs. Bug 278773, patch by Gavin Sharp
<gavin.sharp@gmail.com>, r=darin
2005-03-10 03:52:49 +00:00
doronr%us.ibm.com 7f0bc16bc2 access bug 256243 - Unabled to remove downloads / navigate downloads dialog mouseless. r=ben 2005-03-09 23:30:21 +00:00
roc+%cs.cmu.edu f1864a6023 Bug 241245. Use 'Desk' as a cross-platform way to get to the Desktop directory, now that it's supported on all platforms. Also, clean up the JS to always use 'Downloads' as the key to get the Downloads directory in getSpecialFolderKey. r=mconnor 2005-03-06 21:24:35 +00:00
marco%gnome.org 982b1ea88d 233461 specify icons for dialogs button
Hook up gnome icons in gnomestripe
r=mconnor
2005-03-02 10:53:06 +00:00
bsmedberg%covad.net 361daac936 Bug 281414 - global s/nsIPrefBranchInternal/nsIPrefBranch2/ rs=darin (did not change backwards-compatible code in extensions/irc extensions/venkman or extensions/inspector) 2005-02-25 20:46:35 +00:00
ben%bengoodger.com 5a79023d0a 282872 - downloads dialog OK must be clicked twice to start download 2005-02-20 21:51:30 +00:00
ben%bengoodger.com 75b55b15cf 260560 - download and security dialogs can be "spoofed" by opening an identically sized dialog over the top of them that only shows the OK/Accept buttons. Disable the accept buttons when the window is blurred. r=dveditz, a=drivers 2005-02-19 21:03:00 +00:00
bzbarsky%mit.edu c0a59befc5 Convert internal users of -moz-opacity to just use opacity. Bug 281907, patch
by Anne van Kesteren <bug@annevankesteren.nl>, r+sr=bzbarsky
2005-02-18 16:33:02 +00:00
dveditz%cruzio.com e031020299 bug 275417 crop on the left to prevent spoofing file extension and source. r=ben 2005-02-18 12:12:19 +00:00
gerv%gerv.net 93180ced26 Bug 236613: change to MPL/LGPL/GPL tri-license. 2005-02-01 17:07:35 +00:00
bugzilla%arlen.demon.co.uk 968c1326e2 Bug 260741 Wrong download file size in MB is reported
p=gavin.sharp@gmail.com r=mconnor
2005-01-03 00:59:03 +00:00
aaronleventhal%moonset.net a760a6bb8f Bug 255855. Fix unselected radio button in helper app dialog. r=mconnor 2004-12-23 15:44:36 +00:00
steffen.wilberg%web.de 25e2122285 remove the unused nsHelperAppDlg.js because it is confused with nsHelperAppDlg.js.in all the time 2004-12-22 09:48:26 +00:00
db48x%yahoo.com 16bf0830c2 bug 239006: Download manager doesn't account for filesize when presenting combined percentages
patch by Zbigniew Braniecki <gandalf@firefox.pl>, r=cbiesinger, sr=darin
2004-12-18 04:06:51 +00:00
bugzilla%arlen.demon.co.uk a415c7ea01 Backing out bug 240696 again following aviary branch landing 2004-12-05 21:02:04 +00:00
dbaron%dbaron.org d94716da9b Merge cvs removes from aviary branch (in browser and toolkit directories) to the trunk. 2004-12-02 02:46:06 +00:00