Martin Robinson
Martin Robinson
> CI would still run crown, so I do not think we would need this (I never really understand tidy and build on PR checklist as this is checked by...
I think this can be closed for now as it was just being used to test tryjob performance. It should be possible to continue testing on a closed pull request.
@mukilan Thank you very kindly for the review.
This is a workaround, but @atbrakhi and I are working on a more comprehensive fix that drops the use of `xi-unicode` which isn't really maintained any longer.
@sagudev Do you know if we are doing LTO for mozjs these days? We are definitely building with clang.
This makes sense to me. In general, we don't run choco on the CI because it is very slow and everything we need is usually installed.
This will need to include servo/stylo#33 before landing. Sorry for the timing.
The test case from the Wayback machine: ```html .collapse { border-collapse: collapse; } .separate { border-collapse: separate; } table { display: inline-table; margin: 1em; border: dashed 5px; } table th,...
I think there is some kind of back-forward cache in `Constellation`'s `JointSessionHistory`. It would be interesting to adjust the the length of the history to see if this changes when...
This seems reasonable to me!