[Webkit-unassigned] [Bug 164763] New: [WebCore] Drop frame protection for script execution

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 14 20:28:01 PST 2016


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

            Bug ID: 164763
           Summary: [WebCore] Drop frame protection for script execution
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: HTML DOM
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: utatane.tea at gmail.com
                CC: cdumez at apple.com

In ScriptController and ScriptElement, there are some `Ref<Frame> protector(frame)` protections.
It avoids destroying Frame during executing scripts.

But if there are no code touching Frame after the execution of the script, we do not need to save Frame.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20161115/be8ed506/attachment.html>


More information about the webkit-unassigned mailing list