aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/webidls/XRWebGLLayer.webidl
Commit message (Collapse)AuthorAgeFilesLines
* script: Move code generation and webidl files to new script_bindings crate. ↵Josh Matthews2025-01-241-44/+0
| | | | | (#35157) Signed-off-by: Josh Matthews <josh@joshmatthews.net>
* api: Flatten and simplify Servo preferences (#34966)Martin Robinson2025-01-141-2/+2
| | | | | | | | | | | | | | | | | | | Flatten and simplify Servo's preferences code. In addition, have both preferences and options passed in as arguments to `Servo::new()` and make sure not to use the globally set preferences in `servoshell` (as much as possible now). Instead of a complex procedural macro to generate preferences, just expose a very simple derive macro that adds string based getters and setters. - All command-line parsing is moved to servoshell. - There is no longer the concept of a missing preference. - Preferences no longer have to be part of the resources bundle because they now have reasonable default values. - servoshell specific preferences are no longer part of the preferences exposed by the Servo API. Signed-off-by: Martin Robinson <mrobinson@igalia.com>
* Filter out webidl files based on special comments, and feature-gate webxr ↵Josh Matthews2024-11-241-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | interfaces. (#34348) * Filter out webidl files based on skip-if directives. Signed-off-by: Josh Matthews <josh@joshmatthews.net> * script: Don't build XR functionality without webxr feature. Signed-off-by: Josh Matthews <josh@joshmatthews.net> * Fix tidy. Signed-off-by: Josh Matthews <josh@joshmatthews.net> * script: Adjust imports for file movement. Signed-off-by: Josh Matthews <josh@joshmatthews.net> * Fix clippy. Signed-off-by: Josh Matthews <josh@joshmatthews.net> * Formatting. Signed-off-by: Josh Matthews <josh@joshmatthews.net> * Clean up webxr module import. Co-authored-by: Samson <16504129+sagudev@users.noreply.github.com> Signed-off-by: Josh Matthews <josh@joshmatthews.net> --------- Signed-off-by: Josh Matthews <josh@joshmatthews.net> Co-authored-by: Samson <16504129+sagudev@users.noreply.github.com>
* webxr: Update XRWebGLLayer interface to latest spec (#33157)Daniel Adams2024-08-221-2/+3
| | | | | | | | | | | | | * Update XRWebGLLayer interface to latest spec Signed-off-by: Daniel Adams <msub2official@gmail.com> * Add missing spec links Signed-off-by: Daniel Adams <msub2official@gmail.com> --------- Signed-off-by: Daniel Adams <msub2official@gmail.com>
* Add makeXRCompatible for WebGL2, update WebXR WPT expectations (#33097)Daniel Adams2024-08-181-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add makeXRCompatible to WebGLRenderContextBase Signed-off-by: Daniel Adams <msub2official@gmail.com> * Activate webgl2 for webxr wpt, update meta expectations Signed-off-by: Daniel Adams <msub2official@gmail.com> * Update meta legacy layout expectations Signed-off-by: Daniel Adams <msub2official@gmail.com> * Remove no longer existing expectations from meta files Signed-off-by: Daniel Adams <msub2official@gmail.com> * Remove files for fully passing tests Signed-off-by: Daniel Adams <msub2official@gmail.com> * Remove out-of-date expectations from meta legacy layout Signed-off-by: Daniel Adams <msub2official@gmail.com> * Update webgl conformance expectations Signed-off-by: Daniel Adams <msub2official@gmail.com> * Fix test numbering in expectations Signed-off-by: Daniel Adams <msub2official@gmail.com> --------- Signed-off-by: Daniel Adams <msub2official@gmail.com>
* Convert Web IDL void to undefinedKagami Sascha Rosylight2022-01-051-1/+1
| | | | Fixes #27660
* Update WebXR Layer IDL, and matching changes to the Rust code.Alan Jeffrey2020-08-031-4/+4
|
* Update XRWebGLLayer to match specification.Josh Matthews2020-07-201-6/+1
|
* Support for webxr layer managementAlan Jeffrey2020-06-281-1/+2
|
* Support WebGL2 contexts in XRWebGLLayer.Josh Matthews2020-04-081-4/+2
|
* Add inline support to XRWebGLLayerManish Goregaokar2019-12-101-1/+1
|
* Migrate to new constructor operation syntaxKagami Sascha Rosylight2019-10-021-4/+4
|
* Make use of ended flag, get rid of XRLayerManish Goregaokar2019-07-221-1/+1
|
* Added framebuffer and related attributes to XRWebGLLayerAlan Jeffrey2019-07-181-3/+3
|
* Require default dictionary value for optional dictsKagami Sascha Rosylight2019-07-121-1/+1
|
* Add stub makeXRCompatible()Manish Goregaokar2019-06-111-0/+4
|
* Add dom.webxr.enabled prefManish Goregaokar2018-12-221-2/+3
|
* Support fetching viewport infoManish Goregaokar2018-12-211-1/+1
|
* Fill in some of XRWebGLLayerManish Goregaokar2018-12-201-12/+13
|
* Basic XRFrame interfaceManish Goregaokar2018-12-191-0/+41