servo / project

A repo for the Servo Project
Creative Commons Zero v1.0 Universal
238 stars 6 forks source link

Upcoming Servo issue triage meeting on July 8 2024 #92

Closed gterzian closed 4 months ago

gterzian commented 4 months ago

Where: https://meet.jit.si/ServoTriage.

When: 10:00 AM GMT, July 8 2024 (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).

gterzian commented 4 months ago

I will discuss the following issues:

gterzian commented 4 months ago

I think I have a meeting room ready at https://meet.jit.si/ServoTriage

gterzian commented 4 months ago

To be discussed:

wusyong commented 4 months ago

To be discussed:

Here topics I think we need to discuss:

Taym95 commented 4 months ago

To be discussed:

mrobinson commented 4 months ago

Sorry, I won't be able to attend in the end. Sorry!

gterzian commented 4 months ago

TODO's:

  1. @wusyong to open an issue to track failing tests for https://github.com/servo/servo/pull/32635
    • Note: Implementing #make-active likely requires looking into the core of how we create/load/navigate documents, because that algorithm is called on an about:blank document, before it is navigated, and we probably do not have clear hooks for that(see also https://github.com/servo/servo/issues/31973 and https://github.com/servo/servo/issues/31982). But at least the document activity test suites gives us another data point on what we are doing wrong and which we can use to fix the situation.
  2. Merge https://github.com/servo/servo/pull/32620
  3. @gterzian to make a PR to start integration between new and old stream code, as a basis for the next stage of the work, to be done by @taym95 and @wusyong (and others who are interested).
  4. @taym95 to discuss with @CYBAI , with help from @wusyong, how to help out on https://github.com/servo/servo/issues/16719
  5. @wusyong to open an issue to discuss adding an experimental embedder messaging webidl, similar to postMessage.
  6. @gterzian and @taym95 to look at https://github.com/servo/servo/pull/32574