aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/webgl_extensions/ext/oeselementindexuint.rs
Commit message (Expand)AuthorAgeFilesLines
* Update rustfmt to the 2024 style edition (#35764)Simon Wülker2025-03-031-1/+1
* 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-1/+1
* Add CanGc argument to reflect_dom_object (#34606)Domenico Rizzo2024-12-131-0/+2
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-2/+3
* Add trait DomObjectWrap to provide WRAP functionYUAN LYU2020-03-201-2/+0
* Make GL/GLES decisions based on the API in use.Josh Matthews2019-07-121-2/+2
* Rustfmt has changed its default style :/Simon Sapin2018-12-281-1/+1
* Update MPL license to https (part 3)Jan Andre Ikenmeyer2018-11-191-1/+1
* Reorder importsPyfisch2018-11-061-3/+3
* `cargo fix --edition`Simon Sapin2018-11-061-4/+4
* Properly support gl_PointSize and gl_PointCoordAnthony Ramine2018-10-181-2/+2
* Format script componentchansuke2018-09-191-1/+3
* webgl: Emulate some renderbuffer formats in non-GLES.Josh Matthews2018-08-021-5/+2
* Don't check for GL_OES_element_index_unit with desktop GL (fixes #20921)Anthony Ramine2018-06-121-1/+5
* Implement OES_element_index_uint (fixes #20384)Anthony Ramine2018-03-231-0/+50