Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | 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 | |