Josh Matthews
Josh Matthews
@Manishearth Review ping.
Since this is ready to merge, could you squash the fixup commits now?
``` 1 unexpected results that are NOT known-intermittents: â–¶ Unexpected subtest result in /dom/idlharness.window.html?exclude=Node: â”” PASS [expected FAIL] AbstractRange interface: existence and properties of interface object â–¶ Unexpected subtest result...
No, it should be the changes in this PR that include the manifest changes. It's possible that the merge commit messed with the manifest changes somehow - please rebase your...
Looks good! Please squash the fixup commit and rebase to address the new merge conflict, and we'll try to merge before any further conflicts appear :)
@nipunG314 Are you planning to finish this PR? At this point all that's necessary is [updating the test expectations](https://github.com/servo/servo/blob/master/tests/wpt/README.md#updating-test-expectations) and rebasing against master.
@bors-servo r+
The latest commits begin to show the benefits of building within Rust's supported model. We can now include references to DOM nodes in the reflow-related data, avoiding the need to...
Navigation works now. Iframes don't work yet (panic due to unimplemented RPC layout operations), nor do image loads triggered by CSS (need to return useful information from the new reflow...
Got iframes loading successfully again.