[Webkit-unassigned] [Bug 149404] New: [GTK] Add API for configuring the credential storage scheme

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 21 07:32:18 PDT 2015


https://bugs.webkit.org/show_bug.cgi?id=149404

            Bug ID: 149404
           Summary: [GTK] Add API for configuring the credential storage
                    scheme
    Classification: Unclassified
           Product: WebKit
           Version: Other
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: Minor
          Priority: P2
         Component: WebKit Gtk
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: mcatanzaro at igalia.com

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 *);

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150921/81d93fea/attachment.html>


More information about the webkit-unassigned mailing list