ladybird/Userland/Libraries/LibWeb/HTML/Parser
Andrew Kaster c5153cb398 Meta+Libraries+AK: Append Cxx to imported library module names in swift
At the same time, simplify CMakeLists magic for libraries that want to
include Swift code in the library. The Lib-less name of the library is
now always the module name for the library with any Swift additions,
extensions, etc. All vfs overlays now live in a common location to make
finding them easier from CMake functions. A new pattern is needed for
the Lib-less modules to re-export their Cxx counterparts.
2024-08-27 17:22:31 -06:00
..
Entities.cpp
Entities.h
HTMLEncodingDetection.cpp
HTMLEncodingDetection.h
HTMLParser.cpp LibWeb/HTML: MathML's <ms> is a special tag 2024-08-17 07:40:10 +02:00
HTMLParser.h LibWeb: Rename StyleValue -> CSSStyleValue 2024-08-15 13:58:38 +01:00
HTMLToken.cpp
HTMLToken.h AK+Userland: Remove NOESCAPE 2024-05-22 21:55:34 -06:00
HTMLToken.swift Meta+Libraries+AK: Append Cxx to imported library module names in swift 2024-08-27 17:22:31 -06:00
HTMLTokenizer.cpp Everywhere: Run clang-format 2024-04-24 16:50:01 -04:00
HTMLTokenizer.h
HTMLTokenizer.swift Meta+Libraries+AK: Append Cxx to imported library module names in swift 2024-08-27 17:22:31 -06:00
HTMLTokenizerHelpers.cpp LibWeb: Add an HTML tokenizer re-implementation in swift 2024-08-24 19:14:09 -06:00
HTMLTokenizerHelpers.h LibWeb: Add an HTML tokenizer re-implementation in swift 2024-08-24 19:14:09 -06:00
ListOfActiveFormattingElements.cpp
ListOfActiveFormattingElements.h
StackOfOpenElements.cpp
StackOfOpenElements.h