aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/workletglobalscope.rs
Commit message (Expand)AuthorAgeFilesLines
* Move `ScriptToConstellationMsg` to `constellation_traits` (#36364)Martin Robinson2025-04-051-1/+2
* constellation: Rename messages sent to the `Constellation` (#36341)Martin Robinson2025-04-041-2/+2
* libservo: Remove a couple `EmbedderMethods` (#36276)Martin Robinson2025-04-011-4/+0
* Use new stylo crate renames (#35898)Nico Burns2025-03-121-1/+1
* Update rustfmt to the 2024 style edition (#35764)Simon Wülker2025-03-031-1/+1
* servoshell: Move `headless` setting to ServoShellPreferences (#35377)Martin Robinson2025-02-071-3/+0
* script: Limit public exports. (#34915)Josh Matthews2025-01-101-20/+20
* script: Use `enum`s for event loop senders and receivers (#34896)Martin Robinson2025-01-081-2/+1
* script: Refactor channels in `ScriptThread` into receivers and senders (#34776)Martin Robinson2024-12-261-4/+4
* script: Make timers per-process (#34581)Martin Robinson2024-12-241-4/+1
* Add `webgpu` feature flag (#34444)atbrakhi2024-12-051-1/+4
* Unminify module scripts. (#34206)Josh Matthews2024-11-121-0/+1
* CanGc fixes in `errorevent.rs` (#33960)tanishka2024-10-221-2/+3
* clippy: Rename various methods and members to conform to naming guidelines (#...Martin Robinson2024-10-101-29/+27
* chore: Update wgpu (#33506)Samson2024-09-211-2/+2
* 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: Fix some clippy warnings in `components/script` (#31843)Rosemary Ajayi2024-03-251-1/+1
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-21/+17
* No tracing of nop traceable fields (#29926)Samson2023-08-041-0/+2
* Make GlobalScope.get_cx a static method.Josh Matthews2023-05-201-3/+3
* Add creation url and Secure ContextsJonathan Kingston2020-11-251-0/+4
* Set private reference for classic scriptCYBAI2020-07-181-3/+8
* Implement client-side logic for WebGPU id recyclingKunal Mohan2020-05-221-1/+1
* Share single gpu_id_hub among all threads in a processKunal Mohan2020-05-151-0/+5
* impl timer-task-source, dedicated time-out mechanism for service-workerGregory Terzian2019-11-191-4/+0
* Modify *::get_cx methods to return a safe JSContext instead of a raw onemarmeladema2019-07-241-3/+3
* Script: removed a few opts::get()oneturkmen2019-06-261-0/+7
* Update MPL license to https (part 3)Jan Andre Ikenmeyer2018-11-191-1/+1
* Update crossbeam-channel to 0.3Bastien Orivel2018-11-181-1/+1
* `cargo fix --edition-idioms`Simon Sapin2018-11-081-2/+7
* Reorder importsPyfisch2018-11-061-1/+1
* Format remaining filesPyfisch2018-11-061-1/+2
* Sort `use` statementsSimon Sapin2018-11-061-2/+2
* `cargo fix --edition`Simon Sapin2018-11-061-9/+9
* Format script componentchansuke2018-09-191-21/+26
* Replace mpsc with crossbeam/servo channel, update ipc-channelSimon Sapin2018-09-121-1/+1
* Replace all uses of the `heapsize` crate with `malloc_size_of`.Nicholas Nethercote2017-10-181-2/+2
* Fix commonmark Markdown warnings in docs, part 1Matt Brubeck2017-10-171-2/+2
* Rename Root<T> to DomRoot<T>Anthony Ramine2017-09-261-4/+4
* Rename JS<T> to Dom<T>Anthony Ramine2017-09-261-1/+1
* Rename dom::bindings::js to dom::bindings::rootAnthony Ramine2017-09-261-1/+1
* Introduce MainThreadScriptMsg::RegisterPaintWorkletAnthony Ramine2017-09-171-27/+17
* Rename Runnable to TaskAnthony Ramine2017-09-161-12/+11
* Introduce MainThreadScriptMsg::MainThreadRunnableAnthony Ramine2017-09-161-4/+6
* Store microtask queues in their global (fixes #18467)Anthony Ramine2017-09-131-21/+1
* Store microtask queues in Rc<T>Anthony Ramine2017-09-131-2/+4
* Reformat WorkletGlobalScope::new_inheritedAnthony Ramine2017-09-131-19/+22
* make use of ScriptToConstellationChanPaul Rouget2017-08-151-6/+11
* Implemented paint worklet properties.Alan Jeffrey2017-07-111-2/+47