[Webkit-unassigned] [Bug 144619] New: Rename ProcessThrottlerClient::{send, cancel}ProcessWillSuspend() to {send, cancel}ProcessPrepareToSuspend()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 4 20:00:05 PDT 2015


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

            Bug ID: 144619
           Summary: Rename ProcessThrottlerClient::{send,
                    cancel}ProcessWillSuspend() to {send,
                    cancel}ProcessPrepareToSuspend()
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: All
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit2
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: dbates at webkit.org

The names of the functions ProcessThrottlerClient::{send, cancel}ProcessWillSuspend() are misnomers. These functions are called when
the ProcessThrottler wants to prepare the process that it manages for suspension and changes it mind, respectively. That is, these
functions do not actually correspond to the OS decision to suspend a process or cancel the suspension of a process. We should rename
these functions to better describe their purpose.

-- 
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/20150505/94e631b6/attachment-0001.html>


More information about the webkit-unassigned mailing list