Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-09-06 | LibWeb: Remove the NO_INSTANCE option now that all wrappers are gone | Andreas Kling | |
2022-09-06 | LibWeb: Don't build iterator wrapper for NO_INSTANCE classes | Andreas Kling | |
2022-09-06 | LibWeb: Add a mechanism to opt out of generating instance wrappers | Andreas Kling | |
To enable incremental movement towards the removal of DOM object instance wrappers, this patch adds a NO_INSTANCE argument that can be passed to libweb_js_wrapper(). | |||
2022-05-29 | Lagom: Build LibWeb on Lagom | DexesTTP | |
2022-05-13 | Meta: Move LibWeb's CMake generation script to its own file | DexesTTP | |
This patch has no functional changes, but prepares the CMake script to be able to handle LibWeb on Lagom. |