Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-03-14 | LibWeb: Port {set,clear}{Timeout,Interval} to IDL | Timothy Flynn | |
2023-03-07 | LibWeb/HTML: Port Window.queueMicrotask() to IDL | Linus Groh | |
2023-03-07 | LibWeb/HTML: Port Window.structuredClone() to IDL | Linus Groh | |
2023-03-07 | LibWeb/HTML: Port Window.fetch() to IDL | Linus Groh | |
2022-07-29 | LibWeb: Extract the WindowOrWorkerGlobalScope IDL mixin | Sam Atkins | |
`Window` itself isn't generated from an IDL file so it doesn't get to make use of this mixin, but it ideally would do so. |