aboutsummaryrefslogtreecommitdiffstats
path: root/embed/mozilla/MozDownload.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove unused variables, and adjust some MOZILLA_SNAPSHOT checks.Christian Persch2004-05-071-2/+1
* Merged nsIDownload API changes from HEAD.Christian Persch2004-05-071-6/+72
* Fix encoding of saved and downloaded content; fixes bug 141050.Christian Persch2004-04-271-32/+21
* Don't gunzip downloads (backported from HEAD).Christian Persch2004-04-181-0/+5
* Fix saving of linked content. Don't create the directory; mozilla will doChristian Persch2004-04-171-11/+6
* 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