aboutsummaryrefslogtreecommitdiffstats
path: root/embed/mozilla/EphyHeaderSniffer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Drop gnome-vfs dependency. Now Epiphany depends on glib >= 2.15.1.Cosimo Cecchi2008-01-141-3/+1
* Xr 1.9 fixes. Bug #503657.Christian Persch2007-12-241-0/+4
* 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
* Fix strict-aliasing warnings, patch by Cosimo Cecchi. Happy 10 yearsDiego Escalante Urrelo2007-08-151-2/+4
* Use C++ casts. Script from bmo#348748.Christian Persch2007-07-151-1/+1
* Use UTF-8 copyright symbolChristian Persch2006-09-131-1/+1
* === Release 2.15.2 ===RELEASE_2_15_2Christian Persch2006-05-161-1/+1
* Drop support for gecko 1.7.Christian Persch2006-05-111-37/+35
* Add EPHY_EMBED_PERSIST_NO_CERTDIALOGS flag.Christian Persch2005-10-151-1/+44
* New function to check the filename/directory for writability, derived fromChristian Persch2005-09-221-1/+2
* Depend on gnome-desktop for gnome-desktop-item, and up the gnome-vfsChristian Persch2005-02-271-0/+8
* Add ; to all LOG statements, and adapt ephy-debug.h for non-GNUC-varargsChristian Persch2005-01-291-3/+3
* Really make confirm-overwrite dialogue have a parent window. Fixes bugChristian Persch2005-01-191-3/+4
* Consistently start enum names with EPHY_*.Crispin Flowerday2005-01-061-1/+1
* Ensure that flags and enums start with 'Ephy'Crispin Flowerday2005-01-041-1/+1
* We always have config.h, no need to guard its inclusion.Christian Persch2004-11-031-2/+0
* reviewed by: Christian Persch <chpe@cvs.gnome.org>Marco Pesenti Gritti2004-10-111-1/+0
* Don't use -include which compilers other than gcc don't understand.Christian Persch2004-07-311-0/+2
* Disallow some more characters in the suggested filename.Christian Persch2004-07-251-1/+1
* Pass single to the sniffer and weak ref it. Fix #141928Marco Pesenti Gritti2004-07-211-8/+16
* merge mozilla-embed-strings branchMarco Pesenti Gritti2004-06-041-23/+25
* Add convenience functions for creating a filter with a bunch of mime typesChristian Persch2004-05-091-1/+1
* Forward nsIAuthPrompt interface to the single sign-on promptChristian Persch2004-05-081-33/+9
* fix build bustageMarco Pesenti Gritti2004-04-301-0/+4
* More defines work, still lack EventContext and EmbedPrivate. Use mozillaMarco Pesenti Gritti2004-04-291-16/+10
* Nice mess of defines to support 1.8a. Damn.Marco Pesenti Gritti2004-04-271-0/+1
* Don't quit the filechooser when selecting "No" from the confirm- overwriteChristian Persch2004-04-101-10/+10
* Fixes #138263.Federico Mena Quintero2004-03-301-1/+1
* merging pre-gnome-2-8 branchMarco Pesenti Gritti2004-03-171-24/+7
* Replace filename validity check, it was making the filename invalidChristian Persch2004-03-051-10/+7
* Add debug output in ctors and dtors.Christian Persch2004-02-291-3/+3
* Decode RFC 2231 and RFC 2047 encoded filenames in content-dispositionChristian Persch2004-02-291-0/+40
* Make max size property use long / bytes.Marco Pesenti Gritti2004-02-251-1/+1
* Unescape filenames whenever possible.Xan Lopez2004-02-251-2/+13
* Fix numerous places where we weren't properly converting between UTF-8 andChristian Persch2004-02-131-1/+3
* Fix mem leak.Christian Persch2004-01-301-2/+3
* Fix encodign conversion of "Untitled" filename suggestion. Fixes bugChristian Persch2004-01-291-1/+1
* Unified return type of ephy_embed_shell_get_X to be GObject *. Fixed allChristian Persch2003-12-301-1/+3
* Do not blindly overwrite when downloading a file with the same name than aXan Lopez2003-11-281-38/+2
* Implement an handle_content signal to allow to write plugins to supportMarco Pesenti Gritti2003-11-211-0/+20
* Use new glib gi18n.h instead of bonobo's bonobo-i18n.h.Christian Persch2003-11-061-1/+1
* Remove the "show_details in downloader" schema.Xan Lopez2003-11-031-2/+2
* Implement smart selection in the downloader view.Xan Lopez2003-10-291-4/+39
* Open source in the default editor and remove the unused copy api. Add aMarco Pesenti Gritti2003-10-281-3/+2
* Implement filechooser for ASK_DESTINATION.Christian Persch2003-10-281-15/+75
* Port to new gtk+ file chooser.Christian Persch2003-10-261-6/+20
* Use translatable title for untitled pages.Christian Persch2003-10-241-2/+8
* Add an helper to initialize downloads.Marco Pesenti Gritti2003-10-241-97/+70
* Update remaning time every two secondsMarco Pesenti Gritti2003-10-191-122/+138
* Looks like I copied a bug from mozilla js code. Do not show bogusMarco Pesenti Gritti2003-10-181-12/+3
* Add nsIAuthPrompt implementation, necessary to make downloads onMarco Pesenti Gritti2003-10-181-1/+42
* Merge new-downloader branch. We reworked the backend, the userMarco Pesenti Gritti2003-10-171-233/+28
* Add new files.Xan Lopez2003-10-071-0/+457