aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/task_source.rs
Commit message (Expand)AuthorAgeFilesLines
* dom: Implement minimal IntersectionObserver workflow (#35551)Steven Novaryo2025-03-181-0/+3
* Use `strum` to iterate through enum variants and get their names (#35933)Martin Robinson2025-03-131-26/+2
* Use new stylo crate renames (#35898)Nico Burns2025-03-121-1/+1
* 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