summaryrefslogtreecommitdiff
path: root/Meta/CMake/libweb_generators.cmake
AgeCommit message (Collapse)Author
2022-09-06LibWeb: Remove the NO_INSTANCE option now that all wrappers are goneAndreas Kling
2022-09-06LibWeb: Don't build iterator wrapper for NO_INSTANCE classesAndreas Kling
2022-09-06LibWeb: Add a mechanism to opt out of generating instance wrappersAndreas 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-29Lagom: Build LibWeb on LagomDexesTTP
2022-05-13Meta: Move LibWeb's CMake generation script to its own fileDexesTTP
This patch has no functional changes, but prepares the CMake script to be able to handle LibWeb on Lagom.