Skip to content
Merged
Show file tree
Hide file tree
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
73 changes: 65 additions & 8 deletions webdriver/bidi/emulation.json
Original file line number Diff line number Diff line change
Expand Up @@ -204,11 +204,7 @@
"edge": "mirror",
"firefox": {
"version_added": "142",
"partial_implementation": true,
"notes": [
"Before Firefox 144 the locale override was shared with all the other browsing contexts living in the same web content process.",
"Both `navigator.languages`, and the HTTP `Accept-Language` request header are not set yet."
]
"notes": "Before Firefox 144, the locale override was shared with all the other browsing contexts living in the same web content process."
},
"firefox_android": "mirror",
"oculus": "mirror",
Expand Down Expand Up @@ -260,6 +256,37 @@
}
}
},
"cross_origin_iframes": {
"__compat": {
"description": "Applies override to newly created cross-origin iframes.",
"support": {
"chrome": {
"version_added": false
},
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": "143"
},
"firefox_android": "mirror",
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": false
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror",
"webview_ios": "mirror"
},
"status": {
"experimental": true,
"standard_track": false,
"deprecated": false
}
}
},
"locale_parameter": {
"__compat": {
"description": "`locale` parameter",
Expand Down Expand Up @@ -292,6 +319,37 @@
}
}
},
"updates_existing_sandboxes": {
"__compat": {
"description": "Applies override to existing sandboxes.",
"support": {
"chrome": {
"version_added": false
},
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": "144"
},
"firefox_android": "mirror",
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": false
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror",
"webview_ios": "mirror"
},
"status": {
"experimental": true,
"standard_track": false,
"deprecated": false
}
}
},
"userContexts_parameter": {
"__compat": {
"description": "`userContexts` parameter",
Expand Down Expand Up @@ -336,8 +394,7 @@
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": false,
"impl_url": "https://bugzil.la/1974165"
"version_added": "144"
},
"firefox_android": "mirror",
"oculus": "mirror",
Expand All @@ -352,7 +409,7 @@
"webview_ios": "mirror"
},
"status": {
"experimental": true,
"experimental": false,
"standard_track": true,
"deprecated": false
}
Expand Down
100 changes: 97 additions & 3 deletions webdriver/bidi/network.json
Original file line number Diff line number Diff line change
Expand Up @@ -141,9 +141,7 @@
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": "143",
"partial_implementation": true,
"notes": "Only implementing \"response\" as other types are not specified yet"
"version_added": "143"
},
"firefox_android": "mirror",
"oculus": "mirror",
Expand All @@ -162,6 +160,38 @@
"standard_track": true,
"deprecated": false
}
},
"response": {
"__compat": {
"description": "`\"response\"`",
"spec_url": "https://w3c.github.io/webdriver-bidi/#cddl-value-networkdatatype-response",
"support": {
"chrome": {
"version_added": false
},
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": "143"
},
"firefox_android": "mirror",
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": false
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror",
"webview_ios": "mirror"
},
"status": {
"experimental": true,
"standard_track": true,
"deprecated": false
}
}
}
},
"maxEncodedDataSize_parameter": {
Expand Down Expand Up @@ -1580,6 +1610,38 @@
"standard_track": true,
"deprecated": false
}
},
"response": {
"__compat": {
"description": "`\"response\"`",
"spec_url": "https://w3c.github.io/webdriver-bidi/#cddl-value-networkdatatype-response",
"support": {
"chrome": {
"version_added": false
},
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": "143"
},
"firefox_android": "mirror",
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": false
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror",
"webview_ios": "mirror"
},
"status": {
"experimental": true,
"standard_track": true,
"deprecated": false
}
}
}
},
"request_parameter": {
Expand Down Expand Up @@ -2066,6 +2128,38 @@
"standard_track": true,
"deprecated": false
}
},
"response": {
"__compat": {
"description": "`\"response\"`",
"spec_url": "https://w3c.github.io/webdriver-bidi/#cddl-value-networkdatatype-response",
"support": {
"chrome": {
"version_added": false
},
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": "143"
},
"firefox_android": "mirror",
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": false
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror",
"webview_ios": "mirror"
},
"status": {
"experimental": true,
"standard_track": true,
"deprecated": false
}
}
}
},
"disown_parameter": {
Expand Down