RESOLVED FIXED 219171
Turn on ENABLE_WEBXR for Cocoa
https://bugs.webkit.org/show_bug.cgi?id=219171
Summary Turn on ENABLE_WEBXR for Cocoa
Ada Chan
Reported 2020-11-19 11:24:15 PST
Turn on ENABLE_WEBXR for Cocoa rdar://71524773
Attachments
Patch (34.39 KB, patch)
2020-11-19 14:54 PST, Ada Chan
no flags
Patch (30.14 KB, patch)
2020-11-19 15:40 PST, Ada Chan
no flags
Patch (30.13 KB, patch)
2020-11-19 15:45 PST, Ada Chan
no flags
Patch (30.10 KB, patch)
2020-11-19 17:03 PST, Ada Chan
no flags
Ada Chan
Comment 1 2020-11-19 14:54:23 PST
Ada Chan
Comment 2 2020-11-19 15:40:34 PST
Ada Chan
Comment 3 2020-11-19 15:45:05 PST
Tim Horton
Comment 4 2020-11-19 15:53:57 PST
Comment on attachment 414629 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=414629&action=review > Source/WebCore/Modules/webxr/WebXRRigidTransform.h:41 > + WTF_MAKE_ISO_ALLOCATED_EXPORT(WebXRRigidTransform, WEBCORE_EXPORT); Are these for WebKit's use, or just WebCoreTestSupport? If the latter, you can WEBCORE_TESTSUPPORT_EXPORT > Source/WebCore/platform/xr/openxr/PlatformXROpenXR.cpp:20 > +#if ENABLE(WEBXR) && USE_OPENXR should be USE(OPENXR), not USE_OPENXR. Ditto in a bunch of places.
Tim Horton
Comment 5 2020-11-19 16:47:06 PST
(In reply to Tim Horton from comment #4) > Comment on attachment 414629 [details] > Patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=414629&action=review > > > Source/WebCore/Modules/webxr/WebXRRigidTransform.h:41 > > + WTF_MAKE_ISO_ALLOCATED_EXPORT(WebXRRigidTransform, WEBCORE_EXPORT); > > Are these for WebKit's use, or just WebCoreTestSupport? If the latter, you > can WEBCORE_TESTSUPPORT_EXPORT /nevermind/! That is not the macro I thought it was.
Ada Chan
Comment 6 2020-11-19 17:03:26 PST
EWS
Comment 7 2020-11-19 20:33:08 PST
Committed r270067: <https://trac.webkit.org/changeset/270067> All reviewed patches have been landed. Closing bug and clearing flags on attachment 414642 [details].
Note You need to log in before you can comment on or make changes to this bug.