Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Throw an InvalidStateError from WebSocket#send when it is called too early. | Ms2ger | 2015-07-14 | 1 | -1/+5 |
| | |||||
* | Stop panicking while establishing a WebSocket connection. | Ms2ger | 2015-07-14 | 1 | -9/+19 |
| | |||||
* | Fix #6379 | Bogdan Cuza | 2015-07-13 | 1 | -1/+3 |
| | |||||
* | Replace WebSocketTask::Open by ConnectionEstablished. | Ms2ger | 2015-07-13 | 1 | -14/+22 |
| | |||||
* | Remove some dead code from WebSockets. | Ms2ger | 2015-07-13 | 1 | -8/+0 |
| | |||||
* | Return the parsed URL from WebSocket#url. | Ms2ger | 2015-07-13 | 1 | -10/+10 |
| | |||||
* | Refactor #[jstraceable] to #[derive(JSTraceable)] | David Winslow | 2015-07-01 | 1 | -2/+1 |
| | | | | fixes #6524 | ||||
* | Upgrade to SM 39 | Michael Wu | 2015-06-19 | 1 | -33/+30 |
| | |||||
* | WebSocket constructor should not panic | Jinwoo Song | 2015-06-16 | 1 | -1/+10 |
| | | | | | | | | Make an early return when the WebSocket connection fails in the constructor. Also let the WebSocket connection to be closed when the connection could not be established. Fixes #6082. | ||||
* | Revert "WebSocket constructor should not panic" | Ms2ger | 2015-06-12 | 1 | -10/+1 |
| | | | | This reverts commit 877c369e0bc5db4286457be36d015eeb1f0ae2f2. | ||||
* | WebSocket constructor should not panic | Jinwoo Song | 2015-06-11 | 1 | -1/+10 |
| | | | | | | | | Make an early return when the WebSocket connection fails in the constructor. Also let the WebSockect connection to be closed when the connection could not be established. Fixes #6082. | ||||
* | Auto merge of #6174 - frewsxcv:cleanup-long-lines, r=SimonSapin | bors-servo | 2015-05-24 | 1 | -5/+10 |
|\ | | | | | | | | | | | | | | | Part of https://github.com/servo/servo/issues/6041 <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/6174) <!-- Reviewable:end --> | ||||
| * | Reduce max line length from 150 to 120 characters | Corey Farwell | 2015-05-24 | 1 | -5/+10 |
| | | | | | | | | Part of https://github.com/servo/servo/issues/6041 | ||||
* | | fixes 6111: WebSocket close event shouldn't be Cancelable | Alexander Putilin | 2015-05-24 | 1 | -1/+1 |
|/ | |||||
* | Adding in a missed algorithm step number in the comments. | Paul Faria | 2015-05-20 | 1 | -1/+1 |
| | |||||
* | Auto merge of #6127 - Nashenas88:websockets-invalid-urls, r=Ms2ger | bors-servo | 2015-05-20 | 1 | -9/+54 |
|\ | | | | | | | | | | | | | | | Fix #6061. <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/6127) <!-- Reviewable:end --> | ||||
| * | Responded to more code review comments. Simplified code a lot. | Paul Faria | 2015-05-19 | 1 | -64/+12 |
| | | |||||
| * | Responded to code review comments, general cleanup | Paul Faria | 2015-05-19 | 1 | -51/+29 |
| | | |||||
| * | Fixing one missed trailing whitespace, and fixed url | Paul Faria | 2015-05-19 | 1 | -2/+2 |
| | | |||||
| * | Removing trailing whitespace | Paul Faria | 2015-05-19 | 1 | -4/+4 |
| | | |||||
| * | Initial work on #6061. | Paul Faria | 2015-05-19 | 1 | -8/+127 |
| | | |||||
* | | Fixed definition of Close and Send in WebSocket.webidl and updated ↵ | Paul Faria | 2015-05-19 | 1 | -5/+6 |
|/ | | | | implementation in websocket.rs. | ||||
* | Made open event in WebScoket not cancelable (fixes #6101) | Keith Yeung | 2015-05-18 | 1 | -1/+1 |
| | |||||
* | Fix some overlong lines. | Ms2ger | 2015-05-14 | 1 | -1/+2 |
| | |||||
* | Implement incomplete opening, sending, and closing behaviour for WebSockets ↵ | William Galliher | 2015-05-05 | 1 | -12/+269 |
| | | | | | | | | | | using rust-websocket. Authors: Shivaji Vidhale <savidhal@ncsu.edu> William Galliher <wpgallih@ncsu.edu> Allen Chen <achen4@ncsu.edu> Rucha Jogaikar <rsjogaik@ncsu.edu> | ||||
* | Add links to spec for script::dom structs/methods | Corey Farwell | 2015-03-28 | 1 | -0/+2 |
| | |||||
* | Import the util crate as util rather than servo_util. | Ms2ger | 2015-01-29 | 1 | -1/+1 |
| | | | | | | | | This used to conflict with the util crate from the standard library, which has long since been removed. The import in layout has not been changed because of a conflict with the util mod there. | ||||
* | Fixes #4164 Make Constructor and new functions take GlobalRef by value | Matt McCoy | 2015-01-07 | 1 | -2/+2 |
| | |||||
* | Remove extra spaces | Manish Goregaokar | 2014-12-27 | 1 | -1/+0 |
| | | | | Command: `find . -maxdepth 1 -type f -print0 | xargs -0 sed -z -i "s/}\\n\\n\\n/}\\n\\n/"` | ||||
* | Remove manual impls of Reflectors (autogen) | Manish Goregaokar | 2014-12-27 | 1 | -6/+1 |
| | | | | | | | | | Obtained via: `find . -maxdepth 1 -type f -print0 | xargs -0 sed -z -i "s/\\nimpl Reflectable for[^{]*{[^}]*}[^}]*}\\n//"` `find . -maxdepth 1 -type f -print0 |xargs -0 grep -lZ dom_struct | xargs -0 grep -LZ "reflector()\\|Reflector::new" |xargs -0 sed -z -i "s/use dom::bindings::utils::{Reflectable, Reflector, reflect_dom_object};/use dom::bindings::utils::reflect_dom_object;/"` followed by semi-automated removal of leftover imports | ||||
* | Update rustc to revision 3dcd2157403163789aaf21a9ab3c4d30a7c6494d. | Ms2ger | 2014-12-17 | 1 | -2/+2 |
| | |||||
* | Updated reflect_dom_object to be passed by value | Michael Booth | 2014-11-30 | 1 | -2/+2 |
| | |||||
* | Implement a basic WebSocket interface. | Hinali Marfatia | 2014-11-25 | 1 | -0/+49 |