Skip to content

Commit 6d8bdc8

Browse files
Firefox Nightly adds Document Picture-in-Picture API (#28849)
Firefox 148 nightly only support for Document Picture-in-Picture API Except: `disallowReturnToOpener` option
1 parent 3a21c8f commit 6d8bdc8

File tree

4 files changed

+20
-10
lines changed

4 files changed

+20
-10
lines changed

api/DocumentPictureInPicture.json

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
},
1717
"edge": "mirror",
1818
"firefox": {
19-
"version_added": false
19+
"version_added": "preview",
20+
"impl_url": "https://bugzil.la/1858562"
2021
},
2122
"firefox_android": "mirror",
2223
"oculus": "mirror",
@@ -53,7 +54,8 @@
5354
},
5455
"edge": "mirror",
5556
"firefox": {
56-
"version_added": false
57+
"version_added": "preview",
58+
"impl_url": "https://bugzil.la/1858562"
5759
},
5860
"firefox_android": "mirror",
5961
"oculus": "mirror",
@@ -90,7 +92,8 @@
9092
},
9193
"edge": "mirror",
9294
"firefox": {
93-
"version_added": false
95+
"version_added": "preview",
96+
"impl_url": "https://bugzil.la/1858562"
9497
},
9598
"firefox_android": "mirror",
9699
"oculus": "mirror",
@@ -163,7 +166,8 @@
163166
},
164167
"edge": "mirror",
165168
"firefox": {
166-
"version_added": false
169+
"version_added": "preview",
170+
"impl_url": "https://bugzil.la/1858562"
167171
},
168172
"firefox_android": "mirror",
169173
"oculus": "mirror",
@@ -201,7 +205,8 @@
201205
},
202206
"edge": "mirror",
203207
"firefox": {
204-
"version_added": false
208+
"version_added": "preview",
209+
"impl_url": "https://bugzil.la/1858562"
205210
},
206211
"firefox_android": "mirror",
207212
"oculus": "mirror",

api/DocumentPictureInPictureEvent.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
},
1717
"edge": "mirror",
1818
"firefox": {
19-
"version_added": false
19+
"version_added": "preview",
20+
"impl_url": "https://bugzil.la/1858562"
2021
},
2122
"firefox_android": "mirror",
2223
"oculus": "mirror",
@@ -53,7 +54,8 @@
5354
},
5455
"edge": "mirror",
5556
"firefox": {
56-
"version_added": false
57+
"version_added": "preview",
58+
"impl_url": "https://bugzil.la/1858562"
5759
},
5860
"firefox_android": "mirror",
5961
"oculus": "mirror",
@@ -90,7 +92,8 @@
9092
},
9193
"edge": "mirror",
9294
"firefox": {
93-
"version_added": false
95+
"version_added": "preview",
96+
"impl_url": "https://bugzil.la/1858562"
9497
},
9598
"firefox_android": "mirror",
9699
"oculus": "mirror",

api/Window.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1400,7 +1400,8 @@
14001400
},
14011401
"edge": "mirror",
14021402
"firefox": {
1403-
"version_added": false
1403+
"version_added": "preview",
1404+
"impl_url": "https://bugzil.la/1858562"
14041405
},
14051406
"firefox_android": "mirror",
14061407
"oculus": "mirror",

css/at-rules/media.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -573,7 +573,8 @@
573573
},
574574
"edge": "mirror",
575575
"firefox": {
576-
"version_added": false
576+
"version_added": "preview",
577+
"impl_url": "https://bugzil.la/1858562"
577578
},
578579
"firefox_android": "mirror",
579580
"oculus": "mirror",

0 commit comments

Comments
 (0)