aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/serviceworkerglobalscope.rs
Commit message (Expand)AuthorAgeFilesLines
* Eagerly define interfaces on non-Window globals (#36604)Josh Matthews6 days1-0/+6
* Move `ScriptToConstellationMsg` to `constellation_traits` (#36364)Martin Robinson2025-04-051-1/+3
* Fix null realm assertion when activating a service worker (#36256)Josh Matthews2025-04-011-3/+3
* Make DOMPoint and DOMPointReadOnly serializable (#35989)Josh Matthews2025-03-271-1/+2
* Update rustfmt to the 2024 style edition (#35764)Simon Wülker2025-03-031-5/+5
* Make generated proxy handlers and DOM object hooks generic (#35292)Josh Matthews2025-02-051-1/+6
* Add support for Upgrade request to a potentially trustworthy URL. (#34986)Shubham Gupta2025-02-051-1/+6
* Include `WebViewId` into EmbedderMsg variants where possible (#35211)Delan Azabani2025-01-301-1/+1
* api: Flatten and simplify Servo preferences (#34966)Martin Robinson2025-01-141-1/+1
* script: Limit public exports. (#34915)Josh Matthews2025-01-101-6/+6
* script: Use `enum`s for event loop senders and receivers (#34896)Martin Robinson2025-01-081-31/+5
* script: Move `TaskManager` to `GlobalScope` (#34827)Martin Robinson2025-01-041-2/+2
* script: Eliminate code duplication in the task queue (#34798)Martin Robinson2025-01-011-1/+1
* script: Refactor channels in `ScriptThread` into receivers and senders (#34776)Martin Robinson2024-12-261-1/+1
* script: Make timers per-process (#34581)Martin Robinson2024-12-241-0/+6
* Add `webgpu` feature flag (#34444)atbrakhi2024-12-051-1/+3
* Generate a trait abstracting over all known DOM interfaces (#34357)Josh Matthews2024-11-241-1/+1
* CanGc fixes in messageport.rs & workerglobalscope.rs (#34003)tanishka2024-10-251-1/+1
* CanGc fixes from EventTarget::fire_event (#33985)tanishka2024-10-231-12/+17
* CanGc fixes in `errorevent.rs` (#33960)tanishka2024-10-221-1/+1
* Multiple CanGc fixes in components/script/dom (#33924)tanishka2024-10-201-1/+1
* Prevent moving CanGc values between threads/tasks (#33902)Josh Matthews2024-10-181-3/+2
* CanGc fixes in components/script/dom (#33891)tanishka2024-10-171-6/+7
* CanGc fixes in components/script/dom (#33880)tanishka2024-10-171-3/+3
* clippy: Add safety documentation and clean up unsafe methods (#33748)Martin Robinson2024-10-161-3/+2
* use `ThreadSafeJSContext` instead of `ContextForRequestInterrupt` (#33769)Samson2024-10-101-7/+7
* Fixed some clippy warnings in components/script and components/devtools (#33689)komuhangi2024-10-071-1/+1
* chore: Update wgpu (#33506)Samson2024-09-211-2/+2
* Make CanGc derive Copy and Clone (#33407)Taym Haddadi2024-09-121-2/+2
* Propagate `CanGc` from `Document::new()` (#33386)Andriy Sultanov2024-09-091-2/+3
* webgpu: Remove mutex around Identities (#32682)派卡 (pi-cla)2024-07-031-2/+1
* Move non-gfx things out of `gfx_traits` and create a `base` crate (#32296)Martin Robinson2024-05-171-1/+1
* Fix some clippy warnings in `components/gfx` and `components/script` (#32215)Pi-Cla2024-05-021-3/+3
* webgpu: Update wgpu to 0.19 (#31995)Samson2024-04-261-1/+1
* Clippy: Fix the error of variants having the same prefix. (#31953)Aarya Khandelwal2024-04-051-9/+9
* Fixed some clippy warning by adding default implementations (#31989)komuhangi2024-04-041-1/+1
* clippy: Allow `too_many_arguments` for existing functions (#31974)eri2024-04-021-5/+3
* clippy: Allow `too_many_arguments` for all functions (#31962)komuhangi2024-04-011-0/+3
* clippy: fixed various clippy warnings in `components/scripts` (#31960)Rosemary Ajayi2024-04-011-1/+1
* fix redundant closures in component/script/dom (#31917)Ekta Siwach2024-03-281-1/+1
* fixes dereferencing on an immutable reference (#31864)Aarya Khandelwal2024-03-261-4/+3
* changed `match` to 'matches!' (#31850)Aarya Khandelwal2024-03-251-4/+1
* clippy: Fix redundant field names warnings (#31793)Oluwatobi Sofela2024-03-201-3/+3
* clippy: Fix dereferenced warnings (#31770)Oluwatobi Sofela2024-03-201-1/+1
* Script: ensure child JS runtimes are dropped before parent (#30896)Gregory Terzian2024-01-041-4/+8
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-20/+22
* fix: Enter realm before dispatch activate (#30271)Li-Hsuan Hsieh2023-09-011-0/+1
* No tracing of nop traceable fields (#29926)Samson2023-08-041-2/+7
* Fix race condition and other issues related to Worker destruction. (#30066)Mukilan Thiyagarajan2023-08-031-2/+4
* feat: shorten thread namesyvt2021-07-191-1/+1