Andrei Volykhin
Andrei Volykhin
JFYI < It is more serious root case which by itself is not 100% related to image selection algorithm, but to `Stylo` device environment state (not dynamic if compare to...
Be honest more interesting how it will be unified with `audio` media controls, because now you added `video_content` (which have image fragment), but will be also usable with `audio`? Right...
@rayguo17 < LGTM, except one minor comment about the following function, lets add `unsafe` block around body of function because we are moving from safe to unsafe block and need...
> > @rayguo17 < LGTM, except one minor comment about the following function, lets add `unsafe` block around body of function because we are moving from safe to unsafe block...
@jdm < May be the following test also should be added to this issue ``` Stable unexpected results (1): ▶ TIMEOUT [expected ERROR] /fetch/fetch-later/quota/same-origin-iframe/max-payload.tentative.https.window.html ``` https://github.com/servo/servo/actions/runs/15534243256/job/43730046472
Also the following test will have the same behavior (+208 new Image) `./mach test-wpt tests/wpt/tests/html/canvas/element/manual/wide-gamut-canvas/canvas-display-p3-drawImage-ImageBitmap-image.html -r`
@gterzian < Sorry for long reply. I tested on the current version (July 9th) and Servo is still crashed but with another error (?) after I reached 4000+ opened fds...
Looks like the following [issue](https://github.com/servo/servo/issues/40344) is related to this as well (`Rerun` button ~ `location.reload()`)
@mrobinson < The following test haven't test output page so I cannot check this issue properly without `Rerun` buttom ` ./mach test-wpt tests/wpt/tests/html/canvas/element/manual/wide-gamut-canvas/canvas-display-p3-drawImage.https.html -r `
Hello @arihant2math < Why `dom/audio` but not `dom/webaudio` ? And also as proposal webgl-related files (dom/webgl_*/* + dom/webgl*.rs) could be moved to `dom/webgl` directory. @jdm, @sagudev