Servo Weekly Report Nº9
Here are a few highlights that landed last week:
• Basic tab strip for the minibrowser (
)
• Add initial support for clip-path: [<basic-shape> || <shape-box>(
)
• servoshell: Enable OpenXR by default and remove old WebVR prefs, adjust XrDiscovery initialization (
)
• Various flexbox improvements
GitHub
Basic tab strip for the minibrowser by webbeef · Pull Request #33100 · servo/servo
This implements a simple tab system for servoshell:
The egui part uses the built-in SelectableLabels components and display the full tab title on...
GitHub
layout: Add initial support for `clip-path: [<basic-shape> || <shape-box>]` by chocolate-pie · Pull Request #33107 · servo/servo
Add initial support for clip-path: [<basic-shape> || <shape-box>]. This PR doesn't implement support for polygon() property because...
GitHub
servoshell: Enable OpenXR by default and remove old WebVR prefs, adjust XrDiscovery initialization by msub2 · Pull Request #33245 · servo/servo
This updates the prefs.json file to remove old WebVR related prefs, as well as enabling dom.webxr.openxr.enabled by default. It also adjusts the ha...