Bug 194766

Summary: iOS Safari will not load USDZ in QLPreview when opening as BLOB
Product: WebKit Reporter: Dean Jackson <dino>
Component: New BugsAssignee: Dean Jackson <dino>
Status: RESOLVED FIXED    
Severity: Normal CC: webkit-bug-importer, wenson_hsieh
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch wenson_hsieh: review+

Description Dean Jackson 2019-02-17 13:36:07 PST
iOS Safari will not load USDZ in QLPreview when opening as BLOB
Comment 1 Dean Jackson 2019-02-17 13:36:35 PST
<rdar://problem/42769186>
Comment 2 Dean Jackson 2019-02-17 13:40:38 PST
Created attachment 362248 [details]
Patch
Comment 3 Wenson Hsieh 2019-02-17 13:58:09 PST
Comment on attachment 362248 [details]
Patch

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

> Source/WebKit/UIProcess/Cocoa/SystemPreviewControllerCocoa.mm:100
> +                completionHandler((NSURL*)strongSelf->_finishedURL, nil);

Nit - NSURL *
Comment 4 Dean Jackson 2019-02-18 11:10:02 PST
Committed r241730: <https://trac.webkit.org/changeset/241730>