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

233 Коммитов

Автор SHA1 Сообщение Дата
mozilla.mano%sent.com d9df0f2a4f Bug 83265 - Add a way to disable HTTP-EQUIV=refresh. patch from Mark Pilgrim <pilgrim@gmail.com>, r=biesi,mano,mento. sr=bz. 2007-02-08 13:15:50 +00:00
ajschult%verizon.net ba52e516dc Bug 361901: Save Page menuitem label missing from File menu when DM is open. Patch by Stefan Hermes <stefanh@bluebottle.com>, r=mnyromyr, sr=neil 2006-12-02 16:40:40 +00:00
neil%parkwaycc.co.uk 0a4b6eba0e Bug 326840 Make progress dialogs display download speed where available p=son.le0@gmail.com r=biesi sr=me 2006-11-10 10:29:54 +00:00
ajschult%verizon.net cfbd506bab Bug 304680: Fix shutdown crash by giving nsDownload an owning ref to nsDownloadManager. r=biesi 2006-10-15 17:16:33 +00:00
ajschult%verizon.net 7ebba52a3f Bug 348925: Transferred data column isn't updated when download finishes (xpfe patch). Patch by Son Le <son.le0@gmail.com>, r=cbiesinger, sr=neil 2006-09-30 02:18:46 +00:00
ajschult%verizon.net ac45647e9d Spelling fixup for bug 311098 from stephend plus sane punctuation. r=biesi 2006-08-06 01:46:21 +00:00
ajschult%verizon.net 26bed9fabc Bug 311098: Remove .part files when cancelling downloads, ported from toolkit. r=biesi 2006-08-05 23:57:31 +00:00
neil%parkwaycc.co.uk e6202b6efb Bug 326462 Time Elapsed column shows NaN:NaN r=biesi sr=jag 2006-07-18 09:50:43 +00:00
mnyromyr%tprac.de 6c0f2a0859 Bug 57510: `Del' key does not delete on Mac; r=db48x, sr=jag 2006-05-11 19:55:44 +00:00
bugzilla%standard8.demon.co.uk 2fc7600808 Bug 330053 Make SeaMonkey capable of generating a reasonable build with MOZ_XUL_APP set. Part 5 - First stab at sorting out inclusion of modules in xpfe and toolkit. r=benjamin,sr=Neil 2006-04-14 07:04:53 +00:00
bugzilla%standard8.demon.co.uk 16332c080d Follow up to Bug 239136, remove redundant ifdefs now that Thunderbird is using the toolkit download manager. r=benjamin,sr=mscott 2006-04-04 16:21:50 +00:00
neil%parkwaycc.co.uk f0100172af Bug 245725 Make downloads display an approximation to the current transfer rate rather than the overall average speed p=son.le0@gmail.com r=biesi sr=me 2006-02-06 00:34:30 +00:00
cbiesinger%web.de 5a8d5f8a3b bug 273971 patch by Son Le <son.le0@gmail.com> r=biesi sr=neil
- make nsIDownload::currBytes and maxBytes use bytes rather than kilobytes
- make transfers of unknown size use the right size
  - send mProgress rather than mContentLength as the current progress in OnStateChange
2005-12-19 15:25:22 +00:00
timeless%mozdev.org b208ddfa06 Bug 172785 [BeOS] Allow Launch/Reveal and ShowLocation in Tracker
patch by sergei_d@fi.tartu.ee r=tqh sr=neil
2005-12-11 05:37:42 +00:00
cst%andrew.cmu.edu 1dc2382329 Bug 294056 User-specified sound fails to play after file download completes
r=biesi sr=neil
2005-10-23 18:21:36 +00:00
cbiesinger%web.de 2f21e9c3ee Bug 298842 make the temp file part of nsITransfer
r=mconnor sr=darin a=shaver
2005-07-06 23:12:22 +00:00
dougt%meer.net 21c1caa3f1 Bug 295481. WINCE Fixes. This includes changes to make the makefiles do the right thing if we try to build Minimo and XUL together. These changes rs=bsmedberg. Further WINCE fixes in GFX and Widget. r=emaijala, sr=rbs, a=asa. 2005-06-08 16:48:44 +00:00
bsmedberg%covad.net 824219d781 Bug 281988 - Chrome registry supports for the xpcnativewrappers=yes flag. Chrome packaging fixup to apply the xpcnativewrappers=yes flag to our application chrome packages for ffox/tbird. This also stops the repackaging of thunderbird chrome. r=mscott+bz a=drivers 2005-05-20 12:58:57 +00:00
cbiesinger%web.de 354da0f60d Bug 290648 make nsITransfer::init take an nsICancelable, and remove the observer attribute
r=bz sr=darin a=asa
2005-04-24 21:16:28 +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
bsmedberg%covad.net 021cbc4ca7 Adding MOZILLA_INTERNAL_API to internal makefiles, bug 288626, rs=darin 2005-04-05 14:50:16 +00:00
gandalf%firefox.pl d0029df548 Bug 286108: Build Thunderbird Locales from CVS. Don't bundle xpfe/browser,xpfe/components to toolkit apps.; r=bsmedberg,sr=mscott 2005-04-02 13:12:21 +00:00
scott%scott-macgregor.org fbeee6ca45 Bug #286282 --> Thunderbird should be building toolkit\components\alerts instead of xpfe\components\alerts.
Will work on converting the download manager next so we an remove the alerts service ifdef in xpfe\download-manager.

Also, port xpfe's API change to nsIAlertsService to use AString's to toolkit
2005-03-15 22:44:59 +00:00
bzbarsky%mit.edu d624665bc9 Add the prompt-service contract to nsEmbedCID.h 2005-03-07 16:07:11 +00:00
cst%andrew.cmu.edu f18c5dba5e Bug 266289 nsIAlertsService should use AString instead of wstring
r=mscott sr=neil
2005-01-29 01:04:32 +00:00
cst%andrew.cmu.edu 854073f976 Bug 277852 make download manager do_CreateInstance sound for consistency
r=timeless sr=neil
2005-01-12 16:35:21 +00:00
cbiesinger%web.de e279a2a949 Bug 241082 exthandler should require just nsITransfer, not nsIDownload
patch by Zbigniew Braniecki <gandalf@firefox.pl> r=biesi sr=darin
2005-01-04 13:40:51 +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
timeless%mozdev.org 0d446f7283 Bug 260865 Remove nsIAlertListener
patch by cst@andrew.cmu.edu r=jag sr=neil
2004-10-27 16:20:01 +00:00
varga%nixcorp.com cd1df2e308 Updating my email address. 2004-10-22 18:33:55 +00:00
timeless%mozdev.org f0b2f943f3 Bug 260818 Pop up an alert when a download finishes
patch by cst@andrew.cmu.edu r=timeless sr=jag
2004-10-19 02:48:26 +00:00
bugzilla%arlen.demon.co.uk e85bf9ab5e Bug 258219 Launch option in context menu should be hidden as it is for the toolbar and OnTrigger should call showinshell for certain platforms
p=me r=varga sr=neil.parkwaycc.co.uk
2004-09-10 15:37:24 +00:00
neil%parkwaycc.co.uk 02c11fa9f0 Bug 142798 Should be able to copy URL from download manager p=cst@andrew.cmu.edu r=me sr=jag 2004-09-09 14:12:53 +00:00
neil%parkwaycc.co.uk f64bab8cbf Bug 257671 gDownloadView.view has no properties if download manager is empty p=f.qu@laposte.net (Florian Queze) r=varga sr=me 2004-09-05 15:41:10 +00:00
timeless%mozdev.org 659634b1df Bug 254696 Download Manager should open file/display properties when you hit enter
patch by cst@andrew.cmu.edu r=neil sr=jag
2004-08-19 00:46:31 +00:00
neil%parkwaycc.co.uk f01bb110f8 Bug 211177 DM should only respond to left double-clicks p=cusser@ntlworld.com,ian@arlen.demon.co.uk r=me sr=jag 2004-07-22 10:30:09 +00:00
roc+%cs.cmu.edu 52092297fe Bug 226439. Convert codebase to use AppendLiteral/AssignLiteral/LowerCaseEqualsLiteral. r+sr=darin 2004-06-17 00:13:25 +00:00
roc+%cs.cmu.edu b8ecbc84da Bug 226439. Convert Seamonkey to EqualsLiteral. rs=darin 2004-05-22 22:15:22 +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 0fc1b064ed Bug 206337, move addObserver to the end of the function to prevent keeping a
half-initialized download manager alive.
r=neil sr=bz
2004-04-23 19:48:49 +00:00
darin%meer.net 09637354a5 checking in changes for nsDownloadManagerListener.js to fix bug 240835.
these were originally part of my patch for bug 24867, but somehow i forgot
to check them in with that patch :-(
2004-04-19 22:26:16 +00:00
gerv%gerv.net aa835b77c5 Bug 236613: change to MPL/LGPL/GPL tri-license. 2004-04-17 16:52:41 +00:00
varga%nixcorp.com 5026248834 Fix for bug 221619. Tree widget refactoring and enhancement. r=neil sr=bryner 2004-04-17 05:53:38 +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 3c212719bf bug 239604. make uriloader more doxygen friendly, and remove unused "command"
parameter from nsIContentHandler::handleContent, and change the type of
aWindowContext to nsIInterfaceRequestor.
r=bzbarsky sr=darin
2004-04-16 21:06:07 +00:00
darin%meer.net 25d84ac621 fixes bug 239038 "rev IIDs for all interfaces modified since Mozilla 1.6" r=bsmedberg sr=jst 2004-04-15 23:30:05 +00:00
cbiesinger%web.de 37b9e38307 Bug 239115 deCOM nsDownload
r=neil sr=roc
2004-04-13 19:15:21 +00:00
kairo%kairo.at 97c9024a5a bug 234014 - Use the XUL preprocessor for build-time inserting of skinVersion strings, r=bsmedberg, sr=peterv 2004-02-27 11:54:28 +00:00
cbiesinger%web.de 9a138e9687 bug 233105, keep a reference before removing the download, to not crash
r=neil sr=bz
2004-02-05 15:31:26 +00:00
kairo%kairo.at 9ec4b6c21a bug 232011 - Use the XUL preprocessor for build-time inserting of localeVersion strings, this removes contents*.rdf.in files and resurrects the contents*.rdf files, using preprocessor.pl via the jar.mn definitions 2004-02-04 14:24:38 +00:00