RESOLVED FIXED 187567
WKUIDelegate needs an alternate decideDatabaseQuotaForSecurityOrigin method that provides the database name and display name
https://bugs.webkit.org/show_bug.cgi?id=187567
Summary WKUIDelegate needs an alternate decideDatabaseQuotaForSecurityOrigin method t...
Jeff Miller
Reported 2018-07-11 17:02:18 PDT
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);
Attachments
Patch (8.63 KB, patch)
2018-07-11 17:10 PDT, Jeff Miller
no flags
Jeff Miller
Comment 1 2018-07-11 17:02:46 PDT
Jeff Miller
Comment 2 2018-07-11 17:10:23 PDT
WebKit Commit Bot
Comment 3 2018-07-24 10:47:32 PDT
Comment on attachment 344791 [details] Patch Clearing flags on attachment: 344791 Committed r234157: <https://trac.webkit.org/changeset/234157>
WebKit Commit Bot
Comment 4 2018-07-24 10:47:34 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.