aboutsummaryrefslogtreecommitdiffstats
path: root/embed/ephy-cookie-manager.c
Commit message (Expand)AuthorAgeFilesLines
* Remove $Id$ marker from source files.Xan Lopez2009-01-161-1/+0
* And re-add ephy-cookie-manager too.Xan Lopez2008-12-121-0/+258
* Port ephy to use libsoup for cookies.Xan Lopez2008-12-121-258/+0
* Use g_slice for EphyCookie allocation. (#520560)Xan Lopez2008-03-061-3/+3
* Correct FSF address. Bug #409075, patch by John Millikin.RELEASE_2_18_0GNOME_2_18_BRANCHPOINTChristian Persch2007-03-121-1/+1
* Use UTF-8 copyright symbolChristian Persch2006-09-131-2/+2
* Remove some unnecessary static data.Christian Persch2006-09-071-1/+1
* Add G_SIGNAL_TYPE_STATIC_SCOPE to many signals.Christian Persch2005-04-091-4/+4
* Remove p3p info from EphyCookie.Christian Persch2005-01-151-2/+0
* We always have config.h, no need to guard its inclusion.Christian Persch2004-11-031-2/+0
* Annotate "if (type == 0)" in get_type functions with G_UNLIKELY, like theChristian Persch2004-10-241-2/+2
* s/IFace/Iface/g to match the gtk+ naming convention.Christian Persch2004-02-201-9/+9
* Unify interface struct and type macro naming to be EphyFooIFace,Christian Persch2004-01-021-3/+3
* Mark parameters "const" where appropriate.Christian Persch2003-11-261-2/+2
* Change signal names to be unique for interfaces on the same object.Christian Persch2003-11-261-16/+16
* Fix marshaller type.Christian Persch2003-11-251-1/+1
* New interfaces: EphyCookieManager, EphyPermissionManager,Christian Persch2003-11-221-0/+262