mirror of
https://github.com/servo/servo.git
synced 2025-08-07 22:45:34 +01:00
Added missing NavigatorId attributes
This commit is contained in:
parent
b3eed5b5bd
commit
4cfd62ac79
4 changed files with 45 additions and 0 deletions
|
@ -9,6 +9,18 @@ pub fn Product() -> DOMString {
|
|||
DOMString::from("Gecko")
|
||||
}
|
||||
|
||||
pub fn ProductSub() -> DOMString {
|
||||
DOMString::from("20100101")
|
||||
}
|
||||
|
||||
pub fn Vendor() -> DOMString {
|
||||
DOMString::from("")
|
||||
}
|
||||
|
||||
pub fn VendorSub() -> DOMString {
|
||||
DOMString::from("")
|
||||
}
|
||||
|
||||
pub fn TaintEnabled() -> bool {
|
||||
false
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue