[Webkit-unassigned] [Bug 187567] New: WKUIDelegate's needs an alternate decideDatabaseQuotaForSecurityOrigin method that provides the database name and display name

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 11 17:02:18 PDT 2018


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

            Bug ID: 187567
           Summary: WKUIDelegate's needs an alternate
                    decideDatabaseQuotaForSecurityOrigin method that
                    provides the database name and display name
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit API
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: jeffm at apple.com

WKUIDelegate's needs an alternate decideDatabaseQuotaForSecurityOrigin method that provides the database name and display name. This would provide equivalent functionality to the WKPageExceededDatabaseQuotaCallback in the WKPageUIClient C SPI:

typedef unsigned long long (*WKPageExceededDatabaseQuotaCallback)(WKPageRef page, WKFrameRef frame, WKSecurityOriginRef origin, WKStringRef databaseName, WKStringRef displayName, unsigned long long currentQuota, unsigned long long currentOriginUsage, unsigned long long currentDatabaseUsage, unsigned long long expectedUsage, const void *clientInfo);

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


More information about the webkit-unassigned mailing list