aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/paintworkletglobalscope.rs
Commit message (Expand)AuthorAgeFilesLines
* canvas: Do not update ImageKey during canvas layout (#35719)Samson2025-03-121-10/+3
* 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-3/+3
* refactor: propagate CanGc arguments through callers (#35591)Auguste Baum2025-02-231-2/+5
* Propagate `CanGc` arguments through callers in constructors (#35541)Auguste Baum2025-02-201-4/+6
* Make generated proxy handlers and DOM object hooks generic (#35292)Josh Matthews2025-02-051-1/+6
* Move various reflector types and traits to script_bindings (#35279)Josh Matthews2025-02-041-1/+1
* script: Feature-gate all crown support. (#35055)Josh Matthews2025-01-181-2/+2
* api: Flatten and simplify Servo preferences (#34966)Martin Robinson2025-01-141-1/+1
* script: Limit public exports. (#34915)Josh Matthews2025-01-101-4/+4
* script: Refactor channels in `ScriptThread` into receivers and senders (#34776)Martin Robinson2024-12-261-1/+1
* Replace unsafe uses of HandleValueArray. (#34588)Josh Matthews2024-12-131-16/+15
* Use `webrender_api::units::DevicePixel` rather than `style_traits::DevicePixe...Nico Burns2024-11-251-1/+2
* Generate a trait abstracting over all known DOM interfaces (#34357)Josh Matthews2024-11-241-1/+1
* Move non-gfx things out of `gfx_traits` and create a `base` crate (#32296)Martin Robinson2024-05-171-1/+1
* clippy: Fix last few warnings (#32270)Pi-Cla2024-05-121-2/+2
* fix redundant closures in component/script/dom (#31917)Ekta Siwach2024-03-281-1/+1
* clippy: Fix op_ref warnings (#31900)Oluwatobi Sofela2024-03-271-6/+6
* clippy: Fix `explicit_auto_deref` warnings in `components/script` (#31837)Oluwatobi Sofela2024-03-231-16/+6
* clippy: Fix `unnecessary_cast` warnings in `components/script` (#31823)Oluwatobi Sofela2024-03-221-2/+2
* clippy: Fix redundant field names warnings (#31793)Oluwatobi Sofela2024-03-201-5/+5
* Replace script_plugins with a clippy like rustc driver (named crown) (#30508)Samson2023-12-011-2/+2
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-49/+32
* No tracing of nop traceable fields (#29926)Samson2023-08-041-3/+10
* Make GlobalScope.get_cx a static method.Josh Matthews2023-05-201-2/+2
* Bump euclid to 0.22Martin Robinson2023-01-261-1/+1
* Update mozjs.Josh Matthews2021-02-181-2/+2
* Use `#![register_tool]` instead of `#![register_attr]`Simon Sapin2019-11-151-1/+1
* Modify *::get_cx methods to return a safe JSContext instead of a raw onemarmeladema2019-07-241-23/+28
* Wrap(Global)Method now takes a SafeJSContext instead of a JSContextmarmeladema2019-07-241-1/+2
* Update euclid.Emilio Cobos Álvarez2019-07-231-17/+17
* Fix some new warningsSimon Sapin2019-06-221-1/+1
* Update to SpiderMonkey 66.Josh Matthews2019-05-101-2/+2
* Remove mozjs dep from malloc_size_of.Josh Matthews2019-05-021-0/+3
* #8539 Config preferences backend restructurePeter Hall2019-03-201-5/+2
* Move PixelFormat to the pixels crateAnthony Ramine2018-11-201-1/+1
* Update MPL license to https (part 3)Jan Andre Ikenmeyer2018-11-191-1/+1
* Update crossbeam-channel to 0.3Bastien Orivel2018-11-181-9/+5
* `cargo fix --edition-idioms`Simon Sapin2018-11-081-2/+2
* Reorder importsPyfisch2018-11-061-5/+5
* `cargo fix --edition`Simon Sapin2018-11-061-21/+21
* Format script componentchansuke2018-09-191-103/+192
* Replace mpsc with crossbeam/servo channel, update ipc-channelSimon Sapin2018-09-121-3/+1
* add servo_channel crateGregory Terzian2018-09-121-3/+8
* Adapt Servo for mozjs 0.6 and the changes introduced in servo/rust-mozjs#393Marcin Mielniczuk2018-03-281-3/+3
* Implements profiler for blocked recvNakul Jindal2018-03-221-2/+3
* Fix tyvar_behind_raw_pointer warningsSimon Sapin2018-01-101-1/+2
* Paint worklets: Implement timeout for worklet painter threadsYati Sagade2017-12-221-55/+75
* Update euclid, azure, skia, offscreen_gl_context, plane-split, webrenderSimon Sapin2017-12-081-7/+7
* Replace all uses of the `heapsize` crate with `malloc_size_of`.Nicholas Nethercote2017-10-181-2/+2