aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/webglrenderingcontext.rs
Commit message (Expand)AuthorAgeFilesLines
* Use explicit reborrows with mozjs::MutableHandle (#35892)Greg Morenz2025-03-231-1/+1
* crown: Do not check trait item projections. (#36095)Josh Matthews2025-03-221-1/+0
* pixels: Extend Image to allow for multiple frames (#36058)TIN TUN AUNG2025-03-211-1/+1
* Update rustfmt to the 2024 style edition (#35764)Simon Wülker2025-03-031-8/+8
* Update to rust 1.85 (#35628)Simon Wülker2025-02-241-1/+1
* refactor: add CanGc as argument to Promise::resolve (#35616)Yerkebulan Tulibergenov2025-02-231-1/+1
* refactor: propagate CanGc arguments through callers (#35591)Auguste Baum2025-02-231-6/+14
* script: Add `CanvasContext` trait (#35448)Samson2025-02-211-110/+118
* 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-3/+3
* api: Flatten and simplify Servo preferences (#34966)Martin Robinson2025-01-141-1/+1
* script: Limit public exports. (#34915)Josh Matthews2025-01-101-94/+98
* script: Expose node helpers as `NodeTraits` and give more descriptive names (...Martin Robinson2025-01-031-5/+4
* 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
* Use out parameter for generated methods returning JSVal (#34087)Josh Matthews2024-11-051-149/+257
* cangc fixes in several files + event.rs + rtcpeerconnection.rs (#34002)chickenleaf2024-10-251-2/+2
* Mark promise creation methods with CanGc (#33928)Josh Matthews2024-10-221-2/+2
* More files with CanGc fixes (#33892)chickenleaf2024-10-181-1/+3
* Add `HTMLCanvasDataSource::Empty` that represent transparent black instead of...Samson2024-09-221-1/+1
* webgl: Update IDL exposed members (#33509)Daniel Adams2024-09-221-21/+48
* Replace .map_or(false with Option::is_some_and (#33468)Simon Wülker2024-09-161-18/+10
* Update mozjs (SpiderMonkey) to 128.0 (#32769)Samson2024-07-291-0/+1
* Fix more clippy (#32740)石蕊 (Pi-Cla)2024-07-091-20/+16
* Address issues uncovered by rust-1.78 beta (#32130)Martin Robinson2024-04-221-10/+0
* script: Reduce the use of `unsafe` in LayoutDom (#31979)Martin Robinson2024-04-031-2/+1
* clippy: Allow `too_many_arguments` for all functions (#31962)komuhangi2024-04-011-0/+4
* clippy: Fix needless_lifetimes warnings (#31933)Oluwatobi Sofela2024-03-291-4/+4
* clippy: Fix len_zero warnings (#31935)Oluwatobi Sofela2024-03-291-1/+1
* fix: omitted the `let` bindings (#31908)Azhar Ismagulova2024-03-271-13/+9
* fixes dereferencing on an immutable reference (#31864)Aarya Khandelwal2024-03-261-1/+1
* clippy: Fix collapsible_if warnings (#31852)Oluwatobi Sofela2024-03-251-4/+4
* changed `match` to 'matches!' (#31850)Aarya Khandelwal2024-03-251-36/+32
* clippy: Fix `explicit_auto_deref` warnings in `components/script` (#31837)Oluwatobi Sofela2024-03-231-2/+2
* clippy: Fix `unnecessary_cast` warnings in `components/script` (#31823)Oluwatobi Sofela2024-03-221-9/+1
* clippy: Fix many warnings in `components/script` (#31717)Richard Dushime2024-03-191-19/+39
* rustdoc: Fix many rustdoc errors (#31147)Martin Robinson2024-01-221-2/+2
* 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-41/+46
* remove `extern crate` (#30311)Samson2023-09-081-0/+1
* build(deps): bump bitflags from 1.3.2 to 2.3.1 (#30273)Martin Robinson2023-09-011-6/+10
* Remove `EventLoopWaker` from Constellation (#30101)Atbrakhi2023-08-151-34/+9
* No tracing of nop traceable fields (#29926)Samson2023-08-041-0/+11
* Try to `use` WebRender types moreMartin Robinson2023-07-101-1/+2
* Remove the DOMToTexture featureMartin Robinson2023-06-271-68/+5
* Update mozjs.Josh Matthews2021-02-181-1/+2
* Make textures that come from webxr invalid outside an rAFAlan Jeffrey2020-08-061-1/+1