Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: e95ad59cdf1098649635779f44807f9c5835ca05 https://github.com/WebKit/WebKit/commit/e95ad59cdf1098649635779f44807f9c5835ca05 Author: Abrar Rahman Protyasha <a_protya...@apple.com> Date: 2024-03-29 (Fri, 29 Mar 2024)
Changed paths: M Tools/WebKitTestRunner/ios/UIScriptControllerIOS.mm Log Message: ----------- [iOS] RespondsToSelector check for `UIPhysicalKeyboardEvent` modifier flags should be removed since tests are only run on iOS 17+ https://bugs.webkit.org/show_bug.cgi?id=271914 rdar://107768498 Reviewed by Aditya Keerthi. This patch cleans up the setter declaration and the responds to selector checking necessitated by having to support iOS layout tests on pre-and-post iOS 17. That is no longer the case, so let's drop the extra code. * Tools/WebKitTestRunner/ios/UIScriptControllerIOS.mm: (WTR::createUIPhysicalKeyboardEvent): (WTR::setModifierFlagsForUIPhysicalKeyboardEvent): Deleted. Canonical link: https://commits.webkit.org/276854@main To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications _______________________________________________ webkit-changes mailing list webkit-changes@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-changes