Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: b7761411212c8c806d985a503c48bf21cb5fa5e1
https://github.com/WebKit/WebKit/commit/b7761411212c8c806d985a503c48bf21cb5fa5e1
Author: David Kilzer <[email protected]>
Date: 2025-10-25 (Sat, 25 Oct 2025)
Changed paths:
M Source/WebKit/UIProcess/Cocoa/_WKCaptionStyleMenuController.h
M Source/WebKit/UIProcess/ios/_WKCaptionStyleMenuControllerIOS.mm
Log Message:
-----------
Follow-up: [iOS] Add a pop-up menu for selecting caption style profiles
<https://bugs.webkit.org/show_bug.cgi?id=301376>
<rdar://problem/163297495>
Unreviewed build fix for internal watchOS.
This is a follow-up fix for 302143@main.
* Source/WebKit/UIProcess/Cocoa/_WKCaptionStyleMenuController.h:
(WKCaptionStyleMenuController.contextMenuInteraction):
- Disable property on watchOS.
* Source/WebKit/UIProcess/ios/_WKCaptionStyleMenuControllerIOS.mm:
- Do not implement unavailable UIContextMenuInteractionDelegate protocol
on watchOS.
(-[WKCaptionStyleMenuController contextMenuInteraction]):
(-[WKCaptionStyleMenuController
contextMenuInteraction:configurationForMenuAtLocation:]):
(-[WKCaptionStyleMenuController
contextMenuInteraction:willDisplayMenuForConfiguration:animator:]):
(-[WKCaptionStyleMenuController
contextMenuInteraction:willEndForConfiguration:animator:]):
- Comment out WKCaptionStyleMenuController.contextMenuInteraction
property and UIContextMenuInteractionDelegate protocol methods on
watchOS.
Canonical link: https://commits.webkit.org/302150@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications