Josh Matthews

Results 1046 comments of Josh Matthews

I think we vendor test suites when we expect to make changes to them, either locally (like the WebGL conformance suite) or upstream (like WPT) but we want a smooth...

Definitely check the before/after binary size and build time, though.

> > I have vague concerns that returning a value that doesn't match what we tell the JIT we can return may cause some surprises > > Good point, I...

One thing sticks out in the Firefox log that we don't implement right now: * https://gist.github.com/uthmaniv/611b99c3531499dc7170e8b11e19d206#file-gistfile1-txt-L463-L481 The servo logs here are odd; I don't see any of the new messages...

In any case, it looks like the expected order is: * will-navigate resource available * network-event resource available * network-event resource updated * target-available-form (with a browsingContextId and innerWindowId that...

I did a quick and dirty prototype and it looks like sending the will-navigate message gets us 90% of the way to fixing this, as long as the browsing context...