WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
232880
WebXR uses IOKit in WebContent process
https://bugs.webkit.org/show_bug.cgi?id=232880
Summary
WebXR uses IOKit in WebContent process
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
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2021-11-09 06:27:19 PST
<
rdar://problem/85200236
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug