Servo Weekly Report Nº5
• WebXR: Implement Gamepads Module (
)
• CSS Flexbox: Implement support for gaps (
)
• Dependencies updated: mozjs (
), webrender (
), wgpu (
)
• DevTools: Allow modification of attributes (
)
GitHub
Implement WebXR Gamepads Module by msub2 · Pull Request #32860 · servo/servo
This PR implements the WebXR Gamepads Module, which exposes a Gamepad object on XRInputSource reflecting the input from the corresponding XR contro...
GitHub
Implement gaps in flexbox layout by Loirooriol · Pull Request #32891 · servo/servo
As per https://drafts.csswg.org/css-align/#gaps
./mach build -d does not report any errors
./mach test-tidy does not report any errors
There...
GitHub
deps: Update mozjs again by sagudev · Pull Request #32882 · servo/servo
mozjs is on fire🔥 today (4 PRs got merged today), so I think it's worth to do sync.
./mach build -d does not report any errors
./mach t...
GitHub
deps: Upgrade to WebRender 0.65 by mrobinson · Pull Request #32930 · servo/servo
This upgrades Servo to the a new version of WebRender (0.65) which is based on
the latest from the Gecko repository.
./mach build -d does not ...
GitHub
webgpu: update wgpu again by sagudev · Pull Request #32873 · servo/servo
Need for gfx-rs/wgpu@7462754
./mach build -d does not report any errors
./mach test-tidy does not report any errors
There are tests for these...
GitHub
DevTools: Allow modification of attributes by eerii · Pull Request #32888 · servo/servo
This PR fixes the handling of attributes in the inspector. Now it is possible to add, remove and modify attributes of HTML nodes. There were two is...
