[Webkit-unassigned] [Bug 214508] New: Finalizers shouldn't run if events can't fire

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 17 16:18:57 PDT 2020


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

            Bug ID: 214508
           Summary: Finalizers shouldn't run if events can't fire
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: keith_miller at apple.com

Currently, we don't have a mechanism for WebCore to tell JSC which windows are suspended/killed. This means that JSC will continue to run finalizers for iframes that have been detached from the document. Normally, those windows don't trigger and events on the runloop. This is already a bug for Wasm but that's less obvious than finalizers.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20200717/6406b501/attachment.htm>


More information about the webkit-unassigned mailing list