[Webkit-unassigned] [Bug 27209] Add WebSocket.idl

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 20 11:43:54 PDT 2009


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


Alexey Proskuryakov <ap at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ap at webkit.org




--- Comment #7 from Alexey Proskuryakov <ap at webkit.org>  2009-07-20 11:43:53 PDT ---
(In reply to comment #5)
> I'm not sure no static tables.  I just follow XMLHttpRequest.

NoStaticTables is needed for interfaces that will be used from worker threads.

> If you want to see more implementation, please take a look at
> http://codereview.chromium.org/155079

I do not think that implementing Web Sockets elsewhere and pushing it into
Bugzilla just for landing will work smoothly.

The most interesting aspect of WebSockets implementation, and one that I didn't
see discussed yet, is what kind of back-end we need. It is not clear whether
existing HTTP back-ends for supported platforms allow for the level of control
needed for Web Sockets - it is possible that we'll actually need a new
cross-platform HTTP implementation for these.

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