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 Firefox for AnimationTimeline API #9193

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
124 changes: 26 additions & 98 deletions api/AnimationTimeline.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,55 +13,19 @@
"edge": {
"version_added": "≤79"
},
"firefox": [
{
"version_added": "75"
},
{
"version_added": "63",
"flags": [
{
"type": "preference",
"name": "dom.animations-api.timelines.enabled",
"value_to_set": "true"
}
]
},
{
"version_added": "48",
"version_removed": "63",
"flags": [
{
"type": "preference",
"name": "dom.animations-api.core.enabled",
"value_to_set": "true"
}
]
}
],
"firefox_android": [
{
"version_added": "63",
"flags": [
{
"type": "preference",
"name": "dom.animations-api.timelines.enabled",
"value_to_set": "true"
}
]
},
{
"version_added": "48",
"version_removed": "63",
"flags": [
{
"type": "preference",
"name": "dom.animations-api.core.enabled",
"value_to_set": "true"
}
]
}
],
"firefox": {
"version_added": "75"
},
"firefox_android": {
"version_added": "63",
"flags": [
Copy link
Collaborator

Choose a reason for hiding this comment

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

Is the existing data just wrong here? It seems unlikely this was shipped in desktop but left behind a flag on Android.

Copy link
Collaborator

Choose a reason for hiding this comment

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

I could answer my own question and sent #9452.

{
"type": "preference",
"name": "dom.animations-api.timelines.enabled",
"value_to_set": "true"
}
]
},
"ie": {
"version_added": false
},
Expand Down Expand Up @@ -103,55 +67,19 @@
"edge": {
"version_added": false
},
"firefox": [
{
"version_added": "75"
},
{
"version_added": "63",
"flags": [
{
"type": "preference",
"name": "dom.animations-api.timelines.enabled",
"value_to_set": "true"
}
]
},
{
"version_added": "48",
"version_removed": "63",
"flags": [
{
"type": "preference",
"name": "dom.animations-api.core.enabled",
"value_to_set": "true"
}
]
}
],
"firefox_android": [
{
"version_added": "63",
"flags": [
{
"type": "preference",
"name": "dom.animations-api.timelines.enabled",
"value_to_set": "true"
}
]
},
{
"version_added": "48",
"version_removed": "63",
"flags": [
{
"type": "preference",
"name": "dom.animations-api.core.enabled",
"value_to_set": "true"
}
]
}
],
"firefox": {
"version_added": "75"
},
"firefox_android": {
"version_added": "63",
"flags": [
{
"type": "preference",
"name": "dom.animations-api.timelines.enabled",
"value_to_set": "true"
}
]
},
"ie": {
"version_added": false
},
Expand Down