shuppy
shuppy
our self-hosted runners are fast, but there are a lot of cases where they aren’t used yet. here’s an overview: - events that trigger workflows - [x] new commits on...
- Servo 270df6e26334149d12c975cb91e6db7e5fa8ccab with `./mach build -r` - NixOS 25.05.20241217.[d3c42f1](https://github.com/NixOS/nixpkgs/commit/d3c42f187194c26d9f0309a8ecc469d6c878ce33) `RUST_LOG='trace,polling=info,tracing=info,calloop=info,style::rule_tree::core=info,script::dom::bindings::trace=info,script::dom::bindings::conversions=info,script::dom::bindings::finalize=info' servo https://htmx.org --pref dom.xpath.enabled` renders the page fine, but closing the tab does not quit Servo: ``` [2025-01-09T05:42:02Z TRACE...
``` $ uname -a Darwin servos-iMac-Pro 22.6.0 Darwin Kernel Version 22.6.0: Thu Apr 24 20:25:14 PDT 2025; root:xnu-8796.141.3.712.2~1/RELEASE_X86_64 x86_64 $ rustup --version rustup 1.28.1 (f9edccde0 2025-03-05) $ rustc --version rustc...
* Closes * [ ] I have followed the instructions in the PR template
*Describe the changes that this pull request makes here. This will be the commit message.* Testing: *Describe how this pull request is tested or why it doesn't require tests* Fixes:...
this patch creates an accessibility thread for building accessibility trees asynchronously. Testing: *Describe how this pull request is tested or why it doesn't require tests* Fixes: *Link to an issue...
this patch enables WPT runs to use self-hosted runners, using the changes in servo/ci-runners#90, servo/ci-runners#91, servo/ci-runners#92, and servo/ci-runners#93 (see servo/ci-runners#21 for more details). fallback to GitHub-hosted runners is included for...
after we resolved #40789 in #40807, web content can now enter fullscreen with all browser UI hidden. but in servo, web content can also enter fullscreen without any clear indication...
Given the following ([demo](https://bucket.daz.cat/work/igalia/servo/21.html)): ```html .container { width: 768px; background: lime; } .grid { display: grid; grid-template-columns: repeat(6, 1fr); grid-template-rows: repeat(2, 1fr); background: yellow; margin: 1em 0; } img:first-child {...