[Webkit-unassigned] [Bug 37150] New: [V8][Android] PageCache crashes when JavaScript is disabled

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 6 06:58:54 PDT 2010


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

           Summary: [V8][Android] PageCache crashes when JavaScript is
                    disabled
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Android
        OS/Version: Android
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: andreip at google.com
                CC: abarth at webkit.org, android-webkit-unforking at google.com


WebKit's Page Cache mechanism always attempts to save the script state,
regardless of whether JavaScript is enabled or not in the browser. When JS is
disabled, a frame's JS execution context is null. However, the Android V8
bindings always expect it to be non-null. The saving and restoration of the
script state should be a no-op when JS is disabled. Patch coming.

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