| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
_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/
|