aboutsummaryrefslogtreecommitdiffstats
path: root/embed/mozilla/MozDownload.cpp
Commit message (Expand)AuthorAgeFilesLines
* Better fix for bug #511759.Cosimo Cecchi2008-01-251-1/+4
* Drop gnome-vfs dependency. Now Epiphany depends on glib >= 2.15.1.Cosimo Cecchi2008-01-141-4/+12
* Xr 1.9 fixes. Bug #503657.Christian Persch2007-12-241-1/+5
* Revert the change from r7406; see bug #476540.Christian Persch2007-09-131-1/+1
* Revert the change from r7407; see bug #476540.Christian Persch2007-09-131-1/+1
* Include nsStringGlue.h instead of nsStringAPI.hChristian Persch2007-09-131-1/+1
* Include xpcom-config.h, not mozilla-config.hChristian Persch2007-09-131-1/+1
* Add saved files to the GtkRecent list, gnome-panel is broken so don'tDiego Escalante Urrelo2007-08-271-5/+31
* Fix strict-aliasing warnings, patch by Cosimo Cecchi. Happy 10 yearsDiego Escalante Urrelo2007-08-151-1/+3
* It's yet another API change!Christian Persch2007-07-151-0/+5
* Fixes bug #452707Nguyen Thai Ngoc Duy2007-07-111-7/+12
* Guess what? Another mozilla API change!Christian Persch2007-02-091-0/+14
* Automatically open a Nautilus window after downloading has finished. FixesWouter Bolsterlee2006-10-151-0/+26
* Use UTF-8 copyright symbolChristian Persch2006-09-131-1/+1
* Decrease maximum progress update to 0.5sChristian Persch2006-08-081-1/+4
* Don't hammer the cpu when downloading file with an unknown size. Fix bugJean-François Rameau2006-07-071-2/+1
* Don't set cookies from favicon downloads. Bug #337835.Jean-François Rameau2006-06-021-2/+17
* === Release 2.15.2 ===RELEASE_2_15_2Christian Persch2006-05-161-3/+3
* Drop support for gecko 1.7.Christian Persch2006-05-111-205/+30
* 2006-04-03 Christian Persch <chpe@cvs.gnome.org>Christian Persch2006-04-031-2/+5
* Add a GError** to ephy_file_helpers_init and ephy_ensure_dir_exists, so weChristian Persch2006-01-241-1/+1
* Add ephy_file_get_downloads_dir() to get the actual downloads directory,Christian Persch2005-10-301-37/+8
* Add EPHY_EMBED_PERSIST_NO_CERTDIALOGS flag.Christian Persch2005-10-151-2/+43
* Work around mozilla bugChristian Persch2005-08-131-2/+26
* Gecko send several STATE_STOP, but only the final one (completed) is ofJean-François Rameau2005-08-111-1/+3
* Fix for mozilla API change.Christian Persch2005-07-071-5/+7
* More constification.Jean-François Rameau2005-06-081-2/+2
* Add protocol handler, which I'll use for our custom error pages. SinceChristian Persch2005-05-261-0/+2
* Set MozDownload as progress listener on the web browser persist.Christian Persch2005-05-071-0/+3
* Ged rid of all API checks which check for 1.8-only API, and introduce aChristian Persch2005-04-261-39/+78
* InitForEmbed isn't a NS_IMETHOD, so don't use NS_IMETHODIMP here.Christian Persch2005-04-091-1/+1
* Fix for MOZILLA_INTERNAL_API change, and for 64bit downloader change.Christian Persch2005-04-061-10/+45
* Fix stupid typos. Fixes bug #171197; thanks to Jean-François Rameau forChristian Persch2005-03-231-2/+2
* NULL check. Fixes bug #165999.Christian Persch2005-03-011-0/+2
* Fix compress_tilde to only look at the prefix, and not substitute in theChristian Persch2005-02-281-1/+1
* Try to fix the build with 1.7 branch.Christian Persch2005-02-281-2/+3
* Depend on gnome-desktop for gnome-desktop-item, and up the gnome-vfsChristian Persch2005-02-271-23/+29
* Implement nsIWebProgressListener. Fixes bug #165328.Christian Persch2005-02-101-2/+2
* Add ; to all LOG statements, and adapt ephy-debug.h for non-GNUC-varargsChristian Persch2005-01-291-2/+2
* Remove trailing whitespace.Christian Persch2005-01-061-1/+2
* Only implement nsITransfer if possible.Christian Persch2005-01-061-22/+32
* Consistently start enum names with EPHY_*.Crispin Flowerday2005-01-061-7/+7
* Ensure that flags and enums start with 'Ephy'Crispin Flowerday2005-01-041-2/+2
* Mozilla API change.Christian Persch2004-12-191-0/+16
* nsEmbedString.h now requires MOZILLA_STRICT_API define.Christian Persch2004-11-141-0/+2
* We always have config.h, no need to guard its inclusion.Christian Persch2004-11-031-2/+0
* 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
* Fix download progress indicator in downloader view.Christian Persch2004-09-181-0/+10
* reviewed by: Christian Persch <chpe@cvs.gnome.org>Marco Pesenti Gritti2004-09-181-1/+2
* Merging pre-gnome-2-10 branch to HEAD.Christian Persch2004-09-131-1/+1
* 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