Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 0d7a5cbd330ed676f96b77e537619fa88c216bc6 https://github.com/WebKit/WebKit/commit/0d7a5cbd330ed676f96b77e537619fa88c216bc6 Author: Sergio Villar Senin <svil...@igalia.com> Date: 2025-08-28 (Thu, 28 Aug 2025)
Changed paths: M Source/WebKit/UIProcess/XR/openxr/PlatformXROpenXR.cpp Log Message: ----------- [WebXR][OpenXR] Hand interaction extension is never enabled https://bugs.webkit.org/show_bug.cgi?id=298018 Reviewed by Carlos Garcia Campos. The hand interaction extension is never enabled because it was never detected as available even if the runtime supported it. The problem was that the code was not properly passing a span to the method that checks availability. Instead it was passing a char*. * Source/WebKit/UIProcess/XR/openxr/PlatformXROpenXR.cpp: (WebKit::OpenXRCoordinator::createInstance): Canonical link: https://commits.webkit.org/299249@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