aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/websocket.rs
Commit message (Expand)AuthorAgeFilesLines
* More files with CanGc fixes (#33892)chickenleaf2024-10-181-0/+1
* Use `ROUTER::add_typed_route` instead of `ROUTER::add_route` everywhere (#33866)Simon Wülker2024-10-181-3/+3
* More CanGc fixes (#33888)chickenleaf2024-10-171-0/+1
* Various CanGc fixes in components/script/dom (#33706)webbeef2024-10-081-2/+5
* script: Include constructors and static methods in generated DOM traits (#33665)Josh Matthews2024-10-081-50/+49
* Start marking functions that can transitively trigger a GC (#33144)Josh Matthews2024-08-221-2/+5
* clipping: Fix some warnings in `components/script/dom` (#31799)Rosemary Ajayi2024-03-211-2/+2
* clippy: Fix redundant field names warnings (#31793)Oluwatobi Sofela2024-03-201-7/+7
* clippy: Fix many warnings in `components/script` (#31717)Richard Dushime2024-03-191-2/+2
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-17/+19
* No tracing of nop traceable fields (#29926)Samson2023-08-041-0/+2
* Rename reflect_dom_object2.Josh Matthews2023-05-311-2/+2
* Formatting.Josh Matthews2023-05-281-1/+5
* Support arbitrary protos when wrapping DOM objects with constructors.Josh Matthews2023-05-281-4/+6
* Make GlobalScope.get_cx a static method.Josh Matthews2023-05-201-2/+2
* Auto merge of #26983 - jdm:websocket-panic, r=noxbors-servo2020-06-221-14/+6
|\
| * dom: Silently ignore failures to queue websocket tasks.Josh Matthews2020-06-191-14/+6
* | Make url for "client" referrer mandatoryMatthias Deiml2020-06-171-3/+2
|/
* Add trait DomObjectWrap to provide WRAP functionYUAN LYU2020-03-201-6/+1
* Modify `script` to prevent further violations of snake_caseKunal Mohan2020-01-181-0/+1
* re-structure blob, structured serializationGregory Terzian2019-12-111-2/+3
* 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