[Webkit-unassigned] [Bug 116476] New: Active DOM object resumption should match reason for suspending

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 20 16:48:20 PDT 2013


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

           Summary: Active DOM object resumption should match reason for
                    suspending
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jpfau at apple.com


We provide a reason as to why active DOM objects are suspended, but we don't check when resuming that the reason we're resuming matches the reason we suspended. This could potentially lead to cases in which we attempt to resume multiple times with the first one not matching the reason we suspended. This will lead to us potentially resuming early or resuming multiple times. We should only resume if the reason we're resuming matches the reason we suspended.

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