Bug 68951

Summary: Expose +[WebStorageManager _storageDirectoryPath] as SPI
Product: WebKit Reporter: Anton D'Auria <adauria>
Component: WebKit APIAssignee: Anton D'Auria <adauria>
Status: RESOLVED FIXED    
Severity: Normal CC: beidson, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Patch none

Description Anton D'Auria 2011-09-27 16:25:40 PDT
It's useful to get the current LocalStorage directory via SPI, like +[WebStorageManager _storageDirectoryPath].
Comment 1 Anton D'Auria 2011-09-27 16:46:41 PDT
Created attachment 108932 [details]
Patch
Comment 2 Brady Eidson 2011-09-27 17:01:41 PDT
Comment on attachment 108932 [details]
Patch

I don't think <Foundation/NSFileManager_NSURLExtras.h> is public
Comment 3 Anton D'Auria 2011-09-27 17:29:17 PDT
Created attachment 108940 [details]
Patch

the path will be created by StorageTracker during initialization so the dependency on the private NSFileManager_NSURLExtras.h isn't necessary.
Comment 4 WebKit Review Bot 2011-09-28 13:45:43 PDT
Comment on attachment 108940 [details]
Patch

Clearing flags on attachment: 108940

Committed r96255: <http://trac.webkit.org/changeset/96255>
Comment 5 WebKit Review Bot 2011-09-28 13:45:47 PDT
All reviewed patches have been landed.  Closing bug.