aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/websocket.rs
Commit message (Expand)AuthorAgeFilesLines
* begin messageport, transferable objects, implKeith Yeung2019-10-191-0/+1
* Modify *::get_cx methods to return a safe JSContext instead of a raw onemarmeladema2019-07-241-7/+7
* Fixes #23408Alex Johnson2019-05-261-37/+36
* Update to SpiderMonkey 66.Josh Matthews2019-05-101-2/+2
* set referrer in window.load_urlRussell Cousineau2019-04-191-2/+3
* Implementing the builder pattern for RequestInitLucas Fantacuci2019-04-101-7/+5
* Provide the source window as part of postMessage events.Josh Matthews2019-01-071-0/+1
* Rustfmt has changed its default style :/Simon Sapin2018-12-281-8/+6
* Update MPL license to https (part 3)Jan Andre Ikenmeyer2018-11-191-1/+1
* Reorder importsPyfisch2018-11-061-6/+6
* Format remaining filesPyfisch2018-11-061-2/+3
* Sort `use` statementsSimon Sapin2018-11-061-5/+5
* `cargo fix --edition`Simon Sapin2018-11-061-23/+23
* Format script componentchansuke2018-09-191-76/+115
* Add Websocket task sourceAgustin Chiappe Berrini2018-09-081-12/+9
* Add the TaskSourceName to CommonScriptMsg::TaskAgustin Chiappe Berrini2018-09-041-1/+7
* Properly set the origin on websocket messagesBastien Orivel2018-08-161-2/+11
* introduce "per task source" ignoring of tasksGregory Terzian2018-07-101-3/+11
* refactor(websocket): do not borrow sender anymoreOJ Kwon2018-03-261-25/+13
* Websockets send typed arrays nowChristian Poveda2018-03-251-1/+30
* Implements profiler for blocked recvNakul Jindal2018-03-221-1/+3
* Fix tyvar_behind_raw_pointer warningsSimon Sapin2018-01-101-2/+2
* Upgrade to rustc 1.23.0-nightly (02004ef78 2017-11-08)Simon Sapin2017-11-091-1/+0
* Auto merge of #18670 - avadacatavra:interactive-metrics, r=jdmbors-servo2017-10-251-1/+2
|\
| * added time to interactive metrics, refactored metrics to use traitsddh2017-10-241-1/+2
* | Merge functionality of WebsocketConnect into FetchKeith Yeung2017-10-241-13/+12
|/
* Replace all uses of the `heapsize` crate with `malloc_size_of`.Nicholas Nethercote2017-10-181-2/+2
* Fix commonmark Markdown warnings in docs, part 1Matt Brubeck2017-10-171-3/+3
* Remove use of unstable box syntax.Simon Sapin2017-10-161-3/+3
* Rename Root<T> to DomRoot<T>Anthony Ramine2017-09-261-3/+3
* Rename DOMRefCell<T> to DomRefCell<T>Anthony Ramine2017-09-261-5/+5
* Rename dom::bindings::js to dom::bindings::rootAnthony Ramine2017-09-261-1/+1
* Introduce TaskOnceAnthony Ramine2017-09-201-13/+13
* Rename Task to TaskBoxAnthony Ramine2017-09-201-9/+9
* Move Task to its own moduleAnthony Ramine2017-09-181-1/+1
* Rename Runnable to TaskAnthony Ramine2017-09-161-26/+30
* move name implementation as default implementation to the trait and remove ov...toidiu2017-09-031-8/+0
* Use absolute paths in the event handlers macrosAnthony Ramine2017-09-011-1/+0
* order derivable traits listsClément DAVID2017-08-231-1/+1
* Untry scriptSimon Sapin2017-06-181-2/+2
* Only pass the protocol in use in to establish a WS connectionAnthony Ramine2017-03-241-7/+5
* Properly follow the spec in WebSocket::ConstructorAnthony Ramine2017-03-241-124/+34
* Make ServoUrl::as_url return a &UrlAnthony Ramine2017-03-231-1/+1
* Avoid a useless clone in WebSocket::ConstructorAnthony Ramine2017-03-231-5/+5
* Make #[dom_struct] a proc_macro attributeAnthony Ramine2017-02-241-0/+1
* Update js.Ms2ger2017-02-151-3/+2
* Rewrote websocket array buffer handling to typed array APISumant Manne2016-12-261-9/+9
* Refactor and simplify 'set cookies' operations on resource thread.Corey Farwell2016-12-151-7/+6
* Rename `Reflectable` to `DomObject`.Corey Farwell2016-12-081-1/+1
* Urlmageddon: Use refcounted urls more often.Emilio Cobos Álvarez2016-11-171-6/+6