[Webkit-unassigned] [Bug 27209] Add WebSocket.idl
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Jul 14 03:21:05 PDT 2009
https://bugs.webkit.org/show_bug.cgi?id=27209
--- Comment #5 from Fumitoshi Ukai <ukai at chromium.org> 2009-07-14 03:21:04 PDT ---
Thanks for review.
Added some implementation and binding code.
> Why does this need a custom mark function or no static tables? (Not saying it doesn't..just wondering.)
I think custom mark function is necessary to prevent GC when it's open and
active.
I'm not sure no static tables. I just follow XMLHttpRequest.
Added Conditional=WEB_SOCKETS.
> Why are the constants shorts and the attribute a long?
not sure, but spec says so: http://dev.w3.org/html5/websockets/
If you want to see more implementation, please take a look at
http://codereview.chromium.org/155079
Thanks
--
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