Josh Matthews
Josh Matthews
There was a team at Szeged university that was working on supporting non-GL backends inside Webrender, building on gfx-rs (which became wgpu, I believe) back in 2018: https://github.com/servo/webrender/issues/407#issuecomment-441025577 . They...
I pushed some more commits to my branch that introduce a renderer trait (still based entirely on the public webrender API) and allow embedders to provide an alternative renderer object:...
Are you aware of the discussion in https://github.com/w3c/webappsec-csp/issues/212 and https://github.com/web-platform-tests/wpt/issues/5614? I think I'll need to review the history in that issue before I'm confident about approving changing the test, even...
https://github.com/servo/webrender/blob/6cafc606096db4715a6119a6e16391aed9af47a5/webrender/src/render_backend.rs#L1643 Presumably this means that the [renderer](https://github.com/servo/webrender/blob/e1c924ebad9ffdfe8c8c606aba77eb3f888c396a/webrender/src/renderer/mod.rs#L770) has already shut down and the render backend hasn't shut down yet. We're missing a call to RenderApi::stop_render_backend before we shut down WebRender...
I can't recall if we have an issue tracking it, but there was a bunch of discussion about how to support this in https://servo.zulipchat.com/#narrow/channel/263398-general/topic/Facilitating.20file.20downloads.20on.20the.20embedder.20side/with/474931866
I don't think a blanket rule of never using a get_ prefix makes sense, since I believe the pattern we have been aiming im for is that it signifies an...
Just to confirm: does the text cursor still appear for a normal text input? Does our behaviour match other browsers?
This should have been fixed with #40395.