Martin Robinson

Results 446 comments of Martin Robinson

> I think we need to have more broad discussion how we will approach erroring and recovery in servo. Yes, I agree. In general, Servo needs to be make much...

Important specification links from Ladybird: https://github.com/whatwg/html/issues/4792 and https://github.com/whatwg/dom/issues/221

> @mrobinson I think you're not talking about the same spec (the whole naming is very confusing). What is implemented here is https://html.spec.whatwg.org/multipage/nav-history-apis.html#htmldocument : I believe this is the same...

This is much trickier than it seems. Not only do you need to know the viewport offset in the display list, but you also need to know the offset of...

> @mrobinson Would there be a way to only do "know the viewport offset in the display list", as a partial implementation? The tests linked-to above are testing the very...

FWIW, this is also why `scrollIntoView` and friends are broken in Servo.

Could it be due to the page sticking around in the back-forward cache? We noticed this with fonts yesterday.

I'm not sure if there is a way to disable or limit the back-forward cache. I took a quick look and maybe it is cleared when the pipeline changes in...

> In my original Zulip thread, I did try to start by writing my own painter implementation. But it fell into the pitfall similar to egui that I need to...

@atouchet what portion of runs are you able to reproduce this? I'm not seeing it at all...