-
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 127 fully supports webextensions.api.action.openPopup
#25376
Conversation
webextensions/api/action.json
Outdated
@@ -466,7 +466,7 @@ | |||
"support": { | |||
"chrome": { | |||
"version_added": "118", | |||
"notes": "Is only available to policy installed extensions and dev builds (e.g., Canary)." | |||
"notes": "Is only available to policy installed extensions and dev builds (e.g., Canary) between Chrome 118 and Chrome 126." |
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.
I think we should do two things here:
- Shorten the note as follows.
- Ideally split this up into two support statements:
- A partial_implementation 118-127 with this note.
- A full implementation from 127.
"notes": "Is only available to policy installed extensions and dev builds (e.g., Canary) between Chrome 118 and Chrome 126." | |
"notes": "Before Chrome 127, it is only available to policy installed extensions." |
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.
i've update it to split the desc into 2 parts, as I think it will be a little bit more clear? :)
This pull request has merge conflicts that must be resolved before it can be merged. |
Apologies, I merged #25399, which made the same changes. |
FYI: