Bug 214187

Summary: [WebXR] Retrieve supported reference spaces from actual XR systems
Product: WebKit Reporter: Sergio Villar Senin <svillar>
Component: New BugsAssignee: Sergio Villar Senin <svillar>
Status: RESOLVED FIXED    
Severity: Normal CC: cgarcia, svillar, webkit-bug-importer, youennf, zan, zimmermann
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 208988    
Attachments:
Description Flags
Patch cgarcia: review+

Description Sergio Villar Senin 2020-07-10 07:52:12 PDT
[WebXR] Retrieve supported reference spaces from actual XR systems
Comment 1 Sergio Villar Senin 2020-07-10 08:06:16 PDT
Created attachment 403967 [details]
Patch
Comment 2 Carlos Garcia Campos 2020-07-15 06:40:52 PDT
Comment on attachment 403967 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=403967&action=review

> Source/WebCore/platform/xr/openxr/PlatformXROpenXR.cpp:178
> +    createInfo.enabledExtensionCount = sizeof(enabledExtensions) / sizeof(char*);

WTF_ARRAY_LENGTH?
Comment 3 Radar WebKit Bug Importer 2020-07-20 16:03:51 PDT
<rdar://problem/65852973>
Comment 4 Nikolas Zimmermann 2020-07-28 04:34:44 PDT
What's the status here?
Comment 5 Sergio Villar Senin 2020-07-31 01:53:26 PDT
(In reply to Nikolas Zimmermann from comment #4)
> What's the status here?

I just need to update the patch & land. Got reviewed during my holidays.
Comment 6 Sergio Villar Senin 2020-07-31 02:01:02 PDT
Committed r265137: <https://trac.webkit.org/changeset/265137>