summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibXML
AgeCommit message (Expand)Author
2023-05-05LibXML: Notify the listener about the root node as wellAli Mohammad Pur
2023-03-10Everywhere: Rename equals_ignoring_case => equals_ignoring_ascii_caseAndreas Kling
2023-03-06Everywhere: Remove NonnullOwnPtr.h includesAndreas Kling
2023-03-06Everywhere: Stop using NonnullOwnPtrVectorAndreas Kling
2023-02-04AK: Check the return type in `IsCallableWithArguments`Lucas CHOLLET
2023-01-27LibXML: Remove declarations for non-existent methodsSam Atkins
2023-01-08LibXML+LibWeb: Avoid implicit cast from StringView{}->DeprecatedStringAli Mohammad Pur
2022-12-06Everywhere: Rename to_{string => deprecated_string}() where applicableLinus Groh
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-11-03LibXML+LibWeb: Store the XML document's original sourceTimothy Flynn
2022-11-03LibXML: Convert some tab characters to spacesTimothy Flynn
2022-11-01Everywhere: Explicitly link all binaries against the LibC targetTim Schumacher
2022-09-18Libraries: Add missing includes, add namespace qualifiersBen Wiederhake
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2022-07-10LibXML: Fail gracefully on integer overflow in character referencesIdan Horowitz
2022-07-06AK: Use an enum instead of a bool for String::replace(all_occurences)DexesTTP
2022-05-30LibXML+Tests: Consume `>` in the character data ending `]]>` and test itLuke Wilde
2022-03-28LibXML: Add a fairly basic XML parserAli Mohammad Pur