aboutsummaryrefslogtreecommitdiffstats
path: root/embed/ephy-password-manager.c
Commit message (Expand)AuthorAgeFilesLines
* Fix mem leak.Christian Persch2008-04-061-0/+5
* Allow building with xulrunner 1.9. Patch by Alexander Sack; part of bug #503657Christian Persch2008-03-281-0/+4
* Use g_slice for EphyPasswordInfo, EphyPermissionInfo, PixbufCacheEntry. (#521...Christian Persch2008-03-281-3/+3
* Add remove_all_passwords method to EphyPasswordManager and implement itCosimo Cecchi2007-11-051-0/+13
* 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
* Rename the password manager's methods to give better names in theJean-François rameau2005-01-161-8/+8
* 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
* Keep the passwords list in the pdm dialogue up-to-date wrt. new passwordsChristian Persch2004-08-221-1/+30
* s/IFace/Iface/g to match the gtk+ naming convention.Christian Persch2004-02-201-4/+4
* Mark parameters "const" where appropriate.Christian Persch2003-11-261-1/+1
* New interfaces: EphyCookieManager, EphyPermissionManager,Christian Persch2003-11-221-0/+175