Skip to content
  • commit-queue@webkit.org's avatar
    [EFL] Add more appcache functions to ewk_settings. · ae7682e2
    commit-queue@webkit.org authored
    https://bugs.webkit.org/show_bug.cgi?id=72143
    
    Patch by Raphael Kubo da Costa <kubo@profusion.mobi> on 2011-11-21
    Reviewed by Kenneth Rohde Christiansen.
    
    Source/WebKit/efl:
    
    Add a few more functions to make it possible to have more control over
    the offline web application features.
    
    * ewk/ewk_settings.cpp:
    (ewk_settings_application_cache_max_quota_get):
    (ewk_settings_application_cache_max_quota_set):
    (ewk_settings_application_cache_clear):
    * ewk/ewk_settings.h:
    
    Tools:
    
    * DumpRenderTree/efl/LayoutTestControllerEfl.cpp:
    (LayoutTestController::clearAllApplicationCaches):
    (LayoutTestController::setAppCacheMaximumSize): Use the right
    function, this is not related to the memory cache, but rather to the
    appcache.
    
    LayoutTests:
    
    LayoutTestController::clearAllApplicationCaches is implemented now.
    
    * platform/efl/Skipped:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@100915 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    ae7682e2