ladybird/Libraries/LibWeb/HTML/Parser
Shannon Booth 64eeda6450 LibWeb: Return a representation of an 'Agent' in 'relevant agent'
This makes it more convenient to use the 'relvant agent' concept,
instead of the awkward dynamic casts we needed to do for every call
site.

mutation_observers is also changed to hold a GC::Root instead of raw
GC::Ptr. Somehow this was not causing problems before, but trips up CI
after these changes.
2025-01-11 10:39:48 -05:00
..
Entities.cpp
Entities.h
HTMLEncodingDetection.cpp
HTMLEncodingDetection.h
HTMLParser.cpp LibWeb: Return a representation of an 'Agent' in 'relevant agent' 2025-01-11 10:39:48 -05:00
HTMLParser.h
HTMLToken.cpp
HTMLToken.h
HTMLToken.swift
HTMLTokenizer.cpp
HTMLTokenizer.h
HTMLTokenizer.swift
HTMLTokenizerHelpers.cpp
HTMLTokenizerHelpers.h
ListOfActiveFormattingElements.cpp
ListOfActiveFormattingElements.h
StackOfOpenElements.cpp
StackOfOpenElements.h