aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/webglquery.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
* script: Unsilence all main thread `TaskQueue` errors (#34849)Martin Robinson2025-01-071-2/+1
* script: Move `TaskManager` to `GlobalScope` (#34827)Martin Robinson2025-01-041-4/+2
* script: Eliminate code duplication in the task queue (#34798)Martin Robinson2025-01-011-1/+0
* Add CanGc argument to reflect_dom_object (#34606)Domenico Rizzo2024-12-131-0/+2
* clippy: Fix several warnings (#31710)RustAndMetal2024-03-181-1/+1
* 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
* Initial implementation of WebGLQueriesMátyás Mustoha2019-10-011-0/+194