Philip Jägenstedt
Philip Jägenstedt
Here's a DevTools mockup of what this would look like if we switch to Chrome Canary and separate Chrome and Edge:
I agree with those points.
Just came across https://github.com/web-platform-tests/results-analysis/pull/186, which is another difficulty with aligned series of runs which could possibly be handled in a wpt.fyi API instead. I think I'll add one more guarantee...
> > * The OS version is monotonically increasing (same considerations as above) > > > > This is not necessarily something we want to strictly guarantee; it should definitely...
@KyleJu do you have background on why there are different products instead of using the platform field?
@KyleJu is there some way using /api/runs to iterate all runs of a browser on a specific platform?
@KyleJu so it sounds like filtering by platform isn't supported at the right layer. In order to keep serving the same front page, we'd need /api/runs to be able to...
@KyleJu when triaging bugs, they show up in the frontend right away. Could the same be done for labels? And would that fix also work for the search cache, given...
I ran into this now when trying to search for "enumerateDevices" tests for https://github.com/web-platform-tests/interop/issues/532. The UI keeps changing it to "enumeratedevices" which doesn't find anything. Editing the URL does work...
The reason I noticed this is because MDN's browser-compat-data has a "filter" entry for this: https://github.com/mdn/browser-compat-data/blob/f3b0ec5cc89231ee0b528bdfbfeef92f5019e4cd/api/PaintRenderingContext2D.json#L530 But there's no spec IDL for it.