Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | script: Move code generation and webidl files to new script_bindings crate. ↵ | Josh Matthews | 2025-01-24 | 1 | -36/+0 |
| | | | | | (#35157) Signed-off-by: Josh Matthews <josh@joshmatthews.net> | ||||
* | Convert Web IDL void to undefined | Kagami Sascha Rosylight | 2022-01-05 | 1 | -5/+5 |
| | | | | Fixes #27660 | ||||
* | Migrate to new constructor operation syntax | Kagami Sascha Rosylight | 2019-10-02 | 1 | -1/+2 |
| | |||||
* | Update WebIDL.py to 4166cae81546 | Manish Goregaokar | 2019-03-04 | 1 | -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 Ikenmeyer | 2018-11-19 | 1 | -1/+1 |
| | |||||
* | Websockets send typed arrays now | Christian Poveda | 2018-03-25 | 1 | -2/+2 |
| | |||||
* | Explicitly expose everything everywhere. | Ms2ger | 2016-07-12 | 1 | -1/+1 |
| | |||||
* | Make WebSocket constructor take (DOMString or sequence<DOMString>) | James Sanders | 2016-01-17 | 1 | -1/+1 |
| | |||||
* | updated websocket buffered_amount to be u64 instead of u32 | Nikki | 2015-12-29 | 1 | -1/+1 |
| | |||||
* | adding initial support for websocket subprotocol negotation | jmr0 | 2015-12-17 | 1 | -1/+1 |
| | |||||
* | Fixes #8213: Implement Blob variant of WebSocket.send() | Nikki | 2015-11-04 | 1 | -2/+1 |
| | |||||
* | Adds bufferedAmount to Websocket (fixes #7856). | Jim Berlage | 2015-10-15 | 1 | -1/+1 |
| | |||||
* | Require the argument to WebSocket#send() (fixes #7858). | Jim Berlage | 2015-10-08 | 1 | -1/+1 |
| | |||||
* | WebSocket: Implement WebSocket#binaryType | Tom Jakubowski | 2015-08-15 | 1 | -1/+1 |
| | |||||
* | Implement WebSocket#onmessage. | Ms2ger | 2015-08-08 | 1 | -1/+1 |
| | |||||
* | Auto merge of #6693 - notriddle:tidy-webidl, r=jdm | bors-servo | 2015-07-22 | 1 | -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 Howell | 2015-07-22 | 1 | -1/+1 |
| | | |||||
| * | Tidy finds WebIDLs with no spec. | Michael Howell | 2015-07-21 | 1 | -0/+2 |
| | | | | | | | | Closes #6689 | ||||
* | | Auto merge of #6582 - servo:clamp-enforce-range, r=jdm | bors-servo | 2015-07-22 | 1 | -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. | snf | 2015-07-22 | 1 | -2/+1 |
| |/ | |||||
* / | Reject websocket protocol requests that don't match ↵ | Josh Matthews | 2015-07-22 | 1 | -1/+1 |
|/ | | | | https://tools.ietf.org/html/rfc6455#section-4.1 . | ||||
* | Fixed definition of Close and Send in WebSocket.webidl and updated ↵ | Paul Faria | 2015-05-19 | 1 | -3/+3 |
| | | | | implementation in websocket.rs. | ||||
* | Implement incomplete opening, sending, and closing behaviour for WebSockets ↵ | William Galliher | 2015-05-05 | 1 | -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 Marfatia | 2014-11-25 | 1 | -0/+27 |