aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/webidls/WebSocket.webidl
Commit message (Collapse)AuthorAgeFilesLines
* Convert Web IDL void to undefinedKagami Sascha Rosylight2022-01-051-5/+5
| | | | Fixes #27660
* Migrate to new constructor operation syntaxKagami Sascha Rosylight2019-10-021-1/+2
|
* Update WebIDL.py to 4166cae81546Manish Goregaokar2019-03-041-1/+1
| | | | | | https://hg.mozilla.org/integration/autoland/rev/4166cae81546f54accae807413f806d20bf30920 Pulls in changes from https://bugzilla.mozilla.org/show_bug.cgi?id=1359269
* Update MPL license to https (part 2)Jan Andre Ikenmeyer2018-11-191-1/+1
|
* Websockets send typed arrays nowChristian Poveda2018-03-251-2/+2
|
* Explicitly expose everything everywhere.Ms2ger2016-07-121-1/+1
|
* Make WebSocket constructor take (DOMString or sequence<DOMString>)James Sanders2016-01-171-1/+1
|
* updated websocket buffered_amount to be u64 instead of u32Nikki2015-12-291-1/+1
|
* adding initial support for websocket subprotocol negotationjmr02015-12-171-1/+1
|
* Fixes #8213: Implement Blob variant of WebSocket.send()Nikki2015-11-041-2/+1
|
* Adds bufferedAmount to Websocket (fixes #7856).Jim Berlage2015-10-151-1/+1
|
* Require the argument to WebSocket#send() (fixes #7858).Jim Berlage2015-10-081-1/+1
|
* WebSocket: Implement WebSocket#binaryTypeTom Jakubowski2015-08-151-1/+1
|
* Implement WebSocket#onmessage.Ms2ger2015-08-081-1/+1
|
* Auto merge of #6693 - notriddle:tidy-webidl, r=jdmbors-servo2015-07-221-0/+2
|\ | | | | | | | | | | | | | | | | | | Tidy finds WebIDLs with no spec. Closes #6689 <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/6693) <!-- Reviewable:end -->
| * Better references.Michael Howell2015-07-221-1/+1
| |
| * Tidy finds WebIDLs with no spec.Michael Howell2015-07-211-0/+2
| | | | | | | | Closes #6689
* | Auto merge of #6582 - servo:clamp-enforce-range, r=jdmbors-servo2015-07-221-2/+1
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Add Clamp and EnforceRange support for webidl arguments. <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/6582) <!-- Reviewable:end -->
| * | Add Clamp and EnforceRange support for webidl arguments.snf2015-07-221-2/+1
| |/
* / Reject websocket protocol requests that don't match ↵Josh Matthews2015-07-221-1/+1
|/ | | | https://tools.ietf.org/html/rfc6455#section-4.1 .
* Fixed definition of Close and Send in WebSocket.webidl and updated ↵Paul Faria2015-05-191-3/+3
| | | | implementation in websocket.rs.
* Implement incomplete opening, sending, and closing behaviour for WebSockets ↵William Galliher2015-05-051-8/+16
| | | | | | | | | | using rust-websocket. Authors: Shivaji Vidhale <savidhal@ncsu.edu> William Galliher <wpgallih@ncsu.edu> Allen Chen <achen4@ncsu.edu> Rucha Jogaikar <rsjogaik@ncsu.edu>
* Implement a basic WebSocket interface.Hinali Marfatia2014-11-251-0/+27