[Webkit-unassigned] [Bug 154926] New: Add Page::TimerThrottlingState

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 2 11:50:15 PST 2016


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

            Bug ID: 154926
           Summary: Add Page::TimerThrottlingState
    Classification: Unclassified
           Product: WebKit
           Version: Other
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Misc.
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: barraclough at apple.com

Hidden page timer throttling is currently a boolean state, indicated by whether the Optional m_timerThrottlingEnabledTime is in a set/unset state. When enabled, the increasing mechanism may or may not be enable, this is controlled directly by the setting.

Refactor to add a enum tracking timer throttling being in one of three states - disabled, enabled, or enabled-throttling. This cleans things up, and will enabled up to introduce a dynamic policy for when enabled-throttling is enabled. (Behavior is unchanged in this patch.)

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160302/c503b17a/attachment.html>


More information about the webkit-unassigned mailing list