-
BitBot(wpt) [PR] chromium-wpt-export-bot merged #27695 by chromium-wpt-export-bot into master: Add a test to check "Sec-Fetch-Dest: webbundle" header is present - git.io/Jtyz0
-
BitBot(wpt) [PR] chromium-wpt-export-bot merged #27674 by chromium-wpt-export-bot into master: Make SubresourceWebBundles feature available only in Secure Context - git.io/JtDan
-
BitBot(wpt) [PR] chromium-wpt-export-bot requested #27721 merge into master: bind-gen: Apply ToV8Traits to IDL callback function - git.io/JtHaq
-
BitBot(wpt) [PR] chromium-wpt-export-bot requested #27722 merge into master: WPT tests for scrollbar-gutter - git.io/JtHwa
-
BitBot(wpt) [PR] annevk merged #17571 by annevk into master: HTML: <tr height=0> is a thing - git.io/fjo0e
-
BitBot(wpt) [issue] mbrodesser opened #27723: Update documentation for <uievents/resources/eventrecorder.js> - git.io/JtHo2
-
BitBot(wpt) [PR] moz-wptsync-bot requested #27724 merge into master: [Gecko Bug 1675779] HandleDeleteAtomicContent should handle non-editable text node. - git.io/JtHKZ
-
BitBot(wpt) [PR] moz-wptsync-bot requested #27725 merge into master: [Gecko Bug 1663931] Avoid moving focus when changing iframe remoteness. - git.io/JtH6O
-
BitBot(wpt) [PR] chromium-wpt-export-bot requested #27726 merge into master: Revert "Migrate remaining WPT to Mojo JS modules" - git.io/JtHXH
-
gsneddersfoolip, smcgruer_[EST]: is there any plan for the backlog of github.com/web-platform-tests/wpt/p…t+merge+yet%22++label%3Ainterfaces?
-
foolipgsnedders: not an immediate term plan. it's become pretty apparent that this model of sending PRs for each change individually, while it does avoid things getting blocked on unrelated issues, creates way too many PRs to deal with effectively. Now that npmjs.com/package/@webref/idl is a thing, my thinking is we should use that instead, and sync all IDL files at once. That package has fixes to ensure certain problems can't happen.
-
foolipgsnedders: is there a specific spec's IDL you'd like to get updated?
-
gsneddersfoolip: no, was just noticing that nearly a fifth of open non-export PRs are infrastructure updates
-
gsnedderss/infrastucture/interface/
-
foolipgsnedders: yeah maybe I should first update the script to never add files, and close all of those, that would help, right?
-
BitBot(wpt) [PR] gsnedders requested #27727 merge into master: EE: Subsumption algorithm -- Wildcard lists - git.io/JtH9u
-
BitBot(wpt) [PR] gsnedders merged #27571 by gsnedders into master: Add test to measure which WebRTC stats are provided at all - git.io/Jtozw
-
BitBot(wpt) [PR] gsnedders merged #26743 by gsnedders into master: WebKit export of bugs.webkit.org/show_bug.cgi?id=219493 - git.io/JImuN
-
BitBot(wpt) [PR] gsnedders merged #26350 by gsnedders into master: [css-backgrounds] Add test ensuring border-image is displayed with a transparent border-color - git.io/JTHlW
-
BitBot(wpt) [PR] gsnedders merged #25961 by gsnedders into master: Test "scale" where x == y but z != 1, to make sure that y is not dropped. - git.io/JU73E
-
BitBot(wpt) [PR] gsnedders merged #25928 by gsnedders into master: Test the "translate" property in SVG. - git.io/JtHHF
-
BitBot(wpt) [PR] gsnedders merged #27727 by gsnedders into master: EE: Subsumption algorithm -- Wildcard lists - git.io/JtH9u
-
BitBot(wpt) [PR] gsnedders closed #4338 by gsnedders: EE: Subsumption Algorithm -- Part 5 - git.io/JtHQt
-
gsneddersfoolip: that just sounds like a way to miss coverage of new IDL
-
foolipgsnedders: That's what will happen, yes. right now others could review the "Add ..." PRs, but I don't know if anyone other than I or smcgruer_[EST] ever do.
-
BitBot(wpt) [PR] moz-wptsync-bot requested #27728 merge into master: [Gecko Bug 1693656] Split wpt pointerevent_movementxy.html - git.io/JtH7S
-
gsneddersfoolip: btw, how long does it take to run mdn-results-collector against all browsers on BrowserStack? How practical is that to have as a GitHub Action upon release?
-
foolipgsnedders: today is actually the first time I've even run the script, but Vinyl says it takes something like 45 minutes to run them all, so too long.
-
foolipgsnedders: however I suspect this could be optimized, there's now really just a single page loaded to run the tests. and I suspect the way that worker tests are run is inefficient (a lot of eval and postMessage)
-
gsneddersfoolip: could shard by browser, then each chunk won't take too long, at least?
-
jgrahamWhat does this do?
-
foolipgsnedders: it's already running 5 in parallel, but yeah, it's possible one could get under the GitHub Actions limits by sharding. Although 5 is the parallelism limit on the BrowserStack account I use.
-
foolipjgraham: this is about collect results from mdn-bcd-collector.appspot.com in very old browsers
-
gsneddersfoolip: yeah, I guess it's "can you do the Actions one after the other"
-
BitBot(wpt) [PR] stephenmcgruer merged #25834 by stephenmcgruer into master: [COOP] access reporting: fix flakes reporting.html - git.io/JU14g
-
BitBot(wpt) [PR] LukeZielinski closed #27715 by LukeZielinski: Update mypy to 0.812 - git.io/JtSdk
-
BitBot(wpt) [PR] LukeZielinski reopened #27715 by LukeZielinski: Update mypy to 0.812 - git.io/JtSdk
-
foolipgsnedders: yeah, I guess the total time budget is something like 3 hours so it should be possible.
-
foolipgsnedders: note that using old results with update-bcd.js works fine too, I'm still using the ones currently in mdn-bcd-results.
-
gsneddersfoolip: though using results from mixed sets can end up with plenty of "<=x"
-
gsneddersfoolip: and the quantity of that is where I started getting annoyed :)
-
BitBot(wpt) [PR] LukeZielinski closed #27715 by LukeZielinski: Update mypy to 0.812 - git.io/JtSdk
-
BitBot(wpt) [PR] LukeZielinski reopened #27715 by LukeZielinski: Update mypy to 0.812 - git.io/JtSdk
-
foolipgsnedders: yes, if there are versions missing you'll get those funny strings. if you use just two reports I think you may still get them, I'm not sure. the basic problem is that so much of the existing data is contradicted by test results, so with any set of results you'll generate lots and lots of changes.
-
foolipgsnedders: `git diff -S` might help bring down the size of the diff. or we should add more options to update-bcd.js to make it more suitable for partial updates, not the "let's fix api.*" project this was created for
-
gsneddersfoolip: right, there are ways to workaround it, but still
-
BitBot(wpt) [PR] chromium-wpt-export-bot requested #27729 merge into master: [AspectRatio] Take box-sizing into account in replaced element intrinsic sizing - git.io/JtQkk
-
BitBot(wpt) [PR] chromium-wpt-export-bot merged #27707 by chromium-wpt-export-bot into master: Update ResourceTiming style guide to explain asserts vs. errors - git.io/JtyxX
-
BitBot(wpt) [issue] stephenmcgruer closed #25015: [idlharness] 'void' type is changing to 'undefined' - git.io/JJ5YQ
-
BitBot(wpt) [issue] stephenmcgruer closed #25014: [WebIDL] 'void' type is changing to 'undefined' - git.io/JJ5Y9
-
BitBot(wpt) [PR] stephenmcgruer closed #27664 by stephenmcgruer: Fix flaky test /touch-events/multi-touch-interfaces.html in upstream WPT - git.io/JtMQw
-
BitBot(wpt) [PR] stephenmcgruer reopened #27664 by stephenmcgruer: Fix flaky test /touch-events/multi-touch-interfaces.html in upstream WPT - git.io/JtMQw
-
BitBot(wpt) [PR] chromium-wpt-export-bot merged #27710 by chromium-wpt-export-bot into master: [layout] Don't allow non-formatting-context to be relayout-roots. - git.io/JtSU8
-
BitBot(wpt) [PR] weinig merged #27521 by weinig into master: Update META.yml - git.io/JtV9S
-
BitBot(wpt) [PR] autofoolip requested #27730 merge into master: Update interfaces/cors-rfc1918.idl - git.io/JtQWY
-
BitBot(wpt) [PR] LukeZielinski closed #27715 by LukeZielinski: Update mypy to 0.812 - git.io/JtSdk
-
BitBot(wpt) [PR] LukeZielinski reopened #27715 by LukeZielinski: Update mypy to 0.812 - git.io/JtSdk
-
BitBot(wpt) [PR] stephenmcgruer merged #27730 by stephenmcgruer into master: Update interfaces/cors-rfc1918.idl - git.io/JtQWY
-
BitBot(wpt) [PR] chromium-wpt-export-bot requested #27731 merge into master: NativeIO: Block filenames longer that 100 chars - git.io/JtQ87
-
BitBot(wpt) [PR] svgeesus merged #27337 by svgeesus into master: Change tests for legacy color formats to use a box, rather than text - git.io/Jtc7C
-
foolipgsnedders: I've filed foolip/mdn-bcd-collector #1000, do you think that's the right solution? Or is the important use case more like "here's data for a beta release, make sure everything in it will be updated"?
-
BitBot(wpt) [PR] moz-wptsync-bot requested #27732 merge into master: [Gecko Bug 1674268] Add a wpt reftest table-item-flex-percentage-min-width.html. - git.io/JtQEr
-
BitBot(wpt) [PR] kirbysayshi closed #4548 by kirbysayshi: createMediaElementSource from EME element test - git.io/JtQEi
-
BitBot(wpt) [PR] chromium-wpt-export-bot requested #27733 merge into master: [Permissions Policy] Add WPT test on opaque origin iframe reload - git.io/JtQES
-
BitBot(wpt) [PR] moz-wptsync-bot merged #27728 by moz-wptsync-bot into master: [Gecko Bug 1693656] Split wpt pointerevent_movementxy.html - git.io/JtH7S
-
BitBot(wpt) [PR] moz-wptsync-bot merged #27724 by moz-wptsync-bot into master: [Gecko Bug 1675779] HandleDeleteAtomicContent should handle non-editable text node. - git.io/JtHKZ
-
BitBot(wpt) [PR] moz-wptsync-bot merged #27725 by moz-wptsync-bot into master: [Gecko Bug 1663931] Avoid moving focus when changing iframe remoteness. - git.io/JtH6O
-
BitBot(wpt) [PR] k7z45 requested #27734 merge into master: Seperate out bidi_session from session in fixtures.py - git.io/JtQi7
-
BitBot(wpt) [PR] chromium-wpt-export-bot requested #27735 merge into master: Simulate actions in uievents/order-of-events/mouse-events/click-on-body.html - git.io/JtQXq