ladybird/Meta/CMake
Luke Wilde aacf9b08ed LibWeb: Generate IDL attributes for all supported CSS properties
The CSSOM spec tells us to potentially add up to three different IDL
attributes to CSSStyleDeclaration for every CSS property we support:
- A camelCased attribute, where a dash indicates the next character
  should be uppercase
- A camelCased attribute for every -webkit- prefixed property, with the
  first letter always being lowercase
- A dashed-attribute for every property with a dash in it.

Additionally, every attribute must have the CEReactions and
LegacyNullToEmptyString extended attributes specified on it.

Since we specify every property we support with Properties.json, we can
use that file to generate the IDL file and it's implementation.

We import it from the Build directory with the help of multiple import
base paths. Then, we add it to CSSStyleDeclaration via the mixin
functionality and inheriting the generated class in
CSSStyleDeclaration.
2024-11-14 19:50:22 +01:00
..
patches CMake: Pull swift-testing from the Swift toolchain 2024-09-23 11:06:26 -06:00
Swift CMake: Enable finding the Swift -target flag in more cases 2024-09-23 11:06:26 -06:00
vcpkg Meta: Support fully static distribution release builds 2024-11-08 11:29:18 -07:00
all_the_debug_macros.cmake Meta: Add overlay port for skia to patch generated skparagraph.gni 2024-11-06 10:38:57 -07:00
ca_certificates_data.cmake Meta: ENABLE_NETWORK_DOWNLOADS for ca_certificates and public_suffix 2024-06-05 13:03:31 -04:00
check_for_dependencies.cmake Meta: Remove some obsolete cmake version checks 2024-01-29 20:09:12 -05:00
clang_development.cmake CMake: Export targets for Clang Plugins so they can be used by Serenity 2024-05-14 12:46:05 -06:00
code_generators.cmake Meta: Make embed_as_string_view.py produce Strings instead 2024-09-03 10:12:07 +01:00
collections.cmake CMake: Add script to FetchContent the swift-collections library 2024-08-24 19:14:09 -06:00
common_compile_options.cmake CMake: Add warning for missing field initializers globally 2024-11-04 16:10:16 -07:00
common_options.cmake Meta: Create a common Swift settings flow 2024-07-30 18:38:02 -06:00
download_icc_profiles.cmake LibPDF+Meta: Use a CMYK ICC profile to convert CMYK to RGB 2024-02-01 13:42:04 -07:00
ffmpeg.cmake LibMedia: Mark ffmpeg as required, and reorganize CMakeLists 2024-10-02 16:03:33 -04:00
Findlibjxl.cmake LibGfx: Use a diffrent way for finding libjxl on Android 2024-09-03 00:17:49 -06:00
FindSwiftTesting.cmake CMake: Pull swift-testing from the Swift toolchain 2024-09-23 11:06:26 -06:00
flac_spec_tests.cmake LibMedia: Absorb LibAudio 2024-09-12 10:01:19 +02:00
fontconfig.cmake CMake: Add include_guard() statements to fontconfig and vulkan 2024-11-08 11:10:31 -07:00
lagom-install-config.cmake Meta: Update jakt build support for fully bootstrapped compiler 2022-09-09 11:23:42 +02:00
lagom_compile_options.cmake CMake: Fix linker issues on Windows 2024-10-19 18:14:48 -06:00
lagom_install_options.cmake Meta: Use dynamic vcpkg linkage for release builds 2024-11-06 10:38:57 -07:00
lagom_options.cmake LibWebView+Services+UI: Move the EventLoop implementations to LibWebView 2024-11-11 07:35:43 -05:00
libtextcodec_generators.cmake Meta: Guard everything that installs headers with an option 2024-07-25 13:25:09 -06:00
libweb_generators.cmake LibWeb: Generate IDL attributes for all supported CSS properties 2024-11-14 19:50:22 +01:00
processor-count.cmake Meta: Print error if cmake does not exist 2022-10-16 17:49:18 +02:00
public_suffix.cmake Meta: ENABLE_NETWORK_DOWNLOADS for ca_certificates and public_suffix 2024-06-05 13:03:31 -04:00
pulseaudio.cmake LibMedia+Ladybird: Use pkg_check_modules to find pulseaudio 2024-10-02 20:23:03 -04:00
setup_ccache.cmake Meta: Detect ccache being passed as the compiler 2022-12-12 21:34:09 -07:00
skia.cmake CMake: Force-load fontconfig into dependencies of skia 2024-11-08 11:10:31 -07:00
use_linker.cmake CMake: Fix linker issues on Windows 2024-10-19 18:14:48 -06:00
utils.cmake LibWeb: Generate IDL attributes for all supported CSS properties 2024-11-14 19:50:22 +01:00
vulkan.cmake CMake: Add include_guard() statements to fontconfig and vulkan 2024-11-08 11:10:31 -07:00
wasm_spec_tests.cmake Meta: Remove SerenityOS-specific WASM test installer 2024-06-24 09:45:41 -06:00