Results 266 comments of jgraham

So AFAICT this is defacto adding a new wpt server that's on port 443, but only accessible to Chrome? If that understanding is correct we can't do this. Would it...

It's not about agents as such, it's about how another spec should hook into "a method on the console object is called" and get the method name and the arguments...

Mozilla's infrastructure is doing something a bit different here. It's basically a human-curated mapping between observed log lines (often, but not always, corresponding to test failures) and bugs. It allows...

Note that even redesigning the landing page doesn't address all of the issue. If I get a link like `https://wpt.fyi/results/?aligned&q=flex-basis` or ` https://wpt.fyi/results/css/css-flexbox/flex-basis-001.html` that also has some default set of...

To be clear the browsers we currently run are: * Firefox Desktop Stable * Firefox Desktop Beta * Firefox Desktop Nightly * Chome Desktop Stable * Chrome Desktop Beta *...

Oh, so it's transparently handling the rename on the summary pages, but not making that explicit, or doing the same on individual test pages? That explains why I was so...

For the meta summary file, the format is something like ``` { dir_name: "_tests": { test_name: { property: [[condition, value]] "_subtests": { name: { property: [[condition, value]] } } }...

Yes, this is a missing feature in my code (it always redirects to / after auth.). Not landed in critic mainline yet :)

Yes, I just need to remove the bits that don't work at all; there seems little point in reviewing those :) Also I probably need a user account on that...

So FWIW I think that GH always supplies me with the base of a review. Using this information I think I can make the rebase situation better in the following...