RESOLVED FIXED Bug 68951
Expose +[WebStorageManager _storageDirectoryPath] as SPI
https://bugs.webkit.org/show_bug.cgi?id=68951
Summary Expose +[WebStorageManager _storageDirectoryPath] as SPI
Anton D'Auria
Reported 2011-09-27 16:25:40 PDT
It's useful to get the current LocalStorage directory via SPI, like +[WebStorageManager _storageDirectoryPath].
Attachments
Patch (4.20 KB, patch)
2011-09-27 16:46 PDT, Anton D'Auria
no flags
Patch (3.74 KB, patch)
2011-09-27 17:29 PDT, Anton D'Auria
no flags
Anton D'Auria
Comment 1 2011-09-27 16:46:41 PDT
Brady Eidson
Comment 2 2011-09-27 17:01:41 PDT
Comment on attachment 108932 [details] Patch I don't think <Foundation/NSFileManager_NSURLExtras.h> is public
Anton D'Auria
Comment 3 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.
WebKit Review Bot
Comment 4 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>
WebKit Review Bot
Comment 5 2011-09-28 13:45:47 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.