ladybird/Libraries/LibWeb/HTML/Parser
Andrew Kaster 9ee2473aa4 LibWeb+LibGC: Import GC swift module into LibWeb and an initial user
Start work on a speculative HTML Parser in Swift. This component will
walk ahead of the normal HTML parser looking for fetch() requests to
make while the normal parser is blocked. This work exposed many holes in
the Swift C++ interop component, which have been reported upstream.
2025-04-03 16:47:48 -06:00
..
Entities.cpp LibWeb: Make named character references more spec-compliant & efficient 2025-03-22 16:03:44 +01:00
Entities.h LibWeb: Make named character references more spec-compliant & efficient 2025-03-22 16:03:44 +01:00
Entities.json LibWeb: Make named character references more spec-compliant & efficient 2025-03-22 16:03:44 +01:00
HTMLEncodingDetection.cpp LibWeb: Check charset UTF-16LE/BE separately for UTF-8 conversion 2025-02-24 14:51:41 +01:00
HTMLEncodingDetection.h
HTMLParser.cpp LibWeb/HTML: Update FIXME to not reset form-associated custom elements 2025-04-02 17:28:06 +01:00
HTMLParser.h LibWeb+LibGC: Import GC swift module into LibWeb and an initial user 2025-04-03 16:47:48 -06:00
HTMLToken.cpp
HTMLToken.h
HTMLToken.swift
HTMLTokenizer.cpp LibJS+LibWeb: Remove more uses of DeprecatedFlyString 2025-03-24 22:27:17 +00:00
HTMLTokenizer.h LibJS+LibWeb: Remove more uses of DeprecatedFlyString 2025-03-24 22:27:17 +00:00
HTMLTokenizer.swift LibWeb: Make named character references more spec-compliant & efficient 2025-03-22 16:03:44 +01:00
HTMLTokenizerHelpers.cpp LibWeb: Make named character references more spec-compliant & efficient 2025-03-22 16:03:44 +01:00
HTMLTokenizerHelpers.h LibWeb: Make named character references more spec-compliant & efficient 2025-03-22 16:03:44 +01:00
ListOfActiveFormattingElements.cpp
ListOfActiveFormattingElements.h
SpeculativeHTMLParser.swift LibWeb+LibGC: Import GC swift module into LibWeb and an initial user 2025-04-03 16:47:48 -06:00
StackOfOpenElements.cpp LibWeb: Fix various typos 2025-01-30 15:00:16 +00:00
StackOfOpenElements.h