RESOLVED FIXED 65250
WebSocket: Pass the value of useHixie76Protocol flag to WebSocket object
https://bugs.webkit.org/show_bug.cgi?id=65250
Summary WebSocket: Pass the value of useHixie76Protocol flag to WebSocket object
Yuta Kitamura
Reported 2011-07-27 05:23:29 PDT
To implement bug 65247, we need to determine the WebSocket protocol used by the WebSocketChannel associated with it. WebSocket objects may reside in worker threads. WorkerContext does not provide the way to obtain Settings values, thus we need to get the value from WebSocketChannel (which is in the loader thread).
Attachments
Patch (10.74 KB, patch)
2011-07-27 06:35 PDT, Yuta Kitamura
no flags
Yuta Kitamura
Comment 1 2011-07-27 06:35:47 PDT
Alexey Proskuryakov
Comment 2 2011-07-27 08:43:08 PDT
Comment on attachment 102141 [details] Patch This looks like a case where a bool is better than an enum, because callers don't use true/false literals, and there is no confusion.
WebKit Review Bot
Comment 3 2011-07-28 05:21:18 PDT
Comment on attachment 102141 [details] Patch Clearing flags on attachment: 102141 Committed r91919: <http://trac.webkit.org/changeset/91919>
WebKit Review Bot
Comment 4 2011-07-28 05:21:23 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.