ladybird/Meta/CMake
Sam Atkins 6a74b01644 LibWeb: Rename "identifier" and "ValueID" to "Keyword" where correct
For a long time, we've used two terms, inconsistently:
- "Identifier" is a spec term, but refers to a sequence of alphanumeric
  characters, which may or may not be a keyword. (Keywords are a
  subset of all identifiers.)
- "ValueID" is entirely non-spec, and is directly called a "keyword" in
  the CSS specs.

So to avoid confusion as much as possible, let's align with the spec
terminology. I've attempted to change variable names as well, but
obviously we use Keywords in a lot of places in LibWeb and so I may
have missed some.

One exception is that I've not renamed "valid-identifiers" in
Properties.json... I'd like to combine that and the "valid-types" array
together eventually, so there's no benefit to doing an extra rename
now.
2024-08-15 13:58:38 +01:00
..
Swift Meta: Add a script and CMake function to generate a clang module map 2024-08-06 18:28:10 -06:00
vcpkg
all_the_debug_macros.cmake
ca_certificates_data.cmake
check_for_dependencies.cmake
clang_development.cmake
code_generators.cmake Meta: Add a script and CMake function to generate a clang module map 2024-08-06 18:28:10 -06:00
common_compile_options.cmake
common_options.cmake
download_icc_profiles.cmake
flac_spec_tests.cmake
fontconfig.cmake
lagom-install-config.cmake
lagom_compile_options.cmake
lagom_install_options.cmake
lagom_options.cmake
libtextcodec_generators.cmake
libweb_generators.cmake LibWeb: Rename "identifier" and "ValueID" to "Keyword" where correct 2024-08-15 13:58:38 +01:00
processor-count.cmake
public_suffix.cmake
setup_ccache.cmake
skia.cmake CMake: Fix invalid target when using system skia 2024-08-12 18:20:34 +02:00
unicode_data.cmake
use_linker.cmake
utils.cmake
vulkan.cmake
wasm_spec_tests.cmake