aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ephy-profile-migration.h
Commit message (Collapse)AuthorAgeFilesLines
* Add a new utility function to query the keyring for the form passwordGustavo Noronha Silva2009-12-151-0/+11
| | | | | This is used to make all policy regarding what and how we save data be in one place.
* ephy-embed-single: cache form auth dataXan Lopez2009-12-151-0/+3
| | | | | Otherwise we need to query keyring all the time to figure out if we have to prefill forms.
* ephy-profile-migration: migrate form auth data from (copied) gecko profileXan Lopez2009-12-151-0/+6
| | | | | We store the login/password pairs used in forms in the keyring, like the HTTP auth data.
* Move profile migration tools from src/ to lib/Xan Lopez2009-12-151-0/+25
We'll use them from embed/ for form password saving, and embed/ can't use code from src/