Skip to content

Commit

Permalink
Remove Chromium impl_url and add Firefox impl_url for `NavigationActi…
Browse files Browse the repository at this point in the history
…vation` (mdn#24795)

Remove chromium impl_url and add missing firefox impl_url for  `NavigationActivation`
  • Loading branch information
skyclouds2001 authored Oct 23, 2024
1 parent 5960219 commit 61340d9
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions api/NavigationActivation.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
],
"support": {
"chrome": {
"version_added": "123",
"impl_url": "https://crbug.com/40285670/"
"version_added": "123"
},
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": false
"version_added": false,
"impl_url": "https://bugzil.la/1777171"
},
"firefox_android": "mirror",
"ie": {
Expand Down Expand Up @@ -48,8 +48,7 @@
],
"support": {
"chrome": {
"version_added": "123",
"impl_url": "https://crbug.com/40285670/"
"version_added": "123"
},
"chrome_android": "mirror",
"edge": "mirror",
Expand Down Expand Up @@ -87,8 +86,7 @@
],
"support": {
"chrome": {
"version_added": "123",
"impl_url": "https://crbug.com/40285670/"
"version_added": "123"
},
"chrome_android": "mirror",
"edge": "mirror",
Expand Down Expand Up @@ -126,8 +124,7 @@
],
"support": {
"chrome": {
"version_added": "123",
"impl_url": "https://crbug.com/40285670/"
"version_added": "123"
},
"chrome_android": "mirror",
"edge": "mirror",
Expand Down

0 comments on commit 61340d9

Please sign in to comment.