[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:19:13 PST 2011


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





--- Comment #48 from Joseph Pecoraro <joepeck at webkit.org>  2011-01-26 23:19:12 PST ---
(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.

The goal of this was to have a WebSocket server that works with the WebSocket client
implementation in WebCore. Having the source of the two sides sharing much of the
same code in WebCore/websockets (like WebSocketFraming.{h,cpp}) should limit
much of the rewriting.

Given all of your feedback, how do you feel about the obsoleted patch I put up earlier?
It was up for weeks despite my poking for review comments. It was Mac only, and
therefore makes use of CFHTTPRequest, and CFRead/Write streams more directly.
I think an approach like this would actually be harder to keep up to date with WebCore's
WebSocket client implementation:
https://bugs.webkit.org/attachment.cgi?id=77066&action=review

-- 
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