[Webkit-unassigned] [Bug 136198] New: ScheduledAction may be deleted during execution

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Aug 23 23:30:12 PDT 2014


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

           Summary: ScheduledAction may be deleted during execution
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Bindings
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: barraclough at apple.com


For one-shot timers we move ownership of the ScheduledAction to a local RAII variable, so they'll survive until timer fire completes.

However for interval timers the ScheduledAction remains owned by the DOMTimer, which could cancel itself from script.

Change ownership model of ScheduledAction so even if the DOMTimer is cancelled the ScheduledAction won't be deleted mid execution.

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