Skip to content
  • eric@webkit.org's avatar
    2009-10-06 Adam Barth <abarth@webkit.org> · 48bae877
    eric@webkit.org authored
            Reviewed by Eric Seidel.
    
            Move setLocalLoadPolicy and friends to SecurityOrigin
            https://bugs.webkit.org/show_bug.cgi?id=30110
    
            These have more to do with security policies than with loading frames.
    
            * WebCore.base.exp:
            * dom/Document.cpp:
            (WebCore::Document::initSecurityContext):
            * loader/Cache.cpp:
            (WebCore::Cache::requestResource):
            * loader/FrameLoader.cpp:
            * loader/FrameLoader.h:
            * loader/SubresourceLoader.cpp:
            (WebCore::SubresourceLoader::create):
            * page/SecurityOrigin.cpp:
            (WebCore::SecurityOrigin::setLocalLoadPolicy):
            (WebCore::SecurityOrigin::restrictAccessToLocal):
            (WebCore::SecurityOrigin::allowSubstituteDataAccessToLocal):
            * page/SecurityOrigin.h:
            (WebCore::SecurityOrigin::):
    2009-10-06  Adam Barth  <abarth@webkit.org>
    
            Reviewed by Eric Seidel.
    
            Move setLocalLoadPolicy and friends to SecurityOrigin
            https://bugs.webkit.org/show_bug.cgi?id=30110
    
            Call the new API.
    
            * WebView/WebView.mm:
            (-[WebView _commonInitializationWithFrameName:groupName:usesDocumentViews:]):
    2009-10-06  Adam Barth  <abarth@webkit.org>
    
            Reviewed by Eric Seidel.
    
            Move setLocalLoadPolicy and friends to SecurityOrigin
            https://bugs.webkit.org/show_bug.cgi?id=30110
    
            Call the new API.
    
            * Api/qwebpage.cpp:
            (QWebPagePrivate::QWebPagePrivate):
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@49211 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    48bae877