| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
| |
The migration code is now in the ephy-profile-migrator binary, this means:
- epiphany is not linking to NSS anymore
- lib/ephy-profile-migration.c was split into:
+ lib/ephy-profile-migrator.c: the new ephy-profile-migrator binary
+ lib/ephy-profile-utils.c: convenience _ephy_profile_*_form_auth_data functions.
- testing for migration is done without running ephy-profile-migrator
Bug #636685
|
|
|
|
| |
_ephy_profile_query_form_auth_data is async, doesn't return anything.
|
|
|
|
|
| |
This is used to make all policy regarding what and how we save data be
in one place.
|
|
|
|
|
| |
Otherwise we need to query keyring all the time to figure out if we
have to prefill forms.
|
|
|
|
|
| |
We store the login/password pairs used in forms in the keyring, like
the HTTP auth data.
|
|
We'll use them from embed/ for form password saving, and embed/ can't
use code from src/
|