[Webkit-unassigned] [Bug 148995] New: sendProcessWillSuspendImminently uses a wrong message flag

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 8 23:10:37 PDT 2015


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

            Bug ID: 148995
           Summary: sendProcessWillSuspendImminently uses a wrong message
                    flag
    Classification: Unclassified
           Product: WebKit
           Version: Other
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit2
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: ap at webkit.org
                CC: andersca at apple.com, barraclough at apple.com,
                    dbates at webkit.org

WebProcessProxy::sendProcessWillSuspendImminently (and its NetworkProcess counterpart) passes IPC::InterruptWaitingIfSyncMessageArrives to sendSync, but this value can only be used with waitForMessage.

Not sure if this is a real bug - this flag gets interpreted as IPC::InformPlatformProcessWillSuspend, which may or may not be what we are after here.

This code was added in http://trac.webkit.org/r184105

-- 
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/20150909/80b2788b/attachment.html>


More information about the webkit-unassigned mailing list