RESOLVED FIXED 227581
[Model] Restrict IPC calls to ARKit SPI availability and runtime flag
https://bugs.webkit.org/show_bug.cgi?id=227581
Summary [Model] Restrict IPC calls to ARKit SPI availability and runtime flag
Antoine Quint
Reported 2021-07-01 05:39:24 PDT
[Model] Restrict IPC calls to ARKit SPI availability and runtime flag
Attachments
Patch (29.82 KB, patch)
2021-07-01 05:42 PDT, Antoine Quint
ews-feeder: commit-queue-
Patch (34.11 KB, patch)
2021-07-01 06:52 PDT, Antoine Quint
thorton: review+
Antoine Quint
Comment 1 2021-07-01 05:42:28 PDT
Antoine Quint
Comment 2 2021-07-01 06:52:39 PDT
Tim Horton
Comment 3 2021-07-01 12:31:09 PDT
Comment on attachment 432686 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=432686&action=review > Source/WebKit/UIProcess/Cocoa/ModelElementControllerCocoa.mm:59 > + if (!m_webPageProxy->preferences().modelElementEnabled()) > + return; These could be stronger (like MESSAGE_CHECKs, killing the WP if something unexpected is happening), but this is certainly better than nothing.
Antoine Quint
Comment 4 2021-07-01 12:37:27 PDT
Radar WebKit Bug Importer
Comment 5 2021-07-01 12:38:19 PDT
Note You need to log in before you can comment on or make changes to this bug.