Bug 149404

Summary: [GTK] Add API for configuring the credential storage scheme
Product: WebKit Reporter: Michael Catanzaro <mcatanzaro>
Component: WebKitGTKAssignee: Nobody <webkit-unassigned>
Status: NEW    
Severity: Minor CC: bugs-noreply, kevinprince76
Priority: P2    
Version: Other   
Hardware: PC   
OS: Linux   

Michael Catanzaro
Reported 2015-09-21 07:32:18 PDT
The delete passwords function in Epiphany has no way to present or delete HTTP auth passwords, because WebKit saves them in SECRET_SCHEMA_COMPAT_NETWORK. That seems like a good place for applications that don't offer functionality for viewing and deleting passwords, but for Epiphany it would be nice if they would be stored with EPHY_FORM_PASSWORD_SCHEMA. Maybe something like: webkit_web_context_set_credential_storage_schema (WebKitWebContext *, SecretSchema *);
Attachments
Note You need to log in before you can comment on or make changes to this bug.