[Webkit-unassigned] [Bug 201079] New: [RemoteInspector][Socket] Restructuring the components of Socket implementation

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Aug 23 10:33:25 PDT 2019


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

            Bug ID: 201079
           Summary: [RemoteInspector][Socket] Restructuring the components
                    of Socket implementation
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: All
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Inspector
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: Basuke.Suzuki at sony.com
                CC: inspector-bugzilla-changes at group.apple.com

Since the change for WeakPtr on r248386, our port start assersion failure on the usage of RemoteInspectorSocketEndpoint. We have to send a message to connection client, but if that has to be done in the same thread which weakPtr generated, it's a little bit stronger ristriction for us to handle. In this restructure, we are stopping to use weakPtr to resolve circular dependency, but using a reference with invalidation method because everything is under our control.

-- 
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/20190823/8cd3233c/attachment.html>


More information about the webkit-unassigned mailing list