summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/HTML/WindowOrWorkerGlobalScope.h
AgeCommit message (Expand)Author
2023-03-23LibWeb: Implement performance.mark and performance.clearMarksLuke Wilde
2023-03-23LibWeb: Introduce Performance Timeline and its Performance functionsLuke Wilde
2023-03-14LibWeb: Port the WindowOrWorkerGlobalScopeMixin timer handler to StringTimothy Flynn
2023-03-14LibWeb: Move timer implementations to WindowOrWorkerGlobalScopeMixinTimothy Flynn
2023-03-07LibWeb/HTML: Port Window.queueMicrotask() to IDLLinus Groh
2023-03-07LibWeb/HTML: Port Window.structuredClone() to IDLLinus Groh
2023-03-07LibWeb/HTML: Port Window.fetch() to IDLLinus Groh
2023-03-06LibWeb/HTML: Move WindowOrWorkerGlobalScope code into a mixin classLinus Groh