aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/closeevent.rs
Commit message (Collapse)AuthorAgeFilesLines
...
* Reduce max line length from 150 to 120 charactersCorey Farwell2015-05-241-1/+5
| | | | Part of https://github.com/servo/servo/issues/6041
* Move the CloseEventInit defaults into IDL.Ms2ger2015-05-061-9/+2
|
* Make the CloseEvent members immutable.Ms2ger2015-05-061-22/+15
|
* Improve formatting in closeevent.rs.Ms2ger2015-05-061-9/+11
|
* Implement incomplete opening, sending, and closing behaviour for WebSockets ↵William Galliher2015-05-051-0/+89
using rust-websocket. Authors: Shivaji Vidhale <savidhal@ncsu.edu> William Galliher <wpgallih@ncsu.edu> Allen Chen <achen4@ncsu.edu> Rucha Jogaikar <rsjogaik@ncsu.edu>