-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[CLOSED] FileSystem Implementation (#247) #2077
Comments
Thanks, Chema. I'm not sure if we can prioritize this for this week. We'll have to take a look again next week. Thanks for your patience. |
No problem! It's lowprio/cleanup and you guys seem busy enough. No need to hurry on this one ;) |
reviewing |
Initial review complete. Just one minor comment. |
Oops... fixed! |
Thanks, Chema! Merging. |
Monday Nov 19, 2012 at 23:31 GMT
Originally opened as adobe/brackets#2158
This pull request implements the
FileSystem
interface described in http://www.w3.org/TR/file-system-api/#the-filesystem-interface and modifiesNativeFileSystem.requestNativeFileSystem
to return aFileSystem
object with a rootDirectoryEntry
following the specs.As indicated in #247, it also updates all existing calls to
requestNativeFileSystem
(tests included) to get the root DirectoryEntry.This is a dangerous change that could potentially break several extensions so we may want to implement this in a more backward compatible manner. However, I've done a global find in all the extensions listed in the wiki and only brackets-snippets seems to be calling
requestNativeFileSystem
directly, so it looks less disruptive than I originally thought...jbalsas included the following code: https://github.com/adobe/brackets/pull/2158/commits
The text was updated successfully, but these errors were encountered: