Age | Commit message (Expand) | Author |
---|---|---|
2022-07-26 | LibWeb: Introduce the File interface from the FileAPI spec | Kenneth Myhra |
2022-07-19 | LibWeb: Implement '5.1. Headers class' from the Fetch API :^) | Linus Groh |
2022-07-17 | LibWeb: Introduce Blob | Kenneth Myhra |
2022-07-12 | LibWeb: Add barebones implementation of DOMPoint and DOMPointReadOnly | Andreas Kling |
2022-07-11 | LibWeb: Introduce Mutation{Record,Observer} and observer microtasks | Luke Wilde |
2022-07-05 | LibWeb: Implement XMLSerializer | Luke Wilde |
2022-06-27 | LibWeb: Add CDATASection | Luke Wilde |
2022-06-13 | LibWeb: Add the ability to retrieve a WebGL context from getContext | Luke Wilde |
2022-06-13 | LibWeb: Introduce the WebGL namespace and add WebGLContextEvent | Luke Wilde |
2022-05-13 | Meta: Move LibWeb's CMake generation script to its own file | DexesTTP |