summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/HTML/Parser/HTMLEncodingDetection.cpp
AgeCommit message (Expand)Author
2022-09-18LibWeb: Rename Attribute to AttrAndreas Kling
2022-09-06LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocatedAndreas Kling
2022-07-12Everywhere: Replace single-char StringView op. arguments with charssin-ack
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-03-21LibTextCodec: Don't allocate Strings on encoding normalisationHendiadyoin1
2021-10-17LibWeb: Implement Attribute closer to the spec and with an IDL fileTimothy Flynn
2021-09-16LibWeb: Move Attribute into the DOM namespaceAndreas Kling
2021-07-13LibWeb: Add extracting character encoding from a meta content attributeLuke
2021-05-18LibWeb: Implement encoding sniffing algorithmMax Wipfli