Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-02-28 | LibWeb: Implement navigator.{plugins,mimeTypes} | Luke Wilde | |
2022-10-13 | LibWeb: Implement navigator.webdriver | Linus Groh | |
This is defined via the NavigatorAutomationInformation interface mixin from the WebDriver spec: https://w3c.github.io/webdriver/#interface | |||
2022-10-13 | LibWeb: Update Navigator.idl to use 4 spaces for indentation | Linus Groh | |
2022-10-09 | LibWeb: Re-implement HTML::Navigator using IDL | Andrew Kaster | |
Get rid of the bespoke NavigatorObject class and use the modern IDL strategies for creating platform objects to re-implement Navigator and its associcated mixin interfaces. While we're here, implement it in a way that brings WorkerNavigator up to spec :^) |