aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/websocket.rs
Commit message (Expand)AuthorAgeFilesLines
* Implement EventTarget::fire_simple_event and EventTarget::fire_simple_event_p...Arthur Skobara2015-12-221-9/+5
* Auto merge of #8825 - jmr0:master, r=jdmbors-servo2015-12-181-3/+37
|\
| * adding initial support for websocket subprotocol negotationjmr02015-12-171-3/+37
* | Remove from Trusted::new an unnecessary argumentArthur Skobara2015-12-121-2/+2
|/
* Pass around event types as Atoms instead of StringsCorey Farwell2015-12-101-3/+3
* move websocket creation to resource taskNova Fallen2015-12-081-101/+55
* Split fn script_chan into 5 different task channel fnKeith Yeung2015-12-061-3/+3
* Auto merge of #8787 - Jayflux:hotfix/8695, r=mbrubeckbors-servo2015-12-031-2/+3
|\
| * now using external ref_slice instead of the std versionJason Williams2015-12-031-2/+3
* | Auto merge of #8693 - yanirs:websocket-close-unspecified-status, r=jdmbors-servo2015-12-031-5/+21
|\ \ | |/ |/|
| * Implement unspecified websocket close code (fixes issue #8158)Yanir Seroussi2015-11-301-5/+21
* | Upgrade to rustc 1.6.0-nightly (d5fde83ae 2015-11-12)Manish Goregaokar2015-11-271-13/+17
|/
* Replaced DOMString constructor by conversion functions.Alan Jeffrey2015-11-121-5/+5
* Use the conversion traits from js.Ms2ger2015-11-121-19/+19
* rename WebSocket::Send_ImplRoman Klauke2015-11-081-3/+3
* Cleanup WebSocket::Send_Impl.Ms2ger2015-11-051-14/+7
* Auto merge of #8218 - nikkisquared:master, r=eefriedmanbors-servo2015-11-051-28/+72
|\
| * Fixes #8213: Implement Blob variant of WebSocket.send()Nikki2015-11-041-28/+72
* | Make DOMString a newtype around String, rather than a typedef.Ms2ger2015-11-041-8/+7
* | Get rid of a bunch of explicit derefsDavid Zbarsky2015-11-031-1/+1
* | merge from masterrohan.prinja2015-11-031-3/+3
|\ \
| * | Remove JSTraceable implementation from RefCell.Eli Friedman2015-11-021-3/+3
| |/
* | rearrange imports to be in alphabetical orderrohan.prinja2015-10-301-2/+1
* | more refactoringrohan.prinja2015-10-301-1/+2
* | move Castable into dom::bindings::inheritancerohan.prinja2015-10-301-1/+2
|/
* Clean up the cast callsAnthony Ramine2015-10-211-8/+4
* Introduce trait CastableAnthony Ramine2015-10-211-8/+6
* Adds bufferedAmount to Websocket (fixes #7856).Jim Berlage2015-10-151-2/+43
* Auto merge of #7871 - psdh:sendReason, r=jdmbors-servo2015-10-131-1/+4
|\
| * Send reason in the Websocket close handshakePrabhjyot Singh Sodhi2015-10-051-1/+4
* | Auto merge of #7885 - jimberlage:7858/null-message, r=Ms2gerbors-servo2015-10-091-2/+2
|\ \
| * | Require the argument to WebSocket#send() (fixes #7858).Jim Berlage2015-10-081-2/+2
* | | make blacklist as const arrayvectorijk2015-10-061-65/+65
* | | Fix #7855 Implement port blockingvectorijk2015-10-061-0/+69
* | | Refactor Error enum usage to consistently be qualifiedAnthony Urena2015-10-061-4/+3
|/ /
* / remove data field from websocketsRoman Klauke2015-10-051-2/+0
|/
* fixed the 'as_slice' deprecated warningRavi Shankar2015-09-261-3/+4
* sorted the extern crate, mod & use declarationsRavi Shankar2015-09-241-7/+6
* Fix reported test-tidy errors for unmerged import blocksBrandon Fairchild2015-09-191-12/+9
* Move EventTargetTypeId/NodeTypeId to DOMClassMichael Wu2015-09-121-2/+2
* Enforce linking to spec for method implementations via macrosCorey Farwell2015-08-311-0/+7
* Time distribution across script event categories.benshu2015-08-281-4/+5
* Make the traits for the IDL interfaces take &selfAnthony Ramine2015-08-271-7/+7
* Remove helper traitsAnthony Ramine2015-08-271-2/+2
* make dom_struct derive HeapSizeOf,João Oliveira2015-08-271-1/+0
* 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