aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/webgl2renderingcontext.rs
Commit message (Expand)AuthorAgeFilesLines
* Miscellaneous script splitting preparation changes (#36216)Josh Matthews2025-03-291-0/+7
* Use explicit reborrows with mozjs::MutableHandle (#35892)Greg Morenz2025-03-231-2/+9
* crown: Do not check trait item projections. (#36095)Josh Matthews2025-03-221-1/+0
* Update rustfmt to the 2024 style edition (#35764)Simon Wülker2025-03-031-6/+6
* refactor: add CanGc as argument to Promise::resolve (#35616)Yerkebulan Tulibergenov2025-02-231-1/+1
* Move more bindings code to script_bindings (#35578)Josh Matthews2025-02-221-1/+1
* script: Add `CanvasContext` trait (#35448)Samson2025-02-211-6/+32
* Propagate `CanGc` arguments through callers in constructors (#35541)Auguste Baum2025-02-201-4/+5
* suppress build warnings when disabling webgpu and webxr (#35379)webbeef2025-02-081-0/+2
* 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
* Remove typedarray_elem_siz (#35022)Taym Haddadi2025-01-161-19/+6
* api: Flatten and simplify Servo preferences (#34966)Martin Robinson2025-01-141-1/+1
* script: Limit public exports. (#34915)Josh Matthews2025-01-101-8/+8
* Add initial support for WebGL 2 BlitFramebuffer (#26389)Josh Matthews2025-01-061-0/+102
* Add CanGc argument to reflect_dom_object (#34606)Domenico Rizzo2024-12-131-1/+1
* Filter out webidl files based on special comments, and feature-gate webxr int...Josh Matthews2024-11-241-0/+1
* Generate a trait abstracting over all known DOM interfaces (#34357)Josh Matthews2024-11-241-1/+1
* Replace `sparkle` with `glow` in `components/canvas` (#33918)Samson2024-11-201-3/+7
* Use out parameter for generated methods returning JSVal (#34087)Josh Matthews2024-11-051-145/+231
* Mark promise creation methods with CanGc (#33928)Josh Matthews2024-10-221-2/+2
* More files with CanGc fixes (#33892)chickenleaf2024-10-181-3/+6
* webgl: Update IDL exposed members (#33509)Daniel Adams2024-09-221-4/+5
* Replace .map_or(false with Option::is_some_and (#33468)Simon Wülker2024-09-161-4/+4
* Add makeXRCompatible for WebGL2, update WebXR WPT expectations (#33097)Daniel Adams2024-08-181-0/+10
* Update mozjs (SpiderMonkey) to 128.0 (#32769)Samson2024-07-291-1/+3
* Fix more clippy (#32740)石蕊 (Pi-Cla)2024-07-091-12/+10
* Fixed some clippy warnings in components (#32107)komuhangi2024-04-191-2/+3
* script: Reduce the use of `unsafe` in LayoutDom (#31979)Martin Robinson2024-04-031-2/+2
* clippy: Allow `too_many_arguments` for existing functions (#31974)eri2024-04-021-2/+1
* clippy: Fix let_and_return warnings (#31964)Oluwatobi Sofela2024-04-011-9/+6
* clippy: Allow `too_many_arguments` for all functions (#31962)komuhangi2024-04-011-0/+2
* fix: omitted the `let` bindings (#31908)Azhar Ismagulova2024-03-271-3/+2
* fixes dereferencing on an immutable reference (#31864)Aarya Khandelwal2024-03-261-1/+1
* clippy: Fix redundant field names warnings (#31793)Oluwatobi Sofela2024-03-201-1/+1
* clippy: Fix unneeded return statement warnings (#31776)Oluwatobi Sofela2024-03-201-4/+2
* clippy: Fix many warnings in `components/script` (#31717)Richard Dushime2024-03-191-27/+36
* clippy: Fix several warnings (#31710)RustAndMetal2024-03-181-5/+5
* rustdoc: Fix many rustdoc errors (#31147)Martin Robinson2024-01-221-222/+222
* 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-30/+35
* Update mozjs.Josh Matthews2021-02-181-1/+1
* webgl: Add stub isContextLost API.Josh Matthews2020-07-031-0/+5
* Add support for WebGL2 TexImage2DIstvan Miklos2020-06-181-4/+82
* Implement GPUSwapChain and GPUCanvasContext and interface with WebrenderKunal Mohan2020-06-131-4/+3
* Add support for WebGL2 TexImage2DIstvan Miklos2020-05-261-1/+67
* Add support for WebGL2 TexImage2DIstvan Miklos2020-05-211-4/+100
* Auto merge of #26336 - szeged:mmatyas__webgl_fns_getparam4, r=jdmbors-servo2020-05-011-0/+3
|\
| * Add support for WebGL2 MIN_PROGRAM_TEXEL_OFFSETMátyás Mustoha2020-04-301-0/+3
* | Add support for WebGL2 TexStorage2DMátyás Mustoha2020-04-301-0/+76
|/