aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/websocket.rs
Commit message (Expand)AuthorAgeFilesLines
...
* `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
* Properly implement TaskSource for NetworkingTaskSourceKeith Yeung2016-11-111-15/+23
* Migrate `EventTarget` event firing functions to use `Atom`s.Corey Farwell2016-11-031-2/+2
* Remove "fire a simple event" concept, refactor event firing API.Corey Farwell2016-11-031-2/+2
* Remove intrinsic Root::r()Anthony Ramine2016-10-111-1/+1
* Rename Reflectable::global_scope to globalAnthony Ramine2016-10-061-6/+6
* Pass a &GlobalScope to WebIDL static methods and constructorsAnthony Ramine2016-10-061-7/+5
* Introduce GlobalScope::networking_task_sourceAnthony Ramine2016-10-061-4/+3
* Introduce GlobalScope::script_chanAnthony Ramine2016-10-061-2/+4
* Introduce GlobalScope::core_resource_threadAnthony Ramine2016-10-061-4/+3
* Introduce GlobalScope::get_urlAnthony Ramine2016-10-061-2/+3
* Make dispatch_jsval methods take a &GlobalScopeAnthony Ramine2016-10-061-7/+4
* Introduce Reflectable::global_scopeAnthony Ramine2016-10-061-3/+1