-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Burndown list: all changes from npm run confluence #6526
Conversation
🤖 Note: This PR contains 300 or more files. Some automatic labels may not have been applied. |
#6528 is the first PR I extracted from this. Confluence was correct, but a lot more checking and fixing was needed. |
e07788a
to
ef0a0cf
Compare
Extracted from mdn#6526 https://software.hixie.ch/utilities/js/live-dom-viewer/?saved=8359 was tested in Chrome 35-44 and Opera 22-31 on Windows 8.1 on BrowserStack to confirm, and the mobile browser data was mirrored.
Extracted from #6526 https://software.hixie.ch/utilities/js/live-dom-viewer/?saved=8359 was tested in Chrome 35-44 and Opera 22-31 on Windows 8.1 on BrowserStack to confirm, and the mobile browser data was mirrored.
efeb8c9
to
85a4ea6
Compare
I've rerun after #6555 and pushed those results. There are lots of system errors still, so I've fixed those and released mdn-confluence 2.1.0. That will get rid of all the system problems I'd previously handled by reverting some changes on the branch. |
92cb0eb
to
30cd559
Compare
9e29df5
to
cb1dfcb
Compare
cb1dfcb
to
5c2e80b
Compare
5c2e80b
to
6e04de2
Compare
Safari 9.1 and iOS 9 are suggested by Web Confluence. These are the commits implemented these methods: WebKit/WebKit@96329e0 https://github.com/WebKit/WebKit/blob/96329e0299ec3ac9f992020e162b24e4eb5f0517/Source/WebCore/Configurations/Version.xcconfig WebKit/WebKit@0535e1e https://github.com/WebKit/WebKit/blob/0535e1e759c599a8245e6d74c7194ab651a49239/Source/WebCore/Configurations/Version.xcconfig WebKit/WebKit@54d3ba4 https://github.com/WebKit/WebKit/blob/54d3ba427dbf70078a3648c048e944b6a3580c20/Source/WebCore/Configurations/Version.xcconfig That's WebKit trunk version 601.1.29-31, all mapping to Safari 9. Part of #6526.
…17230) Confirmed by running this test in Firefox 44: https://mdn-bcd-collector.appspot.com/tests/api/ServiceWorkerRegistration This data came from wiki migration: #1015 Part of #6526
) The original data is from wiki migration: #1248 The commit implementing the stop() method is here: https://chromium.googlesource.com/chromium/src/+/ffbe9abb72c71abaf8623c56c9ad7f6ee04f48b4 That suggests Chrome 31 by naive date mapping. But Chrome 32 was confirmed by evaluating `MediaStreamTrack.prototype.stop` on Chrome 31 and 32 on BrowserStack. Part of #6526.
Implemented in WebKit trunk version 603.1.9: WebKit/WebKit@67075ee https://github.com/WebKit/WebKit/blob/67075eeb6d10b167702a82bf82a62d582067fabf/Source/WebCore/Configurations/Version.xcconfig That maps to 10.1, which is the same change suggested by Web Confluence. Part of #6526.
Not wrong, but seems like a mishap early exposure
This was implemented in Firefox 43: https://bugzilla.mozilla.org/show_bug.cgi?id=912342 The same change is also made by mdn-bcd-collector: mdn#17224 This reverts what appears to be a mistaken edit while updating Chrome which was probably intended to update the Opera data: mdn#1746 And now actually mirror the Opera data. Part of mdn#6526.
The same changes is suggested by both confluence and collector: mdn#6526 mdn#17224 Commit mapping also points to 59: https://storage.googleapis.com/chromium-find-releases-static/b6a.html#b6a9c1ca0284fa7cd1995a2f266390e90bf06c65
These methods were both first exposed when ImageCapture shipped: https://storage.googleapis.com/chromium-find-releases-static/44e.html#44e0ad0c40c920ab5259514c5ea262c8bd7cd5a5 So it was not full support from the start, but this would be better captured as subfeatures for parameter support, if anyone would still be interested in these details so long after. Both confluence and collector suggest these exact changes: mdn#6526 mdn#17224
mdn#17253 That's all, folks!
So, contrary to what I said, I went ahead and burned down this whole set of changes. There are PRs merged or open for everything now. |
…s() (#17253) These methods were both first exposed when ImageCapture shipped: https://storage.googleapis.com/chromium-find-releases-static/44e.html#44e0ad0c40c920ab5259514c5ea262c8bd7cd5a5 So it was not full support from the start, but this would be better captured as subfeatures for parameter support, if anyone would still be interested in these details so long after. Both confluence and collector suggest these exact changes: #6526 #17224
The same changes is suggested by both confluence and collector: #6526 #17224 Commit mapping also points to 59: https://storage.googleapis.com/chromium-find-releases-static/b6a.html#b6a9c1ca0284fa7cd1995a2f266390e90bf06c65
This was implemented in Firefox 43: https://bugzilla.mozilla.org/show_bug.cgi?id=912342 The same change is also made by mdn-bcd-collector: #17224 This reverts what appears to be a mistaken edit while updating Chrome which was probably intended to update the Opera data: #1746 And now actually mirror the Opera data. Part of #6526.
This branch/PR is in support of #6435 and not intended to be merged. Rather, I will use it as a burndown list of what changes are suggested by Confluence, to make sure we get the remaining value out of the data. I will split out PRs or revert changes on the branch until no changes remain and then close this PR.