Shannon Booth
4fe0cbcf85
LibWeb: Use 'FIXME' extended attribute where possible
...
This improves the debuggability of many live web pages :^)
2024-05-19 16:24:11 +02:00
Shannon Booth
144e53a209
LibWeb: Stub out Navigator.maxTouchPoints
2024-04-12 09:08:46 +02:00
Timothy Flynn
4b94b0b561
LibWeb: Begin implementing the Clipboard API
...
https://w3c.github.io/clipboard-apis/
This implements enough for navigator.clipboard.writeText(String).
2023-11-11 08:54:37 +01:00
Bastiaan van der Plaat
9939b028c6
LibWeb: Add basic Navigator send beacon support
2023-09-18 11:08:26 -06:00
Luke Wilde
4d0277cd9a
LibWeb: Implement navigator.{plugins,mimeTypes}
2023-02-28 12:36:14 +01:00
Linus Groh
a982e0380e
LibWeb: Implement navigator.webdriver
...
This is defined via the NavigatorAutomationInformation interface mixin
from the WebDriver spec: https://w3c.github.io/webdriver/#interface
2022-10-13 11:14:45 +02:00
Linus Groh
68006f3e16
LibWeb: Update Navigator.idl to use 4 spaces for indentation
2022-10-13 11:14:45 +02:00
Andrew Kaster
2d5bee256e
LibWeb: Re-implement HTML::Navigator using IDL
...
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 :^)
2022-10-09 10:14:57 +02:00