Skip to content

Bug-1657575 webRequest.handlerBehaviorChanged implementation #26266

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

Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions webextensions/api/webRequest.json
Original file line number Diff line number Diff line change
Expand Up @@ -1445,11 +1445,9 @@
"version_added": "14"
},
"firefox": {
"version_added": "45"
},
"firefox_android": {
"version_added": "48"
"version_added": "138"
},
"firefox_android": "mirror",
Copy link
Contributor

@dotproto dotproto Mar 21, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should note that the method was exposed but did not function as expected. I have not tested this suggested JSON, but it should follow the format described in the compat data schema docs.

Suggested change
"firefox": {
"version_added": "45"
},
"firefox_android": {
"version_added": "48"
"version_added": "138"
},
"firefox_android": "mirror",
"firefox": [
{
"version_added": "138"
},
{
"version_added": "45",
"partial_implementation": true,
"note": "Exposed but non-functional"
}
]
"firefox_android": [
{
"version_added": "138"
},
{
"version_added": "48",
"partial_implementation": true,
"note": "Exposed but non-functional"
}
],

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dotproto almost, it's "notes" not "note"

"opera": "mirror",
"safari": {
"version_added": false
Expand Down