[Webkit-unassigned] [Bug 136401] New: Make timerNestingLevel threadsafe

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Aug 29 18:16:54 PDT 2014


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

           Summary: Make timerNestingLevel threadsafe
           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: barraclough at apple.com


timerNestingLevel, used by DOMTimer to determine whether a timer is 'nested' (repeating, possible due to a timer rescheduling itself) is a global. Since worker threads can set timers too this is not thread safe.

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