[Webkit-unassigned] [Bug 254396] New: [RemoteInspector][Socket] non-blocking RunLoop::iterate is required

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 23 22:20:48 PDT 2023


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

            Bug ID: 254396
           Summary: [RemoteInspector][Socket] non-blocking
                    RunLoop::iterate is required
           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: haruhisa.shin at open-tec.co.jp
                CC: inspector-bugzilla-changes at group.apple.com

RemoteInspector's thread for receiving socket data was processing messages via non-blocking RunLoop::iterate().
Since the commit https://github.com/WebKit/WebKit/commit/58887089c1f99919a7879162547ec7cf53548bbe replaced iterate() with cycle(), it is no longer possible to receive sockets.

We need a function that spins RunLoop without blocking the thread, so I propose that the RunLoop::iterate() be reinstated.

-- 
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/20230324/2f0620f5/attachment.htm>


More information about the webkit-unassigned mailing list