Skip to content

Commit

Permalink
Update Firefox data for Directory API (#23741)
Browse files Browse the repository at this point in the history
This PR updates and corrects version values for Firefox and Firefox Android for the `Directory` API. The data comes from a commit in the browser's source code, mapped to a version number using available tooling or via the commit timestamp.

Commit: https://hg.mozilla.org/mozilla-central/rev/b1c0310cdac10003943ca8f1f176bed8c85c1609, https://hg.mozilla.org/mozilla-central/rev/c050de3408c8992a07299c7da8bd8006d48f8073, https://hg.mozilla.org/mozilla-central/rev/bd1aca23aba6cc93019b9756f27b8079132f627f
  • Loading branch information
queengooborg authored Jul 15, 2024
1 parent ac49b66 commit 1d4f908
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions api/Directory.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": "≤72"
"version_added": "30"
},
"firefox_android": "mirror",
"ie": {
Expand Down Expand Up @@ -40,7 +40,7 @@
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": "≤72"
"version_added": "48"
},
"firefox_android": "mirror",
"ie": {
Expand Down Expand Up @@ -72,7 +72,7 @@
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": "≤72"
"version_added": "42"
},
"firefox_android": "mirror",
"ie": {
Expand Down Expand Up @@ -104,7 +104,7 @@
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": "≤72"
"version_added": "30"
},
"firefox_android": "mirror",
"ie": {
Expand Down Expand Up @@ -136,7 +136,7 @@
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": "≤72"
"version_added": "42"
},
"firefox_android": "mirror",
"ie": {
Expand Down

0 comments on commit 1d4f908

Please sign in to comment.