-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Chrome 8 added webextensions.api.management
support
#24278
Chrome 8 added webextensions.api.management
support
#24278
Conversation
This PR updates and corrects version values for Chromium (Chrome, Opera, Samsung Internet, WebView Android) for the `management` Web Extensions interface. The data comes from a commit in the browser's source code, mapped to a version number using available tooling or via the commit timestamp. Commit: https://source.chromium.org/chromium/chromium/src/+/eb25577b3822e6bd44f3c42ff5a1ef28ada1e6dd
@queengooborg how did you get version 24? The only relevant info I can see is the commit date of October 2010, which would suggest an earlier release (6). |
Good catch, thanks! It looks like these features actually landed in Chrome 9, based upon an internal document that lists the feature freeze dates of Chrome (typically two months prior to the release of that version). Chrome 9's feature freeze was November 5, 2010 (8's was September 24, 2010)! |
This comment was marked as duplicate.
This comment was marked as duplicate.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It looks like these features actually landed in Chrome 9, based upon an internal document that lists the feature freeze dates of Chrome (typically two months prior to the release of that version). Chrome 9's feature freeze was November 5, 2010 (8's was September 24, 2010)!
Based on chromium/chromium@eb25577, this commit landed in 7.0.547.0, but since Chrome 7 was based on 7.0.517 (BEFORE that), it makes sense that this landed in Chrome 8 (based on 8.0.552), not Chrome 9.
webextensions.api.management
support
webextensions.api.management
supportwebextensions.api.management
support
This PR updates and corrects version values for Chromium (Chrome, Opera, Samsung Internet, WebView Android) for the
management
Web Extensions interface. The data comes from a commit in the browser's source code, mapped to a version number using available tooling or via the commit timestamp.Commit: https://source.chromium.org/chromium/chromium/src/+/eb25577b3822e6bd44f3c42ff5a1ef28ada1e6dd