aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/websocket.rs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make reflect_dom_object take a &GlobalScopeAnthony Ramine2016-10-061-4/+8
* 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