Bug 138742

Summary: [iOS] NSFileManager and QuickLook SPI not available in public SDK
Product: WebKit Reporter: Daniel Bates <dbates>
Component: WebCore Misc.Assignee: Daniel Bates <dbates>
Status: RESOLVED FIXED    
Severity: Normal CC: aestes, ddkilzer, psolanki
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: iPhone / iPad   
OS: iOS 8.1   
Bug Depends on: 138709    
Bug Blocks: 136487    
Attachments:
Description Flags
Patch
none
Patch
none
Patch none

Description Daniel Bates 2014-11-14 09:32:39 PST
The iOS WebKit port makes use of the private headers Foundation/NSFileManager_NSURLExtras.h and QuickLook/{QuickLookPrivate, QLPreviewConverter}.h. Towards building the port using the public SDK, we should forward declare the applicable SPI.
Comment 1 Daniel Bates 2014-11-14 09:40:31 PST
Created attachment 241594 [details]
Patch
Comment 2 Daniel Bates 2014-11-14 11:50:34 PST
Created attachment 241611 [details]
Patch
Comment 3 Daniel Bates 2014-11-14 13:27:03 PST
Created attachment 241620 [details]
Patch
Comment 4 Daniel Bates 2014-11-14 15:31:43 PST
Comment on attachment 241620 [details]
Patch

Clearing flags on attachment: 241620

Committed r176142: <http://trac.webkit.org/changeset/176142>
Comment 5 Daniel Bates 2014-11-14 15:31:47 PST
All reviewed patches have been landed.  Closing bug.