Bug 69408 - WebSocket: Add extensions attribute
Summary: WebSocket: Add extensions attribute
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Yuta Kitamura
URL:
Keywords:
Depends on:
Blocks: 50099
  Show dependency treegraph
 
Reported: 2011-10-05 02:02 PDT by Yuta Kitamura
Modified: 2011-10-05 20:36 PDT (History)
5 users (show)

See Also:


Attachments
Patch (7.18 KB, patch)
2011-10-05 05:21 PDT, Yuta Kitamura
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Yuta Kitamura 2011-10-05 02:02:02 PDT
Implement WebSocket's .extensions attribute.

This attribute should always return an empty string, as no protocol extensions are supported for now.


http://dev.w3.org/html5/websockets/#the-websocket-interface

interface WebSocket {
  ...
  readonly attribute DOMString extensions;
  ...
};


Chromium bug: http://code.google.com/p/chromium/issues/detail?id=99142
Comment 1 Yuta Kitamura 2011-10-05 05:21:17 PDT
Created attachment 109776 [details]
Patch
Comment 2 Kent Tamura 2011-10-05 19:29:26 PDT
Comment on attachment 109776 [details]
Patch

Looks good.
Comment 3 WebKit Review Bot 2011-10-05 20:36:47 PDT
Comment on attachment 109776 [details]
Patch

Clearing flags on attachment: 109776

Committed r96785: <http://trac.webkit.org/changeset/96785>
Comment 4 WebKit Review Bot 2011-10-05 20:36:51 PDT
All reviewed patches have been landed.  Closing bug.