servo/ports/servoshell
Jonathan Schwender 6b6697e97b
servoshell: Fix --no-default-features and make webxr optional on ohos/android (#34242)
* servoshell: fix --no-default-features

The Embeddertraits only contain `register_webxr` if the
webxr feature is enabled, hence we also need to guard
the trait implementation.

Signed-off-by: Jonathan Schwender <schwenderjonathan@gmail.com>

* ohos/android: Make webxr optional in servoshell

Signed-off-by: Jonathan Schwender <schwenderjonathan@gmail.com>

---------

Signed-off-by: Jonathan Schwender <schwenderjonathan@gmail.com>
2024-11-13 20:02:30 +00:00
..
desktop servoshell: Fix --no-default-features and make webxr optional on ohos/android (#34242) 2024-11-13 20:02:30 +00:00
egl servoshell: Fix --no-default-features and make webxr optional on ohos/android (#34242) 2024-11-13 20:02:30 +00:00
platform minibrowser: implement HiDPI support (#30343) 2023-09-14 13:24:38 +00:00
backtrace.rs Add OpenHarmony support to servoshell (#32594) 2024-06-28 12:51:50 +00:00
build.rs Set the cfg properly for the production-stripped profile (#32991) 2024-08-09 09:16:51 +00:00
Cargo.toml servoshell: Fix --no-default-features and make webxr optional on ohos/android (#34242) 2024-11-13 20:02:30 +00:00
crash_handler.rs andrdoid: Fix some compiler warnings (#34070) 2024-10-30 12:20:43 +00:00
lib.rs Allow filtering of tracing events via SERVO_TRACING (#34236) 2024-11-13 09:52:26 +00:00
main.rs Make tracing available on all platforms, with or without perfetto (#33301) 2024-09-04 12:56:29 +00:00
panic_hook.rs testing: Trigger a crash more reliably when panicking and hard fail is active (#32947) 2024-08-06 17:43:06 +00:00
parser.rs ohos/android: Fix some compiler warnings (#34178) 2024-11-07 19:53:57 +00:00
prefs.rs Allow prefs to be overridden from a file and set WPT-specific prefs from file (#33163) 2024-08-24 06:47:57 +00:00
resources.rs Basic tab strip for the minibrowser (#33100) 2024-08-27 20:17:33 +00:00
test.rs clippy: fix warnings on modules outside components (#31567) 2024-03-07 23:42:39 +00:00