RESOLVED INVALID 84318
AsyncFileSystem::openFileSystem is missing parameters
https://bugs.webkit.org/show_bug.cgi?id=84318
Summary AsyncFileSystem::openFileSystem is missing parameters
Leo Yang
Reported 2012-04-18 22:49:53 PDT
AsyncFileSystem::openFileSystem should take more parameters (SecurityOrigin and file system size) from LocalFileSystem::requestFileSystem. These parameter are required when opening a filesystem.
Attachments
Patch (9.58 KB, patch)
2012-04-18 23:15 PDT, Leo Yang
eric: review-
Leo Yang
Comment 1 2012-04-18 23:15:40 PDT
Eric Seidel (no email)
Comment 2 2012-04-19 16:16:53 PDT
Comment on attachment 137850 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=137850&action=review > Source/WebCore/platform/AsyncFileSystem.cpp:67 > +void AsyncFileSystem::openFileSystem(ScriptExecutionContext*, const String& basePath, const String& storageIdentifier, Type type, long long, bool, PassOwnPtr<AsyncFileSystemCallbacks> callbacks) ScriptExecutationContext is not a platofrm concept. I believe this is a layering violation. > Source/WebCore/platform/gtk/AsyncFileSystemGtk.cpp:50 > +void AsyncFileSystem::openFileSystem(SecurityOrigin*, const String& basePath, const String& storageIdentifier, Type type, long long, bool, PassOwnPtr<AsyncFileSystemCallbacks> callbacks) Similarly, I believe this to be a layering violation.
Note You need to log in before you can comment on or make changes to this bug.