[Webkit-unassigned] [Bug 256572] New: HysteresisActivity::impulse() thrashes a timer

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 9 21:14:46 PDT 2023


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

            Bug ID: 256572
           Summary: HysteresisActivity::impulse() thrashes a timer
           Product: WebKit
           Version: WebKit Local Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Template Framework
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: simon.fraser at apple.com

HysteresisActivity::impulse() is implemented as:

    void impulse()
    {
        if (!m_active) {
            start();
            stop();
        }
    }

which will always stop and restart the timer if called repeatedly.

-- 
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/20230510/8e403db6/attachment.htm>


More information about the webkit-unassigned mailing list