[Webkit-unassigned] [Bug 119129] New: Manage the lifetime of DOMTimers with OwnPtr

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 25 22:20:01 PDT 2013


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

           Summary: Manage the lifetime of DOMTimers with OwnPtr
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Keywords: BlinkMergeCandidate
          Severity: Normal
          Priority: P2
         Component: HTML DOM
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: rniwa at webkit.org
                CC: ggaren at apple.com, koivisto at iki.fi, akling at apple.com


Consider merging https://chromium.googlesource.com/chromium/blink/+/b1d4635341dd888387901873696d3329a462b9e3

The lifetime of DOMTimers are currently managed manually with new and delete.
This change wraps the DOMTimers with OwnPtr, and lets ScriptExecutionContext
own them.

This is a refactoring step that will be required to fix bug 230705. This is
a pure refactoring, and thus user-visible behavior should not change.

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