aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/task_source.rs
Commit message (Expand)AuthorAgeFilesLines
* script: add skeleton implementation of `FontFace` API (#35262)Mukilan Thiyagarajan2025-02-191-0/+4
* Implement HTMLCanvasElement.toBlob (#34938)webbeef2025-01-101-0/+3
* script: Limit public exports. (#34915)Josh Matthews2025-01-101-8/+8
* script: Use `enum`s for event loop senders and receivers (#34896)Martin Robinson2025-01-081-5/+5
* script: Unsilence all main thread `TaskQueue` errors (#34849)Martin Robinson2025-01-071-34/+87
* script: Move `TaskManager` to `GlobalScope` (#34827)Martin Robinson2025-01-041-23/+8
* script: Eliminate code duplication in the task queue (#34798)Martin Robinson2025-01-011-0/+174