-
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 17/23 added webextensions.api.webRequest
support
#24280
Chrome 17/23 added webextensions.api.webRequest
support
#24280
Conversation
This PR updates and corrects version values for Chromium (Chrome, Opera, Samsung Internet, WebView Android) for the `webRequest` 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/+/da1430bbf5853abb6dc4886812ab3e9a133664f3, https://source.chromium.org/chromium/chromium/src/+/85231d73b03552f369a32ce640189c531e42cf96
This pull request has merge conflicts that must be resolved before it can be merged. |
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.
Based on chromium/chromium@da1430b, I would say that this landed in Chrome 17.
This is in 17.0.956.0, and the release was 17.0.963.0 based on web search.
The commit message suggests that the corresponding permission landed at the same time: browser-compat-data/webextensions/manifest/permissions.json Lines 1022 to 1025 in b35c062
See also the corresponding browser-compat-data/webextensions/manifest/optional_permissions.json Lines 855 to 860 in b35c062
|
webextensions.api.webRequest
support
This PR updates and corrects version values for Chromium (Chrome, Opera, Samsung Internet, WebView Android) for the
webRequest
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.Commits: