aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/websocket.rs
Commit message (Expand)AuthorAgeFilesLines
* sort all usesJohann Tuffe2015-08-201-9/+9
* Cleanup WebGLRenderingContext, Websocker, WorkerGlobalScopeManish Goregaokar2015-08-181-1/+1
* Fix existing syntactics nits.Josh Matthews2015-08-161-1/+1
* Auto merge of #7214 - tomjakubowski:websocket-binaryType, r=Ms2gerbors-servo2015-08-151-3/+33
|\
| * WebSocket: Implement WebSocket#binaryTypeTom Jakubowski2015-08-151-3/+33
* | Splitting ScriptMsg into various enums; r=jdmRavi Shankar2015-08-151-6/+5
* | Measure heap memory usage for more types. Fixes #6951Bogdan Cuza2015-08-131-1/+4
|/
* Implement WebSocket#onmessage.Ms2ger2015-08-081-0/+1
* Dispatch message events for WebSocket.Ms2ger2015-08-071-13/+88
* Use hosts-replaced URL only when loading resourcesJames Graham2015-08-051-7/+20
* Add spec linksBogdan Cuza2015-07-281-0/+4
* Move the WebSocket constructor logic out of WebSocket::new.Ms2ger2015-07-231-15/+11
* Spawn a thread for WebSocket messages.Ms2ger2015-07-221-44/+35
* Set the WebSocket's Sender from the ConnectionEstablishedTask.Ms2ger2015-07-221-2/+4
* Remove the receiver field from WebSocket.Ms2ger2015-07-221-5/+1
* Split up WebSocketTaskHandler.Ms2ger2015-07-221-37/+17
* Reject websocket protocol requests that don't match https://tools.ietf.org/ht...Josh Matthews2015-07-221-3/+29
* Don't try to send a message in WebSocket#close if the sender isn't present.Ms2ger2015-07-161-1/+3
* Handle Send correctly if readyState is not Open.Ms2ger2015-07-161-2/+9
* Remove WebSocket::sendCloseFrame.Ms2ger2015-07-161-17/+11
* Remove parse_web_socket_url in favour of functions in rust-websocket.Ms2ger2015-07-151-44/+6
* Throw an InvalidStateError from WebSocket#send when it is called too early.Ms2ger2015-07-141-1/+5
* Stop panicking while establishing a WebSocket connection.Ms2ger2015-07-141-9/+19
* Fix #6379Bogdan Cuza2015-07-131-1/+3
* Replace WebSocketTask::Open by ConnectionEstablished.Ms2ger2015-07-131-14/+22
* Remove some dead code from WebSockets.Ms2ger2015-07-131-8/+0
* Return the parsed URL from WebSocket#url.Ms2ger2015-07-131-10/+10
* Refactor #[jstraceable] to #[derive(JSTraceable)]David Winslow2015-07-011-2/+1
* Upgrade to SM 39Michael Wu2015-06-191-33/+30
* WebSocket constructor should not panicJinwoo Song2015-06-161-1/+10
* Revert "WebSocket constructor should not panic"Ms2ger2015-06-121-10/+1
* WebSocket constructor should not panicJinwoo Song2015-06-111-1/+10
* Auto merge of #6174 - frewsxcv:cleanup-long-lines, r=SimonSapinbors-servo2015-05-241-5/+10
|\
| * Reduce max line length from 150 to 120 charactersCorey Farwell2015-05-241-5/+10
* | fixes 6111: WebSocket close event shouldn't be CancelableAlexander Putilin2015-05-241-1/+1
|/
* Adding in a missed algorithm step number in the comments.Paul Faria2015-05-201-1/+1
* Auto merge of #6127 - Nashenas88:websockets-invalid-urls, r=Ms2gerbors-servo2015-05-201-9/+54
|\
| * Responded to more code review comments. Simplified code a lot.Paul Faria2015-05-191-64/+12
| * Responded to code review comments, general cleanupPaul Faria2015-05-191-51/+29
| * Fixing one missed trailing whitespace, and fixed urlPaul Faria2015-05-191-2/+2
| * Removing trailing whitespacePaul Faria2015-05-191-4/+4
| * Initial work on #6061.Paul Faria2015-05-191-8/+127
* | Fixed definition of Close and Send in WebSocket.webidl and updated implementa...Paul Faria2015-05-191-5/+6
|/
* Made open event in WebScoket not cancelable (fixes #6101)Keith Yeung2015-05-181-1/+1
* Fix some overlong lines.Ms2ger2015-05-141-1/+2
* Implement incomplete opening, sending, and closing behaviour for WebSockets u...William Galliher2015-05-051-12/+269
* Add links to spec for script::dom structs/methodsCorey Farwell2015-03-281-0/+2
* Import the util crate as util rather than servo_util.Ms2ger2015-01-291-1/+1
* Fixes #4164 Make Constructor and new functions take GlobalRef by valueMatt McCoy2015-01-071-2/+2
* Remove extra spacesManish Goregaokar2014-12-271-1/+0