Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add a new utility function to query the keyring for the form password | Gustavo Noronha Silva | 2009-12-15 | 1 | -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 data | Xan Lopez | 2009-12-15 | 1 | -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 profile | Xan Lopez | 2009-12-15 | 1 | -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 Lopez | 2009-12-15 | 1 | -0/+410 |
We'll use them from embed/ for form password saving, and embed/ can't use code from src/ |