aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/xrwebglbinding.rs
Commit message (Collapse)AuthorAgeFilesLines
* Use Foo_Binding instead of FooBinding for namespace modules (#30447)Samson2023-09-301-1/+1
| | | | | * Update Codegen.py to emit Foo_Binding instead of FooBinding * s/FooBinding/Foo_Binding/g
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-14/+10
| | | | | * strict imports formatting * Reformat all imports
* 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