summaryrefslogtreecommitdiff
path: root/embed/ephy-favicon-cache.c
Commit message (Expand)AuthorAgeFilesLines
* Make non-critical g_warning() into LOG()Benjamin Otte2009-08-271-3/+3
* Remove ephy-glib-compat.h, since we depend on a newer glib nowXan Lopez2009-08-121-1/+0
* ephy-favicon-cache.c: recognize icons with mime type image/vnd.microsoft.iconPeter Bui2009-07-211-0/+1
* Get rid of EphyEmbedFactory.Xan Lopez2009-06-061-2/+1
* ephy-embed: Mark favicon cache as dirty after deletion (bug #120826)Priit Laes2009-04-251-0/+1
* Remove $Id$ marker from source files.Xan Lopez2009-01-161-1/+0
* Fix some build warnings. Bug #537487.Cosimo Cecchi2008-06-091-0/+1
* Do not do single includes in embed/, bug #536090Diego Escalante Urrelo2008-06-031-1/+1
* Use GChecksum to calculate the MD5 of favicons.Xan Lopez2008-03-121-3/+2
* Use g_slice for EphyPasswordInfo, EphyPermissionInfo, PixbufCacheEntry. (#521...Xan Lopez2008-03-071-2/+2
* Use G_DEFINE_TYPE* where possible in embed/* (#517090)Xan Lopez2008-02-171-33/+3
* Drop gnome-vfs dependency. Now Epiphany depends on glib >= 2.15.1.Cosimo Cecchi2008-01-131-48/+70
* Correct FSF address. Bug #409075, patch by John Millikin.RELEASE_2_18_0GNOME_2_18_BRANCHPOINTChristian Persch2007-03-111-1/+1
* Avoid use of localtime by computing expiry in seconds instead of days.Diego Escalante Urrelo2007-01-031-21/+7
* Utilize GLib's new g_timeout_add_seconds to reduce context switches andDiego Escalante Urrelo2007-01-031-6/+7
* embed/ephy-encodings.c embed/ephy-favicon-cache.c embed/ephy-history.cBjörn Lindqvist2006-12-171-39/+26
* Use UTF-8 copyright symbolChristian Persch2006-09-131-3/+3
* Remove some unnecessary static data.Christian Persch2006-09-061-1/+1
* Don't set cookies from favicon downloads. Bug #337835.Jean-François Rameau2006-06-011-1/+3
* Drop support for gecko 1.7.Christian Persch2006-05-101-4/+0
* embed/ephy-favicon-cache.c (remove_obsolete_icons) (icon_is_obsolete)Crispin Flowerday2006-01-221-0/+8
* Enable favicons for https: sites on gecko 1.8.Christian Persch2005-10-161-1/+1
* Allow favicons for https: sites on gecko 1.9.Christian Persch2005-10-151-0/+6
* Reject favicons that are < 12x12.Christian Persch2005-08-131-2/+13
* More gcc4 fixes.Christian Persch2005-08-131-1/+1
* Disable favicons from non-http URLs.Christian Persch2005-08-081-0/+4
* remove debug printfsChristian Persch2005-08-071-2/+0
* Add way to clear the favicon cache. Also removes any extraneous files fromChristian Persch2005-08-071-9/+65
* Keep pixbufs in cache instead of loading them over and over again.Christian Persch2005-08-031-22/+140
* Periodically save the favicon cache.Christian Persch2005-07-081-8/+55
* Rename favicons so they don't have extensions. Work around broken mimeChristian Persch2005-07-081-39/+126
* Better fix for bug #151037 to make session shutdown work again. Also fixChristian Persch2005-07-041-1/+17
* EphyCookie's expires field is now of time_t type (fixes gcc 4.0 warning).Jean-François Rameau2005-07-031-3/+3
* Implement a more flexible approach at saving a EphyNodeDb, by allowing toChristian Persch2005-04-081-1/+2
* Check the favicon file type and only allow ico, gif & png. Fixes bugChristian Persch2005-02-271-1/+47
* Add ; to all LOG statements, and adapt ephy-debug.h for non-GNUC-varargsChristian Persch2005-01-281-5/+5
* Make all structs prefixed by _.Christian Persch2005-01-081-1/+1
* Consistently start enum names with EPHY_*.Crispin Flowerday2005-01-051-2/+2
* We always have config.h, no need to guard its inclusion.Christian Persch2004-11-021-2/+0
* Annotate "if (type == 0)" in get_type functions with G_UNLIKELY, like theChristian Persch2004-10-231-1/+1
* 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
* Change initial refcound of EphyNode to 1, not 0Adam Hooper2004-04-091-1/+0
* Remove cancelled downloads from the downloads hash; and remove partiallyChristian Persch2004-02-291-37/+66
* Make max size property use long / bytes.Marco Pesenti Gritti2004-02-241-1/+1
* Fix numerous places where we weren't properly converting between UTF-8 andChristian Persch2004-02-121-17/+31
* Remove trailing / in invocation of mkdir, since it's unneeded and notChristian Persch2004-02-081-1/+1
* Fix mem leak.Christian Persch2004-01-251-1/+3
* *** empty log message ***Marco Pesenti Gritti2003-12-161-18/+0
* Add a factory to create embed objects and use it. Deal with dependency ofMarco Pesenti Gritti2003-11-221-1/+3