Skip to content
  • commit-queue@webkit.org's avatar
    2011-04-15 Zelidrag Hornung <zelidrag@chromium.org> · 68736cda
    commit-queue@webkit.org authored
            Reviewed by Darin Fisher.
    
            Added enums for external file system type.
            https://bugs.webkit.org/show_bug.cgi?id=58456
    
            * fileapi/DOMFileSystemBase.cpp:
            (WebCore::DOMFileSystemBase::crackFileSystemURL):
            * fileapi/DOMFileSystemBase.h:
            * fileapi/EntryBase.cpp:
            (WebCore::EntryBase::toURL):
            * page/DOMWindow.cpp:
            (WebCore::DOMWindow::requestFileSystem):
            * page/DOMWindow.h:
            * platform/AsyncFileSystem.h:
            * workers/WorkerContext.cpp:
            (WebCore::WorkerContext::requestFileSystem):
            (WebCore::WorkerContext::requestFileSystemSync):
            * workers/WorkerContext.h:
    2011-04-15  Zelidrag Hornung  <zelidrag@chromium.org>
    
            Reviewed by Darin Fisher.
    
            Added enums for external file system type and exposed factory function
            for creating File- and DirectoryEntry objects from Chromium side.
            https://bugs.webkit.org/show_bug.cgi?id=58456
    
            * public/WebFileSystem.h:
            * public/WebFrame.h:
            * src/AssertMatchingEnums.cpp:
            * src/WebFrameImpl.cpp:
            (WebKit::WebFrameImpl::createFileSystem):
            (WebKit::WebFrameImpl::createFileEntry):
            * src/WebFrameImpl.h:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@83972 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    68736cda