RESOLVED FIXED Bug 224239
[WebXR] Introduce XRDeviceIdentifier and XRDeviceInfo to be used to communicate device info
https://bugs.webkit.org/show_bug.cgi?id=224239
Summary [WebXR] Introduce XRDeviceIdentifier and XRDeviceInfo to be used to communica...
Ada Chan
Reported 2021-04-06 10:06:17 PDT
[WebXR] Introduce XRDeviceIdentifier and XRDeviceInfo to be used to communicate device info
Attachments
Patch (16.88 KB, patch)
2021-04-06 10:27 PDT, Ada Chan
no flags
Patch (16.53 KB, patch)
2021-04-06 11:46 PDT, Ada Chan
no flags
Patch (14.79 KB, patch)
2021-04-07 14:52 PDT, Ada Chan
no flags
Unreviewed build fix (2.67 KB, patch)
2021-04-08 10:50 PDT, Wenson Hsieh
ews-feeder: commit-queue-
Ada Chan
Comment 1 2021-04-06 10:27:59 PDT
Tim Horton
Comment 2 2021-04-06 10:54:23 PDT
Comment on attachment 425298 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=425298&action=review > Source/WebKit/Shared/Cocoa/XRDeviceInfo.mm:41 > + encoder << static_cast<uint64_t>(features.size()); > + for (auto feature : features) > + encoder << feature; Odd, WebKit2's ArgumentCoders.h totally has a VectorArgumentCoder. Do you need this custom implementation?
Ada Chan
Comment 3 2021-04-06 11:42:34 PDT
(In reply to Tim Horton from comment #2) > Comment on attachment 425298 [details] > Patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=425298&action=review > > > Source/WebKit/Shared/Cocoa/XRDeviceInfo.mm:41 > > + encoder << static_cast<uint64_t>(features.size()); > > + for (auto feature : features) > > + encoder << feature; > > Odd, WebKit2's ArgumentCoders.h totally has a VectorArgumentCoder. Do you > need this custom implementation? Ah, I did not realize that. I'll update the patch.
Ada Chan
Comment 4 2021-04-06 11:46:02 PDT
EWS
Comment 5 2021-04-07 14:08:33 PDT
Tools/Scripts/svn-apply failed to apply attachment 425306 [details] to trunk. Please resolve the conflicts and upload a new patch.
EWS
Comment 6 2021-04-07 14:12:43 PDT
Tools/Scripts/svn-apply failed to apply attachment 425306 [details] to trunk. Please resolve the conflicts and upload a new patch.
Ada Chan
Comment 7 2021-04-07 14:52:40 PDT
EWS
Comment 8 2021-04-07 15:55:59 PDT
Committed r275640: <https://commits.webkit.org/r275640> All reviewed patches have been landed. Closing bug and clearing flags on attachment 425443 [details].
Radar WebKit Bug Importer
Comment 9 2021-04-07 15:56:17 PDT
Wenson Hsieh
Comment 10 2021-04-08 10:50:10 PDT
Reopening to attach new patch.
Wenson Hsieh
Comment 11 2021-04-08 10:50:12 PDT
Created attachment 425520 [details] Unreviewed build fix
Ada Chan
Comment 12 2021-04-08 10:51:00 PDT
(In reply to Wenson Hsieh from comment #11) > Created attachment 425520 [details] > Unreviewed build fix Thanks Wenson!
EWS
Comment 13 2021-04-08 11:21:26 PDT
Committed r275663 (236299@main): <https://commits.webkit.org/236299@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 425520 [details].
Note You need to log in before you can comment on or make changes to this bug.