Bug 272358
Summary: | Warn apps that use KVC on WKWebViewConfiguration about future breakage | ||
---|---|---|---|
Product: | WebKit | Reporter: | Ben Nham <nham> |
Component: | WebKit Misc. | Assignee: | Ben Nham <nham> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | nham, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Local Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Ben Nham
We renamed some ivars in WKWebViewConfiguration in 276117@main. This broke some poorly behaved apps that were accessing ivars on WKWebViewConfiguration via KVC. We'll temporarily allow these apps to continue to function for backwards compat reasons when linking against an older SDK, but log a fault when it happens. When linking against newer SDKs, Foundation will raise an exception about trying to use KVC against a non-existent property for us.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Ben Nham
rdar://125913705
Ben Nham
Pull request: https://github.com/WebKit/WebKit/pull/26996
EWS
Committed 277266@main (04af542fbc0d): <https://commits.webkit.org/277266@main>
Reviewed commits have been landed. Closing PR #26996 and removing active labels.