Bug 158613

Summary: REGRESSION(r201880): WebSockets based remote inspector is broken since r201880
Product: WebKit Reporter: Carlos Garcia Campos <cgarcia>
Component: WebKit2Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: achristensen, bugs-noreply, darin
Priority: P2 Keywords: Gtk, Regression
Version: WebKit Local Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch mcatanzaro: review+

Description Carlos Garcia Campos 2016-06-09 22:59:18 PDT
It times out running the first test case, so my guess is that remote inspector is not working, probably due to web sockets being broken after r201880. I haven't looked at it in detail, though.

TEST: ./Tools/gtk/../../WebKitBuild/Release/bin/TestWebKitAPI/WebKit2Gtk/TestInspectorServer: TIMEOUT
Comment 1 Carlos Garcia Campos 2016-06-22 07:48:29 PDT
Not really GTK+ specific.
Comment 2 Carlos Garcia Campos 2016-06-22 07:53:09 PDT
Created attachment 281838 [details]
Patch
Comment 3 Michael Catanzaro 2016-06-22 09:25:10 PDT
Comment on attachment 281838 [details]
Patch

Looks straightforward. It needs an owner to rubber stamp before you commit. Darin?
Comment 4 Carlos Garcia Campos 2016-06-22 23:07:38 PDT
(In reply to comment #3)
> Comment on attachment 281838 [details]
> Patch
> 
> Looks straightforward. It needs an owner to rubber stamp before you commit.
> Darin?

This is not exactly cross-platform code, it's only used by GTK+ and EFL, that's why it has been broken for so long and nobody noticed it.
Comment 5 Carlos Garcia Campos 2016-06-22 23:11:09 PDT
Committed r202367: <http://trac.webkit.org/changeset/202367>