Skip to content
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

Remove irrelevant flags in all browsers for Navigator API #9755

Closed
Closed
Changes from all commits
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
39 changes: 3 additions & 36 deletions api/Navigator.json
Original file line number Diff line number Diff line change
Expand Up @@ -253,17 +253,6 @@
"version_added": "11",
"version_removed": "16",
"prefix": "moz"
},
{
"version_added": "10",
"version_removed": "16",
"flags": [
{
"type": "preference",
"name": "dom.battery.enabled",
Copy link
Contributor

Choose a reason for hiding this comment

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

I'm deleting this entry entirely in #9626.

"value_to_set": "true"
}
]
}
],
"firefox_android": [
Expand All @@ -279,17 +268,6 @@
"version_added": "14",
"version_removed": "16",
"prefix": "moz"
},
{
"version_added": "10",
"version_removed": "16",
"flags": [
{
"type": "preference",
"name": "dom.battery.enabled",
"value_to_set": "true"
}
]
}
],
"ie": {
Expand Down Expand Up @@ -2450,20 +2428,9 @@
"chrome_android": {
"version_added": "40"
},
"edge": [
{
"version_added": "17"
},
{
"version_added": "16",
"flags": [
{
"type": "preference",
"name": "Enable service workers"
Copy link
Contributor

Choose a reason for hiding this comment

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

Can you do a PR that removes all of "Enable service workers" in one go? That way is more likely to reveal problems in the data.

}
]
}
],
"edge": {
"version_added": "17"
},
"firefox": {
"version_added": "44",
"notes": "<a href='https://www.mozilla.org/en-US/firefox/organizations/'>Extended Support Releases (ESR)</a> before Firefox 78 ESR do not support service workers and the Push API."
Expand Down