-
Notifications
You must be signed in to change notification settings - Fork 23k
devtools as optional permission #27282
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
Conversation
files/en-us/mozilla/add-ons/webextensions/api/devtools/index.md
Outdated
Show resolved
Hide resolved
files/en-us/mozilla/add-ons/webextensions/manifest.json/permissions/index.md
Outdated
Show resolved
Hide resolved
files/en-us/mozilla/add-ons/webextensions/api/devtools/index.md
Outdated
Show resolved
Hide resolved
| {{AddonSidebar}} | ||
|
|
||
| > **Note:** This page describes devtools APIs as they exist in Firefox 55. Although the APIs are based on the [Chrome devtools APIs](https://developer.chrome.com/docs/extensions/mv3/devtools/), there are still many features that are not yet implemented in Firefox, and therefore are not documented here. To see which features are currently missing please see [Limitations of the devtools APIs](#limitations_of_the_devtools_apis). | ||
| > **Note:** This page describes the devtools APIs in Firefox 55. Although the APIs are based on the [Chrome devtools APIs](https://developer.chrome.com/docs/extensions/mv3/devtools/), Firefox does not implement all those features; therefore, not all features are documented here. To see which features are missing, refer to [Limitations of the devtools APIs](#limitations_of_the_devtools_apis). |
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.
This document mentions Firefox 54/55, which is ages ago. Could you remove the version specific mentions from this article in a follow-up (separate PR so that these can be reviewed independently)?
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.
Will do
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.
@rebloor it looks like this PR is basically ready to be merged, but I noticed the mention to Firefox 55 has not been removed, do we want to remove it by updating this PR before merging it or in a separate PR?
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.
files/en-us/mozilla/add-ons/webextensions/extending_the_developer_tools/index.md
Outdated
Show resolved
Hide resolved
Co-authored-by: Rob Wu <[email protected]>
|
@rebloor Why was this closed without merging? |
|
@Rob--W by accident |
|
Hi, looks like we're ready to land this one, shall I merge when CI is done? |
rpl
left a comment
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.
r+wc (not a big deal but one small tweak requested in the previous pass from Rob doesn't seem to have been applied).
@rebloor would you mind to confirm if we want to apply that tweak in this PR before merging it?
| {{AddonSidebar}} | ||
|
|
||
| > **Note:** This page describes devtools APIs as they exist in Firefox 55. Although the APIs are based on the [Chrome devtools APIs](https://developer.chrome.com/docs/extensions/mv3/devtools/), there are still many features that are not yet implemented in Firefox, and therefore are not documented here. To see which features are currently missing please see [Limitations of the devtools APIs](#limitations_of_the_devtools_apis). | ||
| > **Note:** This page describes the devtools APIs in Firefox 55. Although the APIs are based on the [Chrome devtools APIs](https://developer.chrome.com/docs/extensions/mv3/devtools/), Firefox does not implement all those features; therefore, not all features are documented here. To see which features are missing, refer to [Limitations of the devtools APIs](#limitations_of_the_devtools_apis). |
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.
@rebloor it looks like this PR is basically ready to be merged, but I noticed the mention to Firefox 55 has not been removed, do we want to remove it by updating this PR before merging it or in a separate PR?
Description
Addresses the documentation needs of Bug 1606862 Make devtools an optional permission.