[Webkit-unassigned] [Bug 51364] Web Inspector: Remote Web Inspector - Cross Platform InspectorServer

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 26 23:27:45 PST 2011


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





--- Comment #49 from Joseph Pecoraro <joepeck at webkit.org>  2011-01-26 23:27:43 PST ---
(In reply to comment #48)
> (In reply to comment #46)
> > Re part 3 and 4 - implementing a version 76 WebSocket server in WebCore isn't great
> > because this spec is obsolete. A lot of this code is going to be rewritten, and having a
> > C++ server side to take care of would probably complicate things a lot. Not sure what
> > you could do here though.

By the way, to this end I was able to locally create some boilerplate and eventually a
LayoutTest that would sanity check that a WebSocket can open, send, receive, and close
a connection with a WebSocketServer as defined here. My changes for the test were ugly,
as I made an Obj-C WebSocketServer class to use in DumpRenderTree, but such a test
might be useful to ensure the client / server don't get out of sync.

Currently it looks like `run-new-webkit-websocketserver` uses pywebsocket. What does
that mean for when we update our WebSocket client implementation to a new draft or
edition? Do we also have to update pywebsocket? Wait for a new version? Find a new
server library to test against? Or would it be easier to maintain our own server, as above?

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list