mirror of
https://github.com/servo/servo.git
synced 2025-07-23 07:13:52 +01:00
Dedupe ron and base64 (#30415)
This commit is contained in:
parent
2c3f7c0156
commit
38c91b836a
6 changed files with 51 additions and 35 deletions
|
@ -81,6 +81,41 @@ impl BrowserCapabilities for ServoCapabilities {
|
|||
) -> Result<bool, WebDriverError> {
|
||||
todo!()
|
||||
}
|
||||
|
||||
fn webauthn_virtual_authenticators(
|
||||
&mut self,
|
||||
_: &serde_json::Map<std::string::String, Value>,
|
||||
) -> Result<bool, WebDriverError> {
|
||||
todo!()
|
||||
}
|
||||
|
||||
fn webauthn_extension_uvm(
|
||||
&mut self,
|
||||
_: &serde_json::Map<std::string::String, Value>,
|
||||
) -> Result<bool, WebDriverError> {
|
||||
todo!()
|
||||
}
|
||||
|
||||
fn webauthn_extension_prf(
|
||||
&mut self,
|
||||
_: &serde_json::Map<std::string::String, Value>,
|
||||
) -> Result<bool, WebDriverError> {
|
||||
todo!()
|
||||
}
|
||||
|
||||
fn webauthn_extension_large_blob(
|
||||
&mut self,
|
||||
_: &serde_json::Map<std::string::String, Value>,
|
||||
) -> Result<bool, WebDriverError> {
|
||||
todo!()
|
||||
}
|
||||
|
||||
fn webauthn_extension_cred_blob(
|
||||
&mut self,
|
||||
_: &serde_json::Map<std::string::String, Value>,
|
||||
) -> Result<bool, WebDriverError> {
|
||||
todo!()
|
||||
}
|
||||
}
|
||||
|
||||
fn get_platform_name() -> Option<String> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue