Commit Graph

67 Commits

Author SHA1 Message Date
ben%bengoodger.com
40f676ab24 Add comment 2003-08-06 20:40:35 +00:00
ben%bengoodger.com
6e654a20c0 b215194 - autodownload overwrites existing files
- append/insert -# to file names to prevent overwriting.
2003-08-06 20:11:59 +00:00
ben%bengoodger.com
ef448fdb8c License Files! 2003-08-04 23:03:31 +00:00
ben%bengoodger.com
c7b7931a73 The Mother Of All Download Landings, Phase I
http://bugzilla.mozilla.org/show_bug.cgi?id=214259
Firebird Download System Upgrades.

components/downloads/Makefile.in
components/downloads/content/nsHelperAppDlg.js
components/downloads/content/unknownContentType.xul
components/downloads/locale/unknownContentType.dtd
components/downloads/locale/unknownContentType.properties
components/downloads/skin/unknownContentType.css
- Initial implementation of new Unknown Content Type Handler dialog and
  nsIHelperAppLauncherDialog implementation.
2003-08-04 22:38:46 +00:00
ben%bengoodger.com
2293982d63 The Mother Of All Download Landings, Phase I
http://bugzilla.mozilla.org/show_bug.cgi?id=214259
Firebird Download System Upgrades.

components/downloads/content/helperApps.js
- Initial implementation of high level mimeTypes.rdf wrapper datasource that
  offers functionality useful for building user-friendly UI on top of the
  stored MIME info.
2003-08-04 22:38:01 +00:00
ben%bengoodger.com
302753219f Adding placeholder file 2003-08-04 21:42:28 +00:00
ben%bengoodger.com
6022bd4d54 Adding placeholder files 2003-08-04 21:36:59 +00:00
mkaply%us.ibm.com
8d6e2020bd Bug 214669
update some callers to nsIComponentRegistrar from nsIComponentManager
r/sr=alecf
2003-08-01 14:44:47 +00:00
noririty%jcom.home.ne.jp
5a487db323 fix sidebar double click bustage 2003-07-21 09:06:49 +00:00
bzbarsky%mit.edu
37c20026e0 Move to the double-'::' notation for -moz-tree-* pseudo-elements in browser/.
Bug 211657, r+sr=dbaron
2003-07-07 22:18:42 +00:00
varga%netscape.com
717feaab4a Landing bookmarks changes.
Bug 205378 - Meta bug for changes in bookmarks sorting code
r=jag, sr=sspitzer, a=sspitzer,asa

The CloneResource() has been back ported from Firebird, originally
implemented by Pierre Chanial.
2003-05-23 12:03:40 +00:00
ben%netscape.com
de1d482596 203053 - crash on download. Didn't get quite all the changes from the trunk necessary. (Checking in bz's patch to http://bugzilla.mozilla.org/show_bug.cgi?id=188877 ) 2003-04-26 04:28:11 +00:00
ben%netscape.com
45b04c898e Fix 191977 (File not saved if progress dialog is the last open window) by landing bz's changes from bug 181374 (Downloads lost when using Progress dialog...).
The changes are slightly different here as the changes bz posted were for the trunk, and unfrtuantely the trunk nsDownloadManager.cpp and the Firebird Browser version have diverged significantly. I don't have time to bring them in sync now, just landing these components so we can get Fb 0.6 out the door.
2003-04-22 10:16:31 +00:00
chanial%noos.fr
258e1a7c3d Bug 190020: fix also GetUnicodeResource API change 2003-02-25 22:28:40 +00:00
chanial%noos.fr
ad17c242b2 Bug 190020: GetResource API change.
keep Phoenix in sync with the trunk
2003-02-25 21:01:16 +00:00
bryner%netscape.com
597f6914d2 remove NS_INIT_ISUPPORTS (bug 178643, checking in for dbaron) 2003-01-21 22:58:26 +00:00
kerz%netscape.com
9a6a1c1bca last file 2002-12-24 07:27:50 +00:00
blakeross%telocity.com
a21cf77703 Fix for crash. 2002-12-07 21:56:17 +00:00
blakeross%telocity.com
a2d7fb800b provide workaround for stuck download bug. 2002-12-07 21:52:16 +00:00
blakeross%telocity.com
ef2d4fb2d5 Fix a download bug. 2002-12-07 18:01:19 +00:00
blakeross%telocity.com
e8f6cca45b Fix cancel button. 2002-11-19 00:54:06 +00:00
blakeross%telocity.com
3510b682fa Fixing download bug. 2002-11-17 18:06:57 +00:00
blakeross%telocity.com
b703a680af Implement tabgroup homepages and fix a variety of bugs. 2002-11-16 17:14:12 +00:00
blakeross%telocity.com
bcf006232a Fix a typo. 2002-11-12 02:24:07 +00:00
blakeross%telocity.com
f422be5a13 Remove the unnecessary indentation on non-Windows platforms. 2002-11-12 00:49:00 +00:00
blakeross%telocity.com
95019d5390 Move where we record the download start time. 2002-11-10 04:59:09 +00:00
blakeross%telocity.com
ccaaf734ff add source and target to download properties dialog. 2002-11-10 04:55:06 +00:00
blakeross%telocity.com
7240620a4f Remove unused mTimer. 2002-11-10 04:09:41 +00:00
blakeross%telocity.com
fb9f487260 Fix 172811 - current downloads not updated when path contains non-ASCII character. 2002-11-10 04:06:45 +00:00
blakeross%telocity.com
5b9d90a7ef fix typo. 2002-11-10 01:31:30 +00:00
blakeross%telocity.com
8e3b1a5542 Add the beginnings of a download properties dialog. 2002-11-10 01:21:33 +00:00
blakeross%telocity.com
30af978a5c Fix bug that finished downloads disappear after restarting. 2002-11-09 15:07:26 +00:00
blakeross%telocity.com
94fb79c9b3 remove unused member. 2002-11-09 15:05:27 +00:00
blakeross%telocity.com
3079b8dc1e Remove an unused function. 2002-11-09 15:04:41 +00:00
blakeross%telocity.com
884084ecad Download fixes. 2002-11-09 14:56:32 +00:00
blakeross%telocity.com
9c46dcb28b Fix some bugs where the downloads panel displays -1. 2002-11-09 14:04:37 +00:00
blakeross%telocity.com
7a722f1e1e Minor tweak. 2002-11-08 01:09:32 +00:00
blakeross%telocity.com
fb8b743df1 Remove downloads prompt pref. 2002-11-08 01:01:07 +00:00
blakeross%telocity.com
323f4d7e42 Keep up with the trunk. 2002-11-07 21:05:16 +00:00
blakeross%telocity.com
b04e2592d5 Port over fixes from the trunk. 2002-11-04 23:29:34 +00:00
blakeross%telocity.com
1bcc607468 - Fixing a bug that caused the menubar to remain disabled after customizing the toolbars.
- First cut at pref for a default download directory, and options to open the download sidebar when starting a download and whether to prompt for a filename.  Under construction!
2002-11-02 00:28:30 +00:00
blakeross%telocity.com
7270e00c63 Remove delay in moving finished download to finished download area. 2002-10-31 19:12:39 +00:00
blakeross%telocity.com
4823eb302f Fix history problem. 2002-10-11 20:01:37 +00:00
blakeross%telocity.com
bf96e77ec6 Fixing history problem. 2002-10-11 19:59:02 +00:00
bryner%netscape.com
40e3511a7e OS/2 fixes from mkaply. 2002-10-05 02:54:35 +00:00
blakeross%telocity.com
b39fcb8806 Readding splitter. 2002-10-01 22:37:18 +00:00
blakeross%telocity.com
f70c472785 Comment out splitter since it now crashes... 2002-10-01 21:15:39 +00:00
blakeross%telocity.com
8275f2bc1d Some fixes. 2002-09-30 23:01:26 +00:00
blakeross%telocity.com
0afe926af1 Release observer service on shutdown. 2002-09-30 21:02:28 +00:00
blakeross%telocity.com
7cd0bf4277 More logical grouping of context menu items. 2002-09-30 05:27:49 +00:00