aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/webglsampler.rs
Commit message (Expand)AuthorAgeFilesLines
* Update rustfmt to the 2024 style edition (#35764)Simon Wülker2025-03-031-2/+2
* Propagate `CanGc` arguments through callers in constructors (#35541)Auguste Baum2025-02-201-2/+2
* Move various reflector types and traits to script_bindings (#35279)Josh Matthews2025-02-041-1/+1
* script: Limit public exports. (#34915)Josh Matthews2025-01-101-8/+8
* Add CanGc argument to reflect_dom_object (#34606)Domenico Rizzo2024-12-131-0/+2
* changed `match` to 'matches!' (#31850)Aarya Khandelwal2024-03-251-4/+4
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-4/+6
* No tracing of nop traceable fields (#29926)Samson2023-08-041-0/+1
* Replaced failible boolean with an enumTobias Tschinkowitz2020-04-231-7/+6
* Add trait DomObjectWrap to provide WRAP functionYUAN LYU2020-03-201-2/+0
* Add WebGLSampler supportMátyás Mustoha2019-10-081-0/+187