Skip to content

Commit 57c7988

Browse files
authored
Update WebDriver BiDi data (#27776)
1 parent ccad233 commit 57c7988

File tree

2 files changed

+162
-11
lines changed

2 files changed

+162
-11
lines changed

webdriver/bidi/emulation.json

Lines changed: 65 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -204,11 +204,7 @@
204204
"edge": "mirror",
205205
"firefox": {
206206
"version_added": "142",
207-
"partial_implementation": true,
208-
"notes": [
209-
"Before Firefox 144 the locale override was shared with all the other browsing contexts living in the same web content process.",
210-
"Both `navigator.languages`, and the HTTP `Accept-Language` request header are not set yet."
211-
]
207+
"notes": "Before Firefox 144, the locale override was shared with all the other browsing contexts living in the same web content process."
212208
},
213209
"firefox_android": "mirror",
214210
"oculus": "mirror",
@@ -260,6 +256,37 @@
260256
}
261257
}
262258
},
259+
"cross_origin_iframes": {
260+
"__compat": {
261+
"description": "Applies override to newly created cross-origin iframes.",
262+
"support": {
263+
"chrome": {
264+
"version_added": false
265+
},
266+
"chrome_android": "mirror",
267+
"edge": "mirror",
268+
"firefox": {
269+
"version_added": "143"
270+
},
271+
"firefox_android": "mirror",
272+
"oculus": "mirror",
273+
"opera": "mirror",
274+
"opera_android": "mirror",
275+
"safari": {
276+
"version_added": false
277+
},
278+
"safari_ios": "mirror",
279+
"samsunginternet_android": "mirror",
280+
"webview_android": "mirror",
281+
"webview_ios": "mirror"
282+
},
283+
"status": {
284+
"experimental": true,
285+
"standard_track": false,
286+
"deprecated": false
287+
}
288+
}
289+
},
263290
"locale_parameter": {
264291
"__compat": {
265292
"description": "`locale` parameter",
@@ -292,6 +319,37 @@
292319
}
293320
}
294321
},
322+
"updates_existing_sandboxes": {
323+
"__compat": {
324+
"description": "Applies override to existing sandboxes.",
325+
"support": {
326+
"chrome": {
327+
"version_added": false
328+
},
329+
"chrome_android": "mirror",
330+
"edge": "mirror",
331+
"firefox": {
332+
"version_added": "144"
333+
},
334+
"firefox_android": "mirror",
335+
"oculus": "mirror",
336+
"opera": "mirror",
337+
"opera_android": "mirror",
338+
"safari": {
339+
"version_added": false
340+
},
341+
"safari_ios": "mirror",
342+
"samsunginternet_android": "mirror",
343+
"webview_android": "mirror",
344+
"webview_ios": "mirror"
345+
},
346+
"status": {
347+
"experimental": true,
348+
"standard_track": false,
349+
"deprecated": false
350+
}
351+
}
352+
},
295353
"userContexts_parameter": {
296354
"__compat": {
297355
"description": "`userContexts` parameter",
@@ -336,8 +394,7 @@
336394
"chrome_android": "mirror",
337395
"edge": "mirror",
338396
"firefox": {
339-
"version_added": false,
340-
"impl_url": "https://bugzil.la/1974165"
397+
"version_added": "144"
341398
},
342399
"firefox_android": "mirror",
343400
"oculus": "mirror",
@@ -352,7 +409,7 @@
352409
"webview_ios": "mirror"
353410
},
354411
"status": {
355-
"experimental": true,
412+
"experimental": false,
356413
"standard_track": true,
357414
"deprecated": false
358415
}

webdriver/bidi/network.json

Lines changed: 97 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -141,9 +141,7 @@
141141
"chrome_android": "mirror",
142142
"edge": "mirror",
143143
"firefox": {
144-
"version_added": "143",
145-
"partial_implementation": true,
146-
"notes": "Only implementing \"response\" as other types are not specified yet"
144+
"version_added": "143"
147145
},
148146
"firefox_android": "mirror",
149147
"oculus": "mirror",
@@ -162,6 +160,38 @@
162160
"standard_track": true,
163161
"deprecated": false
164162
}
163+
},
164+
"response": {
165+
"__compat": {
166+
"description": "`\"response\"`",
167+
"spec_url": "https://w3c.github.io/webdriver-bidi/#cddl-value-networkdatatype-response",
168+
"support": {
169+
"chrome": {
170+
"version_added": false
171+
},
172+
"chrome_android": "mirror",
173+
"edge": "mirror",
174+
"firefox": {
175+
"version_added": "143"
176+
},
177+
"firefox_android": "mirror",
178+
"oculus": "mirror",
179+
"opera": "mirror",
180+
"opera_android": "mirror",
181+
"safari": {
182+
"version_added": false
183+
},
184+
"safari_ios": "mirror",
185+
"samsunginternet_android": "mirror",
186+
"webview_android": "mirror",
187+
"webview_ios": "mirror"
188+
},
189+
"status": {
190+
"experimental": true,
191+
"standard_track": true,
192+
"deprecated": false
193+
}
194+
}
165195
}
166196
},
167197
"maxEncodedDataSize_parameter": {
@@ -1580,6 +1610,38 @@
15801610
"standard_track": true,
15811611
"deprecated": false
15821612
}
1613+
},
1614+
"response": {
1615+
"__compat": {
1616+
"description": "`\"response\"`",
1617+
"spec_url": "https://w3c.github.io/webdriver-bidi/#cddl-value-networkdatatype-response",
1618+
"support": {
1619+
"chrome": {
1620+
"version_added": false
1621+
},
1622+
"chrome_android": "mirror",
1623+
"edge": "mirror",
1624+
"firefox": {
1625+
"version_added": "143"
1626+
},
1627+
"firefox_android": "mirror",
1628+
"oculus": "mirror",
1629+
"opera": "mirror",
1630+
"opera_android": "mirror",
1631+
"safari": {
1632+
"version_added": false
1633+
},
1634+
"safari_ios": "mirror",
1635+
"samsunginternet_android": "mirror",
1636+
"webview_android": "mirror",
1637+
"webview_ios": "mirror"
1638+
},
1639+
"status": {
1640+
"experimental": true,
1641+
"standard_track": true,
1642+
"deprecated": false
1643+
}
1644+
}
15831645
}
15841646
},
15851647
"request_parameter": {
@@ -2066,6 +2128,38 @@
20662128
"standard_track": true,
20672129
"deprecated": false
20682130
}
2131+
},
2132+
"response": {
2133+
"__compat": {
2134+
"description": "`\"response\"`",
2135+
"spec_url": "https://w3c.github.io/webdriver-bidi/#cddl-value-networkdatatype-response",
2136+
"support": {
2137+
"chrome": {
2138+
"version_added": false
2139+
},
2140+
"chrome_android": "mirror",
2141+
"edge": "mirror",
2142+
"firefox": {
2143+
"version_added": "143"
2144+
},
2145+
"firefox_android": "mirror",
2146+
"oculus": "mirror",
2147+
"opera": "mirror",
2148+
"opera_android": "mirror",
2149+
"safari": {
2150+
"version_added": false
2151+
},
2152+
"safari_ios": "mirror",
2153+
"samsunginternet_android": "mirror",
2154+
"webview_android": "mirror",
2155+
"webview_ios": "mirror"
2156+
},
2157+
"status": {
2158+
"experimental": true,
2159+
"standard_track": true,
2160+
"deprecated": false
2161+
}
2162+
}
20692163
}
20702164
},
20712165
"disown_parameter": {

0 commit comments

Comments
 (0)