aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/workletglobalscope.rs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Implemented paint worklet rendering context.Alan Jeffrey2017-06-301-0/+4
* Implemented paint worklets invoking worklet scripts.Alan Jeffrey2017-06-291-0/+6
* Implemented the plumbing for paint worklets.Alan Jeffrey2017-06-071-2/+12
* Implemented Houdini worklets.Alan Jeffrey2017-05-171-0/+143