[Webkit-unassigned] [Bug 30417] New: Need to properly disable applicationCache at runtime

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 15 16:46:30 PDT 2009


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

           Summary: Need to properly disable applicationCache at runtime
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore JavaScript
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: atwilson at chromium.org


This if statement should evaluate to false if applicationCache is disabled at
runtime:

if ('applicationCache' in window)

You can look at https://bugs.webkit.org/show_bug.cgi?id=30240 for an example of
how this was done for window.Audio(). We probably need to move this setting out
of WebCore::Settings and into a global static so it's easily accessible from
the V8 bindings.

-- 
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