gavin%gavinsharp.com
d99c133ca6
Bug 314647: remove onDownloadShowOptions, it's unused and browser specific, r=mconnor
2005-11-02 06:03:07 +00:00
gavin%gavinsharp.com
305ce3edbb
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
624be06f12
bug 306522 - richlistbox needs to use template listeners. r=mano
2005-09-02 21:03:16 +00:00
aaronleventhal%moonset.net
af8e1e31b4
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
23d47822d8
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
4a443fd242
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
24ba5805f0
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
ce7161b677
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
eaa495635e
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
2b423c88c0
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
b74432a727
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
aebfbc785b
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
410c5afbe8
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
95369b9b14
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
eeff828418
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
3c2553f425
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
15365152a0
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
682147f8c8
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
44c27eb6f1
Bug 289842 Make nsIHelperAppLauncher inherit from nsICancelable
...
r=bz sr=darin a=asa
2005-04-15 19:41:07 +00:00
timeless%mozdev.org
8b1d8b4156
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
6c453d00e6
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
7ec445e62f
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
53cd8250a8
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
a4bd42ed81
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
d53f4f300f
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
bf94a50628
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
f03c5a8f1d
Add missing removeObserver call to fix leak. b=285910 r=mconnor
2005-03-13 05:23:16 +00:00
gandalf%firefox.pl
26524546bd
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
1d6ce30db1
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
eef6b7396f
From bug 282057 - brand.dtd now lives in chrome://branding/locale/brand.dtd
2005-03-10 18:44:11 +00:00
bsmedberg%covad.net
ab0810ddac
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
c6a3ed4cdd
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
8e3375a503
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
37524d172e
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
52f82b7eb5
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
4b68fa447a
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
a49b06f275
282872 - downloads dialog OK must be clicked twice to start download
2005-02-20 21:51:30 +00:00
ben%bengoodger.com
93ab41c8c4
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
ea86762fe5
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
21df2d05ac
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
646bb0c2b8
Bug 236613: change to MPL/LGPL/GPL tri-license.
2005-02-01 17:07:35 +00:00
bugzilla%arlen.demon.co.uk
5f4c16fd3d
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
bda8ecd900
Bug 255855. Fix unselected radio button in helper app dialog. r=mconnor
2004-12-23 15:44:36 +00:00
steffen.wilberg%web.de
af3a4a94ce
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
e0a0119bc1
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
a9eda77f4d
Backing out bug 240696 again following aviary branch landing
2004-12-05 21:02:04 +00:00
dbaron%dbaron.org
12f74c80f3
Merge cvs removes from aviary branch (in browser and toolkit directories) to the trunk.
2004-12-02 02:46:06 +00:00
bugzilla%arlen.demon.co.uk
1548dda904
Bug 239394 nsIMIMEInfo should use interCaps for functions and attributes
...
Relanding relevant parts of patch following aviary branch landing
2004-12-01 23:59:15 +00:00
bugzilla%arlen.demon.co.uk
50eb9d62f0
Bug 264102 Chrome should use document.title instead of window.title - toolkit fixes
...
Relanding to fix aviary branch landing regressions
2004-12-01 11:42:34 +00:00
bugzilla%arlen.demon.co.uk
b34a4acb3b
Bug 261267 helper application dialog has title issues when opening an unknown filetype
...
Relanding after aviary branch landing - already reviewed
2004-12-01 11:12:21 +00:00