aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/task_source/websocket.rs
Commit message (Expand)AuthorAgeFilesLines
* script: Eliminate code duplication in the task queue (#34798)Martin Robinson2025-01-011-37/+0
* script: Refactor channels in `ScriptThread` into receivers and senders (#34776)Martin Robinson2024-12-261-1/+1
* Move non-gfx things out of `gfx_traits` and create a `base` crate (#32296)Martin Robinson2024-05-171-1/+1
* clippy: Fix some clippy problems in `components/script` (#31778)Rosemary Ajayi2024-03-201-1/+1
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-1/+2
* No tracing of nop traceable fields (#29926)Samson2023-08-041-1/+4
* Update MPL license to https (part 3)Jan Andre Ikenmeyer2018-11-191-1/+1
* `cargo fix --edition-idioms`Simon Sapin2018-11-081-1/+1
* Sort `use` statementsSimon Sapin2018-11-061-1/+1
* `cargo fix --edition`Simon Sapin2018-11-061-3/+3
* Format script componentchansuke2018-09-191-5/+1
* Add Websocket task sourceAgustin Chiappe Berrini2018-09-081-0/+37