-
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
Fixes webextensions.api.windows.create notes issues #24961
base: main
Are you sure you want to change the base?
Fixes webextensions.api.windows.create notes issues #24961
Conversation
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.
Looks good. Thanks @rebloor!
@caugner can you check my fix for your feedback? |
webextensions/api/windows.json
Outdated
"'url' and 'tabId options can't both be set together.", | ||
"The returned 'Window' object contains the 'tabs' property only from version 52 onwards.", | ||
"From Firefox 86, the <code>focused: false</code> option is ignored.", | ||
"<code>url</code> and <code>tabId</code> options can't be set together.", |
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.
We just recently switched to allowing Markdown formatting in notes, so let's use that now!
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.
@queengooborg Completed while resolving merge conflicts
This pull request has merge conflicts that must be resolved before it can be merged. |
@queengooborg a reminder that I've addressed your changes requested |
Summary
Correct a typo and clarify a note for windows.create.
Related issues
Fixes #24888
Fixes #24889