Bug 187567 - WKUIDelegate needs an alternate decideDatabaseQuotaForSecurityOrigin method that provides the database name and display name
Summary: WKUIDelegate needs an alternate decideDatabaseQuotaForSecurityOrigin method t...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit API (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Jeff Miller
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2018-07-11 17:02 PDT by Jeff Miller
Modified: 2018-07-24 10:47 PDT (History)
3 users (show)

See Also:


Attachments
Patch (8.63 KB, patch)
2018-07-11 17:10 PDT, Jeff Miller
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jeff Miller 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);
Comment 1 Jeff Miller 2018-07-11 17:02:46 PDT
<rdar://problem/35858035>
Comment 2 Jeff Miller 2018-07-11 17:10:23 PDT
Created attachment 344791 [details]
Patch
Comment 3 WebKit Commit Bot 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>
Comment 4 WebKit Commit Bot 2018-07-24 10:47:34 PDT
All reviewed patches have been landed.  Closing bug.