Bug 232880

Summary: WebXR uses IOKit in WebContent process
Product: WebKit Reporter: Kimmo Kinnunen <kkinnunen>
Component: WebXRAssignee: Nobody <webkit-unassigned>
Status: RESOLVED CONFIGURATION CHANGED    
Severity: Normal CC: svillar, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Kimmo Kinnunen
Reported 2021-11-09 06:26:49 PST
WebXR uses IOKit in WebContent process #if USE(IOSURFACE_FOR_XR_LAYER_DATA) MachSendRight surfaceSendRight; if (!decoder.decode(surfaceSendRight)) return std::nullopt; layerData.surface = WebCore::IOSurface::createFromSendRight(WTFMove(surfaceSendRight), WebCore::DestinationColorSpace::SRGB()); if (!decoder.decode(layerData.isShared)) return std::nullopt; #else
Attachments
Radar WebKit Bug Importer
Comment 1 2021-11-09 06:27:19 PST
Sergio Villar Senin
Comment 2 2026-03-03 04:28:31 PST
I think this can be closed, I don't think it's valid anymore
Note You need to log in before you can comment on or make changes to this bug.