aboutsummaryrefslogtreecommitdiffstats
path: root/embed/mozilla/MozDownload.cpp
Commit message (Expand)AuthorAgeFilesLines
* Recognise "Desktop" special downloads directory. Fixes bug #152926.Christian Persch2004-10-021-0/+5
* Fix mozilla API checks to correctly detect firefox libraries.Christian Persch2004-09-211-3/+1
* *** empty log message ***Marco Pesenti Gritti2004-09-181-1/+2
* QI instead of cast.Christian Persch2004-08-281-2/+1
* Don't use -include which compilers other than gcc don't understand.Christian Persch2004-07-311-1/+2
* Handle the case where the downloads dir cannot be created gracefully. FixMarco Pesenti Gritti2004-07-221-22/+20
* <chpe> didn't I said to make that NS_IF_ADDREF () ? <xan> mmm, yesXan Lopez2004-07-071-1/+1
* Add a MIME icon in the File column. Some indent fixes.Xan Lopez2004-07-041-1/+4
* Be a bit smarter about double extensions.Xan Lopez2004-07-011-2/+55
* merge mozilla-embed-strings branchMarco Pesenti Gritti2004-06-041-72/+48
* Fix a MOZILLA_SNAPSHOT check for 1.7 branch.Christian Persch2004-05-191-1/+1
* fix build bustageMarco Pesenti Gritti2004-04-301-0/+10
* More defines work, still lack EventContext and EmbedPrivate. Use mozillaMarco Pesenti Gritti2004-04-291-9/+5
* Nice mess of defines to support 1.8a. Damn.Marco Pesenti Gritti2004-04-271-8/+64
* Fix encoding of saved content; fixes bug #141050.Marco Pesenti Gritti2004-04-271-34/+23
* s/PERSIST_NO_CONVERSION/PERSIST_FLAGS_NO_CONVERSION/Adam Hooper2004-04-181-1/+1
* Do not uncompress when the type is not html.Marco Pesenti Gritti2004-04-181-0/+5
* Fix saving of linked content. Don't create the directory; mozilla will doChristian Persch2004-04-171-11/+8
* merging pre-gnome-2-8 branchMarco Pesenti Gritti2004-03-171-1/+1
* Change wait interval between updates to 0.2 s.Christian Persch2004-03-041-1/+1
* Unset the GValue after we're done using what it contained.Christian Persch2004-03-041-0/+4
* Keep a ref for downloads in the view.Marco Pesenti Gritti2004-03-011-4/+9
* Add debug output.Christian Persch2004-02-291-1/+5
* Fix max size logic, thanks to chpe.Marco Pesenti Gritti2004-02-291-2/+2
* Remove an useless check.Marco Pesenti Gritti2004-02-281-11/+1
* Make max size property use long / bytes.Marco Pesenti Gritti2004-02-251-4/+15
* Unify fallback downloads dir to get the home directory.Christian Persch2004-02-131-4/+0
* Fix numerous places where we weren't properly converting between UTF-8 andChristian Persch2004-02-131-9/+27
* Put the serial numbers in duplicated filenames just before the last dot soXan Lopez2004-02-121-7/+27
* Fix mem leak.Christian Persch2004-01-291-0/+1
* Add a way to get the downloads dir with a comment for translators. Use dirMarco Pesenti Gritti2004-01-251-2/+2
* Add a persist-position property.Marco Pesenti Gritti2004-01-241-1/+10
* Make Cancel safe against non active downloads.Xan Lopez2004-01-231-0/+6
* Make uri canonical before passing it as launch argument to make vfs happy.Marco Pesenti Gritti2004-01-201-1/+1
* Add a way to store paths.Marco Pesenti Gritti2004-01-191-0/+40
* *** empty log message ***Marco Pesenti Gritti2004-01-191-25/+4
* Use NS_ENSURE_SUCCESS/NS_ENSURE_TRUE at appropriate places.Christian Persch2004-01-101-2/+6
* Fix mem leaks.Christian Persch2004-01-011-4/+5
* Adjust includes to make it compile with mozila 1.4.Christian Persch2003-12-311-1/+0
* Correctly cancel the download instead of just cancelling the request.Marco Pesenti Gritti2003-12-221-16/+12
* Re-implement Pause/Resume in downloader.Xan Lopez2003-12-211-6/+19
* Do not blindly overwrite when downloading a file with the same name than aXan Lopez2003-11-281-0/+70
* Do not disable conversion. Some pages was saved as gz compressed.Marco Pesenti Gritti2003-11-101-2/+1
* Open source in the default editor and remove the unused copy api. Add aMarco Pesenti Gritti2003-10-281-10/+8
* Port to new gtk+ file chooser.Christian Persch2003-10-261-2/+5
* Add an helper to initialize downloads.Marco Pesenti Gritti2003-10-241-0/+96
* initialize cur/total sizeMarco Pesenti Gritti2003-10-181-0/+2
* fixup styleMarco Pesenti Gritti2003-10-181-140/+139
* Merge new-downloader branch. We reworked the backend, the userMarco Pesenti Gritti2003-10-171-0/+377