Skip to content
  • commit-queue@webkit.org's avatar
    Collapse ENABLE(BLOB)|ENABLE(FILE_SYSTEM) to just ENABLE(BLOB) · 8bdba9b2
    commit-queue@webkit.org authored
    https://bugs.webkit.org/show_bug.cgi?id=80592
    
    Patch by Mark Pilgrim <pilgrim@chromium.org> on 2012-03-08
    Reviewed by Adam Barth.
    
    In anticipation of moving FILE_SYSTEM-related code to Modules/, we
    are collapsing combination BLOB/FILE_SYSTEM ifdefs to just
    BLOB. In other words, it is assumed from now on that you can not
    have FILE_SYSTEM support without BLOB support.
    
    No new tests, all existing tests pass.
    
    * CMakeLists.txt:
    * dom/ScriptExecutionContext.cpp:
    (WebCore::ScriptExecutionContext::~ScriptExecutionContext):
    (WebCore):
    (WebCore::ScriptExecutionContext::fileThread):
    * dom/ScriptExecutionContext.h:
    (WebCore):
    (ScriptExecutionContext):
    * fileapi/AsyncFileStream.cpp:
    * fileapi/AsyncFileStream.h:
    * fileapi/FileError.h:
    * fileapi/FileException.cpp:
    * fileapi/FileException.h:
    * fileapi/FileThread.cpp:
    * fileapi/FileThread.h:
    * fileapi/OperationNotAllowedException.cpp:
    * fileapi/OperationNotAllowedException.h:
    * platform/FileStream.cpp:
    * platform/FileStream.h:
    * platform/FileStreamClient.h:
    * platform/SchemeRegistry.cpp:
    (WebCore::canDisplayOnlyIfCanRequestSchemes):
    (WebCore::CORSEnabledSchemes):
    (WebCore::SchemeRegistry::registerURLSchemeAsNotAllowingJavascriptURLs):
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@110231 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    8bdba9b2