Upcoming Servo issue triage meeting on September 30 2024
Where: https://meet.jit.si/ServoTriage.
When: 10:00 AM GMT (Europe and Asia friendly, we can later alternate with a US friendly time if needed).
What: any issue one wishes to triage.
Who: anyone is welcome, but if there are no issues to discuss the meeting will be canceled.
Please express your interest to attend and note the issue(s) you would like to triage(which can be one someone else already brought up).
Last meeting at https://github.com/servo/project/issues/100
Action points:
- [ ] @jdm and @gterzian keep looking into https://github.com/servo/servo/issues/31973 (and the partner issue https://github.com/servo/servo/issues/31982). @gterzian can look again into this now we're reached a point where the event-loop/update the rendering stuff looks stable for now.
- [ ] Anyone interested can look into https://github.com/servo/servo/issues/31182
- [ ] Same for https://github.com/servo/servo/issues/30822
- [ ] Re readablestream: let's try to merge https://github.com/servo/servo/pull/33160 and then try to merge the default reader struff into main, because on current main we are only running tests for the default stuff; the bytestream can be done after in a second batch to keep it manageable.
- [ ] @taym95 wants to start looking into https://github.com/servo/servo/issues/31022
- [ ] @gterzian to look into fixing the intermittency of https://github.com/servo/servo/issues/33028 via an update of the at https://github.com/web-platform-tests/wpt/issues/48153
~~I think this could be worth looking into, there's a parsing error during the mimesniff WPT tests that prevent Servo from running any of the subtests, despite having mimesniff capabilities https://github.com/servo/servo/issues/33467~~ Was fixed!
There's no issue yet, but I opened a zulip topic about multi-document rendering support of webrender. I would like to discuss how do we add it.
Note that the canonical home for this code is in gfx/wr folder of the mozilla-central repository at https://hg.mozilla.org/mozilla-central.
Note that the canonical home for this code is in gfx/wr folder of the mozilla-central repository at https://hg.mozilla.org/mozilla-central.
Three other things potentially related to multi-document rendering support:
- BC groups
- The rendering contexts used elsewhere, for example webgpu. See https://github.com/servo/servo/pull/33521?notification_referrer_id=NT_kwDOACqc77MxMjUzNjc2Mjk4OToyNzkyNjg3#discussion_r1778570921
- The overall architectur of the rendering pipeline, including the "update the rendering" part of the HTML event-loop https://servo.zulipchat.com/#narrow/stream/263398-general/topic/HTML.20event-loop.20fix/near/443051401
Thank you for attending @wusyong @taym95