aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ephy-profile-migration.c
Commit message (Collapse)AuthorAgeFilesLines
* Add sanity checks for places where we create SoupURIsGustavo Noronha Silva2009-12-201-0/+8
| | | | | SoupURI creation may fail for invalid URIs, and we would crash trying to work with the NULL pointers.
* Add a new utility function to query the keyring for the form passwordGustavo Noronha Silva2009-12-151-33/+86
| | | | | 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-3/+0
| | | | | 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-7/+119
| | | | | 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/+410
We'll use them from embed/ for form password saving, and embed/ can't use code from src/