[webkit-changes] [WebKit/WebKit] ac7e2c: Move more ivars from WKWebViewConfiguration to API...
Alex Christensen
noreply at github.com
Tue Mar 19 20:47:55 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: ac7e2c914e1046e159a945949f54fe122b0ec8cd
https://github.com/WebKit/WebKit/commit/ac7e2c914e1046e159a945949f54fe122b0ec8cd
Author: Alex Christensen <achristensen at apple.com>
Date: 2024-03-19 (Tue, 19 Mar 2024)
Changed paths:
M Source/WebKit/UIProcess/API/APIPageConfiguration.h
M Source/WebKit/UIProcess/API/Cocoa/WKWebViewConfiguration.mm
Log Message:
-----------
Move more ivars from WKWebViewConfiguration to API::PageConfiguration
https://bugs.webkit.org/show_bug.cgi?id=271282
rdar://125046091
Reviewed by Charlie Wolfe.
* Source/WebKit/UIProcess/API/APIPageConfiguration.h:
(API::PageConfiguration::mainContentUserGestureOverrideEnabled const):
(API::PageConfiguration::setMainContentUserGestureOverrideEnabled):
(API::PageConfiguration::invisibleAutoplayNotPermitted const):
(API::PageConfiguration::setInvisibleAutoplayForbidden):
(API::PageConfiguration::attachmentElementEnabled const):
(API::PageConfiguration::setAttachmentElementEnabled):
(API::PageConfiguration::attachmentWideLayoutEnabled const):
(API::PageConfiguration::setAttachmentWideLayoutEnabled):
(API::PageConfiguration::allowsInlinePredictions const):
(API::PageConfiguration::setAllowsInlinePredictions):
* Source/WebKit/UIProcess/API/Cocoa/WKWebViewConfiguration.mm:
(-[WKWebViewConfiguration init]):
(-[WKWebViewConfiguration setAllowsInlinePredictions:]):
(-[WKWebViewConfiguration allowsInlinePredictions]):
(-[WKWebViewConfiguration copyWithZone:]):
(-[WKWebViewConfiguration _invisibleAutoplayNotPermitted]):
(-[WKWebViewConfiguration _setInvisibleAutoplayNotPermitted:]):
(-[WKWebViewConfiguration _attachmentElementEnabled]):
(-[WKWebViewConfiguration _setAttachmentElementEnabled:]):
(-[WKWebViewConfiguration _attachmentWideLayoutEnabled]):
(-[WKWebViewConfiguration _setAttachmentWideLayoutEnabled:]):
(-[WKWebViewConfiguration _mainContentUserGestureOverrideEnabled]):
(-[WKWebViewConfiguration _setMainContentUserGestureOverrideEnabled:]):
(-[WKWebViewConfiguration _waitsForPaintAfterViewDidMoveToWindow]):
(-[WKWebViewConfiguration _setWaitsForPaintAfterViewDidMoveToWindow:]):
(-[WKWebViewConfiguration _setMarkedTextInputEnabled:]):
(-[WKWebViewConfiguration _markedTextInputEnabled]):
Canonical link: https://commits.webkit.org/276383@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