Skip to content
  • chang.shu@nokia.com's avatar
    2010-12-10 Krithigassree Sambamurthy <krithigassree.sambamurthy@nokia.com> · eff3dea4
    chang.shu@nokia.com authored
            Reviewed by Joseph Pecoraro.
    
            Bug 43455 - [Qt]: Implement Application Cache Quotas
            https://bugs.webkit.org/show_bug.cgi?id=43455
    
            Added new signal to report ApplicationCache Database
            quota.
    
            * Api/qwebpage.cpp:
            * Api/qwebpage.h:
    
            Added new functions to accomodate new appcache layout
            test origin-quota.html.
    
            * Api/qwebsecurityorigin.cpp:
            (QWebSecurityOrigin::setApplicationCacheQuota):
            * Api/qwebsecurityorigin.h:
            * WebCoreSupport/ChromeClientQt.cpp:
            (WebCore::ChromeClientQt::reachedApplicationCacheOriginQuota):
            * WebCoreSupport/DumpRenderTreeSupportQt.cpp:
            (DumpRenderTreeSupportQt::clearAllApplicationCaches):
            * WebCoreSupport/DumpRenderTreeSupportQt.h:
    
    2010-12-10  Krithigassree Sambamurthy  <krithigassree.sambamurthy@nokia.com>
    
            Reviewed by Joseph Pecoraro.
    
            [Qt]: Implement Application Cache Quotas
            https://bugs.webkit.org/show_bug.cgi?id=43455
    
            * platform/qt/Skipped: Unskip now passing test origin-quota.html
    
    2010-12-10  Krithigassree Sambamurthy  <krithigassree.sambamurthy@nokia.com>
    
            Reviewed by Joseph Pecoraro.
    
            Bug 43455 - [Qt]: Implement Application Cache Quotas
            https://bugs.webkit.org/show_bug.cgi?id=43455
    
            Introduce functions to allow new appcache layout test origin-quota.html
            to work correctly under Qt.
    
            * DumpRenderTree/qt/DumpRenderTreeQt.cpp:
            (WebCore::DumpRenderTree::DumpRenderTree):
            (WebCore::DumpRenderTree::dumpApplicationCacheQuota):
            * DumpRenderTree/qt/DumpRenderTreeQt.h:
    
            Introduce functions to allow new appcache layout test origin-quota.html
            to be successful under qt. Changes required because LayoutTestControllerQt
            does not inherit from LayoutController.
    
            * DumpRenderTree/qt/LayoutTestControllerQt.cpp:
            (LayoutTestController::reset):
            (LayoutTestController::clearAllApplicationCaches):
            (LayoutTestController::setApplicationCacheOriginQuota):
            * DumpRenderTree/qt/LayoutTestControllerQt.h:
            (LayoutTestController::shouldDumpApplicationCacheDelegateCallbacks):
            (LayoutTestController::dumpApplicationCacheDelegateCallbacks):
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@73789 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    eff3dea4