[webkit-changes] [WebKit/WebKit] 416f23: AR issues. Right after opening the USDZ and GLB fi...
Dean Jackson
noreply at github.com
Mon Jul 31 18:07:24 PDT 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 416f2342d7bf83b5381e371315b4292fc6a75a56
https://github.com/WebKit/WebKit/commit/416f2342d7bf83b5381e371315b4292fc6a75a56
Author: Dean Jackson <dino at apple.com>
Date: 2023-07-31 (Mon, 31 Jul 2023)
Changed paths:
M Source/WebKit/UIProcess/Cocoa/SystemPreviewControllerCocoa.mm
M Tools/TestWebKitAPI/Tests/WebKitCocoa/SystemPreview.mm
Log Message:
-----------
AR issues. Right after opening the USDZ and GLB file in the browser, it closes itself
https://bugs.webkit.org/show_bug.cgi?id=259670
rdar://110978209
Reviewed by Tim Horton.
We tightened the list of MIME types we accepted in ARQL during
the past year. Unfortunately still many servers are not configured
to send USD with the correct type, so we need to relax the list
a bit. For now, we'll add "application/octet-stream".
Added a new API test for this case.
* Source/WebKit/UIProcess/Cocoa/SystemPreviewControllerCocoa.mm:
* Tools/TestWebKitAPI/Tests/WebKitCocoa/SystemPreview.mm:
(TestWebKitAPI::TEST):
Canonical link: https://commits.webkit.org/266462@main
More information about the webkit-changes
mailing list