aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/websocket.rs
Commit message (Expand)AuthorAgeFilesLines
...
* Reorder `use` statementsUK9922016-09-091-5/+5
* Implemented name for Runnable trait in WebSocket RunnablesNikhil Shagrithaya2016-07-231-0/+8
* Remove DataSlice, fix #12249Zhen Zhang2016-07-051-4/+3
* Switch to using the new rooted!/RootedGuard API for rooting.Eduard Burtescu2016-07-041-2/+2
* Propagate privacy information of iframes to corresponding pipelines. Make ifr...Sagar Muchhal2016-06-201-2/+2
* Update Blob::{new, new_inherited} to take StringsAchal Shah2016-06-171-1/+1
* Add file backend support for Blob and relatedZhen Zhang2016-06-011-5/+4
* Remove empty lines following braces.Josh Matthews2016-05-271-2/+0
* Report use statements that use {} with only one entryCullen Rhodes2016-05-271-1/+1
* Move DOMString back to scriptAnthony Ramine2016-05-241-2/+1
* Implement trait-based ResourceThreads and clean up related naming issuesZhen Zhang2016-05-201-4/+3
* Removed unused importsPer Lundberg2016-05-151-2/+0
* Stop using JSAutoRequest.Ms2ger2016-05-131-2/+1
* Rewrite Blob constructor interfaceZhen Zhang2016-05-101-2/+4
* Update SpiderMonkeyAnthony Ramine2016-05-031-1/+3
* Remove extraneous script_chan parameter from Trusted::newKeith Yeung2016-04-281-8/+6
* Upgrade to rust-url 1.0 and hyper 0.9Simon Sapin2016-04-231-2/+2
* replace Fallible<()> with ErrorResultDi Xu2016-04-131-4/+4
* refactors entities from script_thread into script_runtimeRahul Sharma2016-04-061-2/+3
* Update WebSocket blocked ports to match the Fetch specSaurav Sachidanand2016-03-171-8/+14
* Trigger WebSocket error eventSam Gibson2016-02-261-14/+12
* Auto merge of #9683 - kmuszyn:9561-more-thread-source-renamings, r=jdmbors-servo2016-02-181-5/+5
|\
| * Issue #9561 continued - renamed *_thread_source to *_task_source in global.rs...Kamil Muszyński2016-02-171-5/+5
* | Auto merge of #9662 - rebstar6:websocket_cookies, r=jdmbors-servo2016-02-181-1/+11
|\ \ | |/ |/|
| * Add support for websocket request and response cookiesRebecca2016-02-171-1/+11
* | #9640 Refactor: Move util::str::is_token to script::dom::bindings::strPeter2016-02-141-2/+2
* | Remove the global argument to EventTarget::{fire_event, fire_simple_event}.Ms2ger2016-02-081-3/+2
* | Fix #9508: Beautify our union enums constructorsAlexander Lopatin2016-02-071-3/+3
|/
* Make websockets not crash in a worker scopeManish Goregaokar2016-02-041-2/+2
* Auto merge of #9400 - jmr0:websocket, r=noxbors-servo2016-01-251-7/+4
|\
| * fix websocket header validation, ensure it meets token requirements, addjmr02016-01-241-7/+4
* | add origin to location and url apiChandler Abraham2016-01-211-2/+3
|/
* Fix test-tidy errorsJames Sanders2016-01-181-2/+5
* Make closing related code more clear and more correctJames Sanders2016-01-181-60/+65
* Make WebSocket constructor take (DOMString or sequence<DOMString>)James Sanders2016-01-171-6/+9
* Add global default method for Reflectable traitChad Kimes2016-01-111-5/+5
* Remove global field from WebSocketChad Kimes2016-01-101-10/+7
* task -> threadrohan.prinja2016-01-101-19/+19
* Rename fire_simple_event_params to fire_eventBrandon Fairchild2016-01-071-4/+4
* Changed blob to use DataSlice with Arc in order to limit wasteful copying of ...David Raifaizen2016-01-061-4/+5
* now panics on integer overflowNikki2015-12-301-2/+1
* added a check for buffer overflowNikki2015-12-291-1/+5
* updated websocket buffered_amount to be u64 instead of u32Nikki2015-12-291-13/+3
* 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