[Webkit-unassigned] [Bug 27650] New: ChromeClient::maxAppCacheSize() method was left accidentally in WebKit/qt/ChromeClientQt.h

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 24 05:14:30 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=27650

           Summary: ChromeClient::maxAppCacheSize() method was left
                    accidentally in WebKit/qt/ChromeClientQt.h
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit Qt
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: andreip at google.com


ChromeClient::maxAppCacheSize() method was left accidentally in
WebKit/qt/ChromeClientQt.h after changeset
http://trac.webkit.org/changeset/46344 was landed.

This method does not belong to the ChromeClient. Instead, the 

void ApplicationCacheStorage::setMaximumSize(int64_t size)

should be used to enforce a maximum size for the application cache database
file.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list