[Webkit-unassigned] [Bug 237601] [GTK][WPE] Web Inspector: make it possible to use the remote inspector from other browsers

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 9 00:37:06 PST 2022


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

--- Comment #4 from Carlos Garcia Campos <cgarcia at igalia.com> ---
Comment on attachment 454114
  --> https://bugs.webkit.org/attachment.cgi?id=454114
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=454114&action=review

>> Source/WebKit/UIProcess/Inspector/glib/RemoteInspectorHTTPServer.cpp:50
>> +        g_warning("Failed to start remote inspector HTTP server on %s:%u: invalid address\n", address, port);
> 
> Oops: should be no trailing \n here
> 
> Also: if address is an IPv6 address, then %s:%u will be an invalid URI: it should be [%s]:%u in that case. I suppose that's an edge case that's probably not worth handling manually, but there is a g_inet_address_to_string() you might be able to use to avoid it.

This can't be IPv6 at the moment. We plan to add support for IPv6 soon, though.

-- 
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/20220309/5f1c0640/attachment-0001.htm>


More information about the webkit-unassigned mailing list