aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/workerglobalscope.rs
Commit message (Expand)AuthorAgeFilesLines
* Set correct policy-container for worker construction (#36603)Tim van der Lippe6 days1-0/+6
* Refactor common infrastructure for creating memory reports. (#36579)Josh Matthews9 days1-3/+5
* add CanGc as argument to methods in ElementInternals, GlobalScope, HTMLAnchor...Yerkebulan Tulibergenov2025-04-131-1/+1
* Move `ScriptToConstellationMsg` to `constellation_traits` (#36364)Martin Robinson2025-04-051-1/+1
* Stub out Trusted Types interfaces (#36355)Tim van der Lippe2025-04-051-0/+11
* Make the memory reporting multi-process aware (#35863)webbeef2025-04-051-1/+2
* Check all ancestor navigable trustworthiness for mixed content (#36157)Sebastian C2025-04-051-0/+3
* libservo: Remove a couple `EmbedderMethods` (#36276)Martin Robinson2025-04-011-2/+0
* Update rustfmt to the 2024 style edition (#35764)Simon Wülker2025-03-031-4/+4
* Move more bindings code to script_bindings (#35578)Josh Matthews2025-02-221-1/+1
* Propagate `CanGc` arguments through callers in constructors (#35541)Auguste Baum2025-02-201-3/+4
* make report_pending_exception safe and adjust callers (#35351)Nolen Scaife2025-02-081-1/+6
* servoshell: Move `headless` setting to ServoShellPreferences (#35377)Martin Robinson2025-02-071-2/+0
* Add support for Upgrade request to a potentially trustworthy URL. (#34986)Shubham Gupta2025-02-051-1/+13
* Include `WebViewId` into EmbedderMsg variants where possible (#35211)Delan Azabani2025-01-301-7/+11
* script: Feature-gate all crown support. (#35055)Josh Matthews2025-01-181-1/+1
* script: Limit public exports. (#34915)Josh Matthews2025-01-101-16/+16
* script: Use `enum`s for event loop senders and receivers (#34896)Martin Robinson2025-01-081-2/+3
* script: Move `TaskManager` to `GlobalScope` (#34827)Martin Robinson2025-01-041-32/+14
* script: Eliminate code duplication in the task queue (#34798)Martin Robinson2025-01-011-40/+10
* script: Make timers per-process (#34581)Martin Robinson2024-12-241-2/+13
* Add `webgpu` feature flag (#34444)atbrakhi2024-12-051-2/+4
* Generate a trait abstracting over all known DOM interfaces (#34357)Josh Matthews2024-11-241-1/+1
* Remove referrer policy from document (#34263)shanehandley2024-11-191-2/+1
* Unminify module scripts. (#34206)Josh Matthews2024-11-121-0/+1
* Implement PolicyContainer and update the default ReferrerPolicy (#33977)shanehandley2024-11-081-0/+9
* Use out parameter for generated methods returning JSVal (#34087)Josh Matthews2024-11-051-3/+4
* CanGc fixes in messageport.rs & workerglobalscope.rs (#34003)tanishka2024-10-251-2/+2
* CanGc fixes from EventTarget::fire_event (#33985)tanishka2024-10-231-1/+2
* CanGc fixes in `errorevent.rs` (#33960)tanishka2024-10-221-1/+1
* Mark promise creation methods with CanGc (#33928)Josh Matthews2024-10-221-1/+2
* Various CanGc fixes in 8 files (#33893)chickenleaf2024-10-181-1/+2
* clippy: Add safety documentation and clean up unsafe methods (#33748)Martin Robinson2024-10-161-5/+2
* Replace CanGc::note() calls with arguments in `components/script` (#33816)tanishka2024-10-111-2/+2
* clippy: Rename various methods and members to conform to naming guidelines (#...Martin Robinson2024-10-101-16/+17
* use `ThreadSafeJSContext` instead of `ContextForRequestInterrupt` (#33769)Samson2024-10-101-6/+2
* chore: Update wgpu (#33506)Samson2024-09-211-2/+2
* script: Create a `CrossProcessInstant` to enable serializable monotonic time ...Martin Robinson2024-09-051-4/+5
* script: Stop using `time` in DOM timers (#33262)Martin Robinson2024-08-301-2/+3
* Initial structuredClone implementation (#32960)Taym Haddadi2024-08-081-0/+12
* 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
* clippy: Allow `too_many_arguments` for all functions (#31962)komuhangi2024-04-011-0/+1
* clippy: Fix all errors in `components/script` (#31911)Azhar Ismagulova2024-03-281-1/+2
* fixes dereferencing on an immutable reference (#31864)Aarya Khandelwal2024-03-261-1/+1
* Fixed the .clone() warnings. (#31819)Aarya Khandelwal2024-03-221-1/+1
* clippy: Fix many warnings in `components/script` (#31717)Richard Dushime2024-03-191-3/+3
* Replace script_plugins with a clippy like rustc driver (named crown) (#30508)Samson2023-12-011-1/+1
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-23/+27
* No tracing of nop traceable fields (#29926)Samson2023-08-041-0/+4