Age | Commit message (Expand) | Author |
---|---|---|
2023-03-23 | LibWeb: Implement performance.mark and performance.clearMarks | Luke Wilde |
2023-03-23 | LibWeb: Introduce Performance Timeline and its Performance functions | Luke Wilde |
2023-03-14 | LibWeb: Port the WindowOrWorkerGlobalScopeMixin timer handler to String | Timothy Flynn |
2023-03-14 | LibWeb: Move timer implementations to WindowOrWorkerGlobalScopeMixin | 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 |
2023-03-06 | LibWeb/HTML: Move WindowOrWorkerGlobalScope code into a mixin class | Linus Groh |