aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/webidls/XRTest.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-1/+1
| | | | | | | | | | | | | | | | | | | 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>
* Convert Web IDL void to undefinedKagami Sascha Rosylight2022-01-051-2/+2
| | | | Fixes #27660
* Support .supportedModes to enable newer testsManish Goregaokar2020-04-191-1/+3
|
* Add hit test mocking at initializationManish Goregaokar2020-04-191-0/+3
|
* Update webxrManish Goregaokar2020-04-191-1/+0
|
* Add support for requesting featuresManish Goregaokar2020-01-211-0/+3
|
* Add stubs for session start/endManish Goregaokar2019-07-161-1/+1
|
* Add simulateUserActivationManish Goregaokar2019-07-161-1/+1
|
* Update test API, hook it up to webxr mockingManish Goregaokar2019-07-111-1/+1
|
* Update to latest xrtest apiManish Goregaokar2019-07-011-5/+15
|
* Add XRTest.simulateDeviceConnection()Manish Goregaokar2019-05-301-3/+8
|
* Add blank XRTest interfaceManish Goregaokar2019-05-301-0/+20