Age | Commit message (Expand) | Author |
---|---|---|
2022-06-29 | LibWeb: Implement WindowEventHandlers | Luke Wilde |
2022-06-29 | LibWeb: Only make certain <body> and <frameset> events apply to Window | Luke Wilde |
2022-05-13 | LibWeb: Stop inactive requestAnimationFrame() callbacks from running | MacDue |
2022-04-02 | LibWeb: Add the requestIdleCallback/cancelIdleCallback API | Simon Wanner |
2022-04-02 | LibWeb: Implement the infrastructure necessary for requestIdleCallback | Simon Wanner |
2022-03-24 | LibWeb: Weakly store a reference to the Window object in timer tasks | Timothy Flynn |
2022-03-16 | LibWeb: Implement window.name | Simon Wanner |
2022-03-10 | LibWeb: Add window.sessionStorage | Paul Wratt |
2022-03-09 | LibWeb: Use MediaFeatureIDs instead of Strings :^) | Sam Atkins |
2022-03-08 | LibWeb: Move Timer from DOM directory & namespace to HTML | Linus Groh |
2022-03-08 | LibWeb: Move Window from DOM directory & namespace to HTML | Linus Groh |