summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/HTML/Navigator.idl
AgeCommit message (Collapse)Author
2023-02-28LibWeb: Implement navigator.{plugins,mimeTypes}Luke Wilde
2022-10-13LibWeb: Implement navigator.webdriverLinus Groh
This is defined via the NavigatorAutomationInformation interface mixin from the WebDriver spec: https://w3c.github.io/webdriver/#interface
2022-10-13LibWeb: Update Navigator.idl to use 4 spaces for indentationLinus Groh
2022-10-09LibWeb: Re-implement HTML::Navigator using IDLAndrew 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 :^)