Skip to content
  • beidson@apple.com's avatar
    Add a strategy for loader customization. · 888d153a
    beidson@apple.com authored
    https://bugs.webkit.org/show_bug.cgi?id=100278
    
    Reviewed by Alexey Proskuryakov.
    
    Source/WebCore:
    
    It's empty for now and does nothing, just like the goggles.
    
    * WebCore.gypi:
    * WebCore.vcproj/WebCore.vcproj:
    * WebCore.xcodeproj/project.pbxproj:
    * platform/PlatformStrategies.h:
    (WebCore::PlatformStrategies::loaderStrategy):
    (PlatformStrategies):
    (WebCore::PlatformStrategies::PlatformStrategies):
    
    Source/WebKit/efl:
    
    * WebCoreSupport/PlatformStrategiesEfl.cpp:
    (PlatformStrategiesEfl::createLoaderStrategy):
    * WebCoreSupport/PlatformStrategiesEfl.h:
    (PlatformStrategiesEfl):
    
    Source/WebKit/gtk:
    
    * WebCoreSupport/PlatformStrategiesGtk.cpp:
    (PlatformStrategiesGtk::createLoaderStrategy):
    * WebCoreSupport/PlatformStrategiesGtk.h:
    (PlatformStrategiesGtk):
    
    Source/WebKit/mac:
    
    * WebCoreSupport/WebPlatformStrategies.h:
    (WebPlatformStrategies):
    * WebCoreSupport/WebPlatformStrategies.mm:
    (WebPlatformStrategies::createLoaderStrategy):
    
    Source/WebKit/qt:
    
    * WebCoreSupport/PlatformStrategiesQt.cpp:
    (PlatformStrategiesQt::createLoaderStrategy):
    * WebCoreSupport/PlatformStrategiesQt.h:
    (PlatformStrategiesQt):
    
    Source/WebKit/win:
    
    * WebCoreSupport/WebPlatformStrategies.cpp:
    (WebPlatformStrategies::createLoaderStrategy):
    * WebCoreSupport/WebPlatformStrategies.h:
    (WebPlatformStrategies):
    
    Source/WebKit/wince:
    
    * WebCoreSupport/PlatformStrategiesWinCE.cpp:
    (PlatformStrategiesWinCE::createLoaderStrategy):
    * WebCoreSupport/PlatformStrategiesWinCE.h:
    (PlatformStrategiesWinCE):
    
    Source/WebKit2:
    
    * WebProcess/WebCoreSupport/WebPlatformStrategies.cpp:
    (WebKit::WebPlatformStrategies::createLoaderStrategy):
    * WebProcess/WebCoreSupport/WebPlatformStrategies.h:
    (WebPlatformStrategies):
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@132396 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    888d153a