[Webkit-unassigned] [Bug 145030] New: Rename connectionDidClose and related methods to be more clear

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 14 16:53:57 PDT 2015


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

            Bug ID: 145030
           Summary: Rename connectionDidClose and related methods to be
                    more clear
    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: beidson at apple.com

Rename connectionDidClose and related methods to be more clear

When reading code in the UIProcess, it is easy to confuse "connectionDidClose(IPC::Connection)" and "didClose(IPC::Connection)"

The former means "the UI Process is purposefully shutting down the connection to a child process.

The later means "the remote end point of this connection has gone away"

We should leave the later, but change the former to be much more explicit.

-- 
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/20150514/11b547f3/attachment.html>


More information about the webkit-unassigned mailing list