Added missing NavigatorId attributes

This commit is contained in:
Alan Jeffrey 2019-06-11 11:46:28 -05:00
parent b3eed5b5bd
commit 4cfd62ac79
4 changed files with 45 additions and 0 deletions

View file

@ -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
}