aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ephy-form-auth-data.c
Commit message (Collapse)AuthorAgeFilesLines
* ephy-form-auth-data: remove query section from URIsXan Lopez2013-03-131-0/+1
| | | | | | | We do not want the query to be relevant when loading/storing auth data. Patch by Carlos GarcĂ­a Campos <cgarcia@igalia.com>
* Add EphyFormAuthDataCache to ephy-form-auth-dataCarlos Garcia Campos2013-03-121-0/+148
| | | | And use it in EphyEmbedSingle to cache the form auth data.
* lib: Move auth data query/store methods from ephy-profile-utils to a new fileCarlos Garcia Campos2013-03-121-0/+251
Move to ephy-form-auth-data and renamed accordingly.