aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/vertexarrayobject.rs
Commit message (Expand)AuthorAgeFilesLines
* Update rustfmt to the 2024 style edition (#35764)Simon Wülker2025-03-031-1/+1
* script: Feature-gate all crown support. (#35055)Josh Matthews2025-01-181-3/+3
* script: Limit public exports. (#34915)Josh Matthews2025-01-101-26/+26
* Replace `sparkle` with `glow` in `components/canvas` (#33918)Samson2024-11-201-3/+3
* replace sparkle with glow in components/script (#33911)Samson2024-10-191-1/+1
* Replace .map_or(false with Option::is_some_and (#33468)Simon Wülker2024-09-161-2/+2
* clippy: Fix a few problems in `components/script/dom` (#31955)Rosemary Ajayi2024-03-311-2/+2
* clippy: Fix more clippy warnings in `components/scripts/dom` (#31914)Rosemary Ajayi2024-03-281-1/+1
* changed `match` to 'matches!' (#31850)Aarya Khandelwal2024-03-251-4/+1
* clippy: Fix many warnings in `components/script` (#31717)Richard Dushime2024-03-191-1/+1
* Replace script_plugins with a clippy like rustc driver (named crown) (#30508)Samson2023-12-011-3/+3
* 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-12/+11
* Add initial support for VertexAttribI4*, VertexAttribIPointerIstvan2020-04-071-1/+21
* webgl: Ignore webgl communication errors when dropping vertex array objects.Josh Matthews2020-03-191-5/+5
* Add VertexArrayObject support for WebGL2Istvan Miklos2020-03-131-0/+296