aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/xrwebglbinding.rs
Commit message (Expand)AuthorAgeFilesLines
* Add missing XRWebGLBinding constructor spec steps (#33731)Taym Haddadi2024-10-161-2/+22
* script: Include constructors and static methods in generated DOM traits (#33665)Josh Matthews2024-10-081-4/+4
* Start marking functions that can transitively trigger a GC (#33144)Josh Matthews2024-08-221-1/+5
* rustdoc: Fix many rustdoc errors (#31147)Martin Robinson2024-01-221-7/+7
* Use Foo_Binding instead of FooBinding for namespace modules (#30447)Samson2023-09-301-1/+1
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-14/+10
* Rename reflect_dom_object2.Josh Matthews2023-05-311-2/+2
* Support arbitrary protos when wrapping DOM objects with constructors.Josh Matthews2023-05-281-4/+8
* Add a dummy implementation of all the XR Layer typesAlan Jeffrey2020-08-041-0/+88
* Update WebXR Layer IDL, and matching changes to the Rust code.Alan Jeffrey2020-08-031-80/+13
* Support for webxr layer managementAlan Jeffrey2020-06-281-0/+14
* Added first-cut implementation of XR layersAlan Jeffrey2020-04-131-0/+109