| Commit message (Expand) | Author | Age | Files | Lines |
* | Decrease maximum progress update to 0.5s | Christian Persch | 2006-08-08 | 1 | -1/+4 |
* | Don't hammer the cpu when downloading file with an unknown size. Fix bug | Jean-François Rameau | 2006-07-07 | 1 | -2/+1 |
* | Don't set cookies from favicon downloads. Bug #337835. | Jean-François Rameau | 2006-06-02 | 1 | -2/+17 |
* | === Release 2.15.2 ===RELEASE_2_15_2 | Christian Persch | 2006-05-16 | 1 | -3/+3 |
* | Drop support for gecko 1.7. | Christian Persch | 2006-05-11 | 1 | -205/+30 |
* | 2006-04-03 Christian Persch <chpe@cvs.gnome.org> | Christian Persch | 2006-04-03 | 1 | -2/+5 |
* | Add a GError** to ephy_file_helpers_init and ephy_ensure_dir_exists, so we | Christian Persch | 2006-01-24 | 1 | -1/+1 |
* | Add ephy_file_get_downloads_dir() to get the actual downloads directory, | Christian Persch | 2005-10-30 | 1 | -37/+8 |
* | Add EPHY_EMBED_PERSIST_NO_CERTDIALOGS flag. | Christian Persch | 2005-10-15 | 1 | -2/+43 |
* | Work around mozilla bug | Christian Persch | 2005-08-13 | 1 | -2/+26 |
* | Gecko send several STATE_STOP, but only the final one (completed) is of | Jean-François Rameau | 2005-08-11 | 1 | -1/+3 |
* | Fix for mozilla API change. | Christian Persch | 2005-07-07 | 1 | -5/+7 |
* | More constification. | Jean-François Rameau | 2005-06-08 | 1 | -2/+2 |
* | Add protocol handler, which I'll use for our custom error pages. Since | Christian Persch | 2005-05-26 | 1 | -0/+2 |
* | Set MozDownload as progress listener on the web browser persist. | Christian Persch | 2005-05-07 | 1 | -0/+3 |
* | Ged rid of all API checks which check for 1.8-only API, and introduce a | Christian Persch | 2005-04-26 | 1 | -39/+78 |
* | InitForEmbed isn't a NS_IMETHOD, so don't use NS_IMETHODIMP here. | Christian Persch | 2005-04-09 | 1 | -1/+1 |
* | Fix for MOZILLA_INTERNAL_API change, and for 64bit downloader change. | Christian Persch | 2005-04-06 | 1 | -10/+45 |
* | Fix stupid typos. Fixes bug #171197; thanks to Jean-François Rameau for | Christian Persch | 2005-03-23 | 1 | -2/+2 |
* | NULL check. Fixes bug #165999. | Christian Persch | 2005-03-01 | 1 | -0/+2 |
* | Fix compress_tilde to only look at the prefix, and not substitute in the | Christian Persch | 2005-02-28 | 1 | -1/+1 |
* | Try to fix the build with 1.7 branch. | Christian Persch | 2005-02-28 | 1 | -2/+3 |
* | Depend on gnome-desktop for gnome-desktop-item, and up the gnome-vfs | Christian Persch | 2005-02-27 | 1 | -23/+29 |
* | Implement nsIWebProgressListener. Fixes bug #165328. | Christian Persch | 2005-02-10 | 1 | -2/+2 |
* | Add ; to all LOG statements, and adapt ephy-debug.h for non-GNUC-varargs | Christian Persch | 2005-01-29 | 1 | -2/+2 |
* | Remove trailing whitespace. | Christian Persch | 2005-01-06 | 1 | -1/+2 |
* | Only implement nsITransfer if possible. | Christian Persch | 2005-01-06 | 1 | -22/+32 |
* | Consistently start enum names with EPHY_*. | Crispin Flowerday | 2005-01-06 | 1 | -7/+7 |
* | Ensure that flags and enums start with 'Ephy' | Crispin Flowerday | 2005-01-04 | 1 | -2/+2 |
* | Mozilla API change. | Christian Persch | 2004-12-19 | 1 | -0/+16 |
* | nsEmbedString.h now requires MOZILLA_STRICT_API define. | Christian Persch | 2004-11-14 | 1 | -0/+2 |
* | We always have config.h, no need to guard its inclusion. | Christian Persch | 2004-11-03 | 1 | -2/+0 |
* | Recognise "Desktop" special downloads directory. Fixes bug #152926. | Christian Persch | 2004-10-02 | 1 | -0/+5 |
* | Fix mozilla API checks to correctly detect firefox libraries. | Christian Persch | 2004-09-21 | 1 | -3/+1 |
* | Fix download progress indicator in downloader view. | Christian Persch | 2004-09-18 | 1 | -0/+10 |
* | reviewed by: Christian Persch <chpe@cvs.gnome.org> | Marco Pesenti Gritti | 2004-09-18 | 1 | -1/+2 |
* | Merging pre-gnome-2-10 branch to HEAD. | Christian Persch | 2004-09-13 | 1 | -1/+1 |
* | QI instead of cast. | Christian Persch | 2004-08-28 | 1 | -2/+1 |
* | Don't use -include which compilers other than gcc don't understand. | Christian Persch | 2004-07-31 | 1 | -1/+2 |
* | Handle the case where the downloads dir cannot be created gracefully. Fix | Marco Pesenti Gritti | 2004-07-22 | 1 | -22/+20 |
* | <chpe> didn't I said to make that NS_IF_ADDREF () ? <xan> mmm, yes | Xan Lopez | 2004-07-07 | 1 | -1/+1 |
* | Add a MIME icon in the File column. Some indent fixes. | Xan Lopez | 2004-07-04 | 1 | -1/+4 |
* | Be a bit smarter about double extensions. | Xan Lopez | 2004-07-01 | 1 | -2/+55 |
* | merge mozilla-embed-strings branch | Marco Pesenti Gritti | 2004-06-04 | 1 | -72/+48 |
* | Fix a MOZILLA_SNAPSHOT check for 1.7 branch. | Christian Persch | 2004-05-19 | 1 | -1/+1 |
* | fix build bustage | Marco Pesenti Gritti | 2004-04-30 | 1 | -0/+10 |
* | More defines work, still lack EventContext and EmbedPrivate. Use mozilla | Marco Pesenti Gritti | 2004-04-29 | 1 | -9/+5 |
* | Nice mess of defines to support 1.8a. Damn. | Marco Pesenti Gritti | 2004-04-27 | 1 | -8/+64 |
* | Fix encoding of saved content; fixes bug #141050. | Marco Pesenti Gritti | 2004-04-27 | 1 | -34/+23 |
* | s/PERSIST_NO_CONVERSION/PERSIST_FLAGS_NO_CONVERSION/ | Adam Hooper | 2004-04-18 | 1 | -1/+1 |
* | Do not uncompress when the type is not html. | Marco Pesenti Gritti | 2004-04-18 | 1 | -0/+5 |
* | Fix saving of linked content. Don't create the directory; mozilla will do | Christian Persch | 2004-04-17 | 1 | -11/+8 |
* | merging pre-gnome-2-8 branch | Marco Pesenti Gritti | 2004-03-17 | 1 | -1/+1 |
* | Change wait interval between updates to 0.2 s. | Christian Persch | 2004-03-04 | 1 | -1/+1 |
* | Unset the GValue after we're done using what it contained. | Christian Persch | 2004-03-04 | 1 | -0/+4 |
* | Keep a ref for downloads in the view. | Marco Pesenti Gritti | 2004-03-01 | 1 | -4/+9 |
* | Add debug output. | Christian Persch | 2004-02-29 | 1 | -1/+5 |
* | Fix max size logic, thanks to chpe. | Marco Pesenti Gritti | 2004-02-29 | 1 | -2/+2 |
* | Remove an useless check. | Marco Pesenti Gritti | 2004-02-28 | 1 | -11/+1 |
* | Make max size property use long / bytes. | Marco Pesenti Gritti | 2004-02-25 | 1 | -4/+15 |
* | Unify fallback downloads dir to get the home directory. | Christian Persch | 2004-02-13 | 1 | -4/+0 |
* | Fix numerous places where we weren't properly converting between UTF-8 and | Christian Persch | 2004-02-13 | 1 | -9/+27 |
* | Put the serial numbers in duplicated filenames just before the last dot so | Xan Lopez | 2004-02-12 | 1 | -7/+27 |
* | Fix mem leak. | Christian Persch | 2004-01-29 | 1 | -0/+1 |
* | Add a way to get the downloads dir with a comment for translators. Use dir | Marco Pesenti Gritti | 2004-01-25 | 1 | -2/+2 |
* | Add a persist-position property. | Marco Pesenti Gritti | 2004-01-24 | 1 | -1/+10 |
* | Make Cancel safe against non active downloads. | Xan Lopez | 2004-01-23 | 1 | -0/+6 |
* | Make uri canonical before passing it as launch argument to make vfs happy. | Marco Pesenti Gritti | 2004-01-20 | 1 | -1/+1 |
* | Add a way to store paths. | Marco Pesenti Gritti | 2004-01-19 | 1 | -0/+40 |
* | *** empty log message *** | Marco Pesenti Gritti | 2004-01-19 | 1 | -25/+4 |
* | Use NS_ENSURE_SUCCESS/NS_ENSURE_TRUE at appropriate places. | Christian Persch | 2004-01-10 | 1 | -2/+6 |
* | Fix mem leaks. | Christian Persch | 2004-01-01 | 1 | -4/+5 |
* | Adjust includes to make it compile with mozila 1.4. | Christian Persch | 2003-12-31 | 1 | -1/+0 |
* | Correctly cancel the download instead of just cancelling the request. | Marco Pesenti Gritti | 2003-12-22 | 1 | -16/+12 |
* | Re-implement Pause/Resume in downloader. | Xan Lopez | 2003-12-21 | 1 | -6/+19 |
* | Do not blindly overwrite when downloading a file with the same name than a | Xan Lopez | 2003-11-28 | 1 | -0/+70 |
* | Do not disable conversion. Some pages was saved as gz compressed. | Marco Pesenti Gritti | 2003-11-10 | 1 | -2/+1 |
* | Open source in the default editor and remove the unused copy api. Add a | Marco Pesenti Gritti | 2003-10-28 | 1 | -10/+8 |
* | Port to new gtk+ file chooser. | Christian Persch | 2003-10-26 | 1 | -2/+5 |
* | Add an helper to initialize downloads. | Marco Pesenti Gritti | 2003-10-24 | 1 | -0/+96 |
* | initialize cur/total size | Marco Pesenti Gritti | 2003-10-18 | 1 | -0/+2 |
* | fixup style | Marco Pesenti Gritti | 2003-10-18 | 1 | -140/+139 |
* | Merge new-downloader branch. We reworked the backend, the user | Marco Pesenti Gritti | 2003-10-17 | 1 | -0/+377 |