summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/idl_files.cmake
AgeCommit message (Expand)Author
2022-07-26LibWeb: Introduce the File interface from the FileAPI specKenneth Myhra
2022-07-19LibWeb: Implement '5.1. Headers class' from the Fetch API :^)Linus Groh
2022-07-17LibWeb: Introduce BlobKenneth Myhra
2022-07-12LibWeb: Add barebones implementation of DOMPoint and DOMPointReadOnlyAndreas Kling
2022-07-11LibWeb: Introduce Mutation{Record,Observer} and observer microtasksLuke Wilde
2022-07-05LibWeb: Implement XMLSerializerLuke Wilde
2022-06-27LibWeb: Add CDATASectionLuke Wilde
2022-06-13LibWeb: Add the ability to retrieve a WebGL context from getContextLuke Wilde
2022-06-13LibWeb: Introduce the WebGL namespace and add WebGLContextEventLuke Wilde
2022-05-13Meta: Move LibWeb's CMake generation script to its own fileDexesTTP