Bug 138742 - [iOS] NSFileManager and QuickLook SPI not available in public SDK
Summary: [iOS] NSFileManager and QuickLook SPI not available in public SDK
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: iPhone / iPad iOS 8.1
: P2 Normal
Assignee: Daniel Bates
URL:
Keywords:
Depends on: 138709
Blocks: 136487
  Show dependency treegraph
 
Reported: 2014-11-14 09:32 PST by Daniel Bates
Modified: 2014-11-18 12:40 PST (History)
3 users (show)

See Also:


Attachments
Patch (13.44 KB, patch)
2014-11-14 09:40 PST, Daniel Bates
no flags Details | Formatted Diff | Diff
Patch (13.43 KB, patch)
2014-11-14 11:50 PST, Daniel Bates
no flags Details | Formatted Diff | Diff
Patch (13.43 KB, patch)
2014-11-14 13:27 PST, Daniel Bates
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.