cbiesinger%web.de
e533798ebb
make helper app dialog set its title using window.title, not setAttribute, since
...
only the former now works in an onload handler
261267 r=neil sr=bz a=asa
2004-09-25 23:54:52 +00:00
bzbarsky%mit.edu
06df868b16
Fix misspellings of "transferring" in the tree. Bug 258874, patch by Chris
...
Thomas (CTho) <cst@andrew.cmu.edu>, r=bsmedberg, spelling fix rs=brendan
2004-09-16 18:33:39 +00:00
neil%parkwaycc.co.uk
03cb95d6b7
Applying the parts of bz's patch for bug 255270 that bryner conservatively removed r=me sr=dbaron a=asa
2004-08-15 10:03:11 +00:00
bryner%brianryner.com
90b233ca65
Fix for reflow problem in XUL dialogs (bug 255270, smoketest blocker). Patch by bzbarsky, r=neil, sr=dbaron. (I'm conservatively just removing the hack in nsHlperAppDlg by restoring it to its previous state).
2004-08-13 18:25:33 +00:00
cbiesinger%web.de
ca0357a7db
Bug 254354 move nsIHelperAppLauncherDialog.idl into exthandler
...
r=bz sr=darin
2004-08-08 20:25:02 +00:00
cbiesinger%web.de
07cf57d7dd
Bug 237611 init mPercent to -1, not 0, so that the title also shows 0% progress
...
patch suggested by ZF.Dang <dantifer.dang@sun.com> r=biesi sr=bz
2004-07-18 19:50:24 +00:00
timeless%mozdev.org
7b5970dc1f
Bug 243621 Standardize QueryInterface without throw
...
r=neil sr=darin
2004-05-17 23:38:25 +00:00
cbiesinger%web.de
33c5b41794
239394 nsIMIMEInfo should use interCaps for methods and attributes
...
r=bzbarsky sr=darin
2004-05-08 18:37:06 +00:00
cbiesinger%web.de
6dfd44ee87
bug 239111 rework pause/resume handling in download manager
...
r=neil sr=roc
2004-05-04 18:53:54 +00:00
cbiesinger%web.de
9556948baa
bug 241209, make sure to QueryInterface mTargetFile to nsILocalFile, to tell
...
xpconnect about the launch() and reveal() methods to prevent errors when trying
to call them.
r=neil sr=darin
2004-05-02 12:33:51 +00:00
gerv%gerv.net
c40f4f93a2
Bug 236613: change to MPL/LGPL/GPL tri-license.
2004-04-18 22:01:16 +00:00
cbiesinger%web.de
a26a693b1c
bug 24867 fallout - access the right variable, r+sr=bz
2004-04-18 01:12:49 +00:00
darin%meer.net
b86829b878
landing patch for bug 24867 "UI for FTP upload" r=biesi,neil sr=bryner
2004-04-17 00:58:23 +00:00
cbiesinger%web.de
8aca4a6967
Bug 62760
...
make the helper app dialog always select "Save to disk" if the server sent
content-disposition:attachment, not only if we first see this content type
r=bzbarsky rs=darin
2004-01-28 23:18:20 +00:00
neil%parkwaycc.co.uk
8d6ba091e2
Bug 224449 Clicking Cancel before Pause doesn't close download window p=bz r=biesi sr=darin
2003-11-04 21:33:17 +00:00
neil%parkwaycc.co.uk
f954f310c8
Bug 223099 Remove obsolete FTP channel code r=biesi sr=darin
2003-10-30 09:17:05 +00:00
cbiesinger%web.de
064a9ddd04
bug 218817. replace GetDownloadInfo with attributes on nsIExternalHelperAppService -
...
this means 2 new attributes:
readonly attribute nsIFile targetFile;
readonly attribute PRTime timeDownloadStarted;
(no caller of GetDownloadInfo needed all three pieces of information that it provided)
r=bzbarsky sr=darin
2003-09-25 13:07:24 +00:00
cbiesinger%web.de
d493442b05
Bug 204671 progress dialog on download is always on top
...
r=bzbarsky sr=jag
Fix this by explicitly setting dialog=no in the features argument of
windowwatcher::OpenWindow.
2003-09-24 19:49:02 +00:00
ben%bengoodger.com
c57419d457
Seamonkey downloading UI changes necessitated by b214985. r=bz, sr=brendan.
2003-09-17 07:56:38 +00:00
cbiesinger%web.de
70c775f194
missed some parts of Bug 78605 before... still r=bz sr=jag
2003-09-11 15:45:52 +00:00
cbiesinger%web.de
a6f81cf379
Bug 78605
...
display bytes [size] in Status when download is complete
r=bz sr=jag
2003-09-11 12:36:19 +00:00
ben%bengoodger.com
8b142c128e
The Mother Of All Download Landings, Phase I
...
http://bugzilla.mozilla.org/show_bug.cgi?id=214259
Firebird Download System Upgrades.
browser/activex/src/control/HelperAppDlg.cpp
browser/cocoa/src/CHBrowserService.mm
browser/photon/src/nsUnknownContentTypeHanlder.cpp
browser/powerplant/source/UDownload.cpp
components/ui/helperAppDlg/nsHelperAppDlg.js
components/ui/helperAppDlg/nsIHelperAppLauncherDialog.idl
tests/mfcembed/components/HelperAppDlg.cpp
- Update nsIHelperAppLauncherDialog::PromptForSaveToFile to take a
nsIHelperAppLauncher parameter.
bug 214985, r=brendan sr=hyatt
2003-08-04 22:30:41 +00:00
bsmedberg%covad.net
f1f9fa6cff
Bug 214669 update some callers to nsIComponentRegistrar from nsIComponentManager - r/sr=alecf
2003-08-01 14:27:57 +00:00
bzbarsky%mit.edu
3ab26e7432
Sync up the "time elapsed" wording between download manager and progress
...
dialog. Bug 201046, patch by durbacher@gmx.de (Andreas Kunz), r=biesi,
sr=bzbarsky
2003-07-22 14:14:20 +00:00
cbiesinger%web.de
c6ec6b4801
78919 part 1. r=bzbarsky, sr=darin. This adds an |hasDefaultHandler| attribute
...
to nsIMIMEInfo that should be used to check if a default application is available
for this mimeinfo.
2003-07-08 13:52:46 +00:00
cbiesinger%web.de
e71c25e486
22879 r=bzbarsky sr=jag Download window should GetAttention when download is complete
2003-07-08 13:31:04 +00:00
cbiesinger%web.de
a711e6e3a0
193698 r=bzbarsky sr=darin "attachment" content shows a checkbox for "don't ask"
...
This checkin makes it so that we grey out the "Always ask me" checkbox for files sent
with content-disposition:attachment, and show another text indicating that the server
asked to not display the file.
2003-07-03 13:55:17 +00:00
cbiesinger%web.de
adf9db1b56
211169 r=bzbarsky sr=darin nsIHelperAppLauncherDialog::ShowProgressDialog unused, this means that nsProgressDlg.* is also unused
2003-07-01 20:21:57 +00:00
cbiesinger%web.de
a80cbe7c3a
170131 r=timeless sr=bzbarsky Missing/misleading window/widget titles in helper application selection dialog
...
note: this checkin only fixes the "title" part of the bug
2003-06-30 17:58:56 +00:00
timeless%mozdev.org
0ab82cafc9
Bug 67214 parseInt() used instead of Math.round() or Math.floor() in xpfe/components/ucth/resources/helperAppDldProgress.js
...
patch by stevechapel@earthlink.net r=jag sr=bz
2003-06-20 04:33:33 +00:00
seawood%netscape.com
8f112a4226
Removing old cfm build files. Use the CFM_LAST_RITES tag to resurrect. r=macdev
2003-06-10 21:18:27 +00:00
timeless%mozdev.org
932f0bb1c9
Bug 184108 Save As <<filename>> without <<.html>> extention result is a html file <<filename>> and a directory <<_files>>
...
Patches by timeless/biesi r=biesi/timeless sr=bz
2003-05-30 19:50:11 +00:00
rbs%maths.uq.edu.au
4cd528a90b
Output basic entities such as during 'Save As' of HTML documents (there is another option/flag to output more entities such as accented letters if needed), r=adamlock, sr=heikki, a=asa
2003-05-23 06:18:11 +00:00
cbiesinger%web.de
c808f6a602
162177 patch by alge@samsen.com r=jag sr=dmose a=asa error in the downloading windows
2003-05-14 21:44:21 +00:00
bzbarsky%mit.edu
44f884b3b5
Use the right window object -- unbreaks "Launch" button on progress dialog.
...
Final bits of bug 91969, r=timeless, sr=jag
2003-04-10 23:35:42 +00:00
bzbarsky%mit.edu
09fa9aa380
"Backing" changes back in since tree has reopened.
2003-04-02 03:19:50 +00:00
bzbarsky%mit.edu
a855c02802
Backing all this out, since tree is closed.
2003-04-02 02:02:10 +00:00
bzbarsky%mit.edu
8bf6f94f4b
Fix some misleading indentation. No bug, r=lumpy, sr=mozbot
2003-04-01 23:19:37 +00:00
jst%netscape.com
d2c7057170
Checking in gena01@lk.net's fix for bug 193259. Fix error about replaceInsert not being defined in nsProgressDialog.js. r=bugmail@sicking.cc, sr=jst@netscape.com
2003-03-26 02:07:35 +00:00
bzbarsky%mit.edu
81edee7536
Part of the diff to bug 91969 that got left out. r=mkaply, sr=me.
2003-02-26 06:23:31 +00:00
bzbarsky%mit.edu
fd694141cd
Nothing to break out of... fixing bustage caused by patch for bug 91969.
2003-02-25 16:12:21 +00:00
bzbarsky%mit.edu
eb1195e85f
Make it possible to launch executables after downloading them (after suitable
...
scary warning). Bug 91969, patch by octalc0de@veryfast.biz (Patrick Xia
("Octalc0de")), r=mkaply, sr=bzbarsky
2003-02-25 05:23:47 +00:00
bzbarsky%mit.edu
d55ae48d15
Make defaultDescription and applicationDescription use the handler's leafname
...
if no description is set. Bug 190409, r=pkw@us.ibm.com , sr=darin
2003-02-22 20:06:56 +00:00
cbiesinger%web.de
bdf1403a94
91828 r=bz sr=jag filename not viewable in the helper app dlg
2003-02-22 16:33:51 +00:00
bzbarsky%mit.edu
4d57f08e78
Changing from default action to a different one should work (didn't if the
...
default was "save"). Bug 193054, r=pkw@us.ibm.com , sr=mscott, a=asa
2003-02-13 19:00:08 +00:00
pkw%us.ibm.com
7773ddea2e
Bug 188724 - clicking cancel in filepicker, then clicking file again leads to filepicker
...
r=cbiesinger@web.de , sr=bzbarsky@mit.edu , a=asa@mozilla.org
2003-02-03 20:36:12 +00:00
bzbarsky%mit.edu
e965af2566
wallpaper for bug 189076, r=pkw@us.ibm.com, rs=bryner
2003-01-22 05:42:57 +00:00
pkw%us.ibm.com
34095b8135
Bug 189598 - application/octet-stream handlers should not be remembered
...
automatically.
r=bzbarsky@mit.edu , sr=jaggernaut@netscape.com
2003-01-21 02:30:57 +00:00
pkw%us.ibm.com
3ac6754e68
Bug 79769 - Application input field on helper app dialog should be disabled
...
on Mac.
r=aaronl@netscape.com , sr=bzbarsky@mit.edu
2003-01-14 23:09:14 +00:00
bzbarsky%mit.edu
d2cdf8aece
Fix bug 188931 -- only show the leafname in the textbox on mac.
...
r=pkw@us.ibm.com , sr=sfraser
2003-01-14 22:05:49 +00:00