[webkit-changes] [WebKit/WebKit] 1d87ff: Further adjustments to the organization storage ac...
Commit Queue
noreply at github.com
Wed Mar 20 17:32:46 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 1d87ffb4145cbaff9fc2b97b2bd6d7d2f3dda29a
https://github.com/WebKit/WebKit/commit/1d87ffb4145cbaff9fc2b97b2bd6d7d2f3dda29a
Author: Matthew Finkel <m_finkel at apple.com>
Date: 2024-03-20 (Wed, 20 Mar 2024)
Changed paths:
M Source/WebCore/en.lproj/Localizable.strings
M Source/WebKit/UIProcess/Cocoa/WKStorageAccessAlert.h
M Source/WebKit/UIProcess/Cocoa/WKStorageAccessAlert.mm
Log Message:
-----------
Further adjustments to the organization storage access prompt
https://bugs.webkit.org/show_bug.cgi?id=271007
rdar://124640260
Reviewed by Wenson Hsieh.
After receiving additional feedback, adjust the wording and add a disclosure
list. If the list of domains is more than 2, then show the domains in a list
via a disclosure button.
* Source/WebCore/en.lproj/Localizable.strings:
* Source/WebKit/UIProcess/Cocoa/WKStorageAccessAlert.h:
* Source/WebKit/UIProcess/Cocoa/WKStorageAccessAlert.mm:
(-[_WKSSOSiteList initWithSiteList:withAlert:withTableView:]):
(-[_WKSSOSiteList numberOfRowsInTableView:]):
(-[_WKSSOSiteList tableView:viewForTableColumn:row:]):
(-[_WKSSOSiteList toggleTableViewContents:]):
(WebKit::presentStorageAccessAlert):
(WebKit::presentStorageAccessAlertQuirk):
(WebKit::presentStorageAccessAlertSSOQuirk):
(WebKit::displayStorageAccessAlert):
Canonical link: https://commits.webkit.org/276435@main
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list