index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibXML
Age
Commit message (
Expand
)
Author
2023-05-05
LibXML: Notify the listener about the root node as well
Ali Mohammad Pur
2023-03-10
Everywhere: Rename equals_ignoring_case => equals_ignoring_ascii_case
Andreas Kling
2023-03-06
Everywhere: Remove NonnullOwnPtr.h includes
Andreas Kling
2023-03-06
Everywhere: Stop using NonnullOwnPtrVector
Andreas Kling
2023-02-04
AK: Check the return type in `IsCallableWithArguments`
Lucas CHOLLET
2023-01-27
LibXML: Remove declarations for non-existent methods
Sam Atkins
2023-01-08
LibXML+LibWeb: Avoid implicit cast from StringView{}->DeprecatedString
Ali Mohammad Pur
2022-12-06
Everywhere: Rename to_{string => deprecated_string}() where applicable
Linus Groh
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-11-03
LibXML+LibWeb: Store the XML document's original source
Timothy Flynn
2022-11-03
LibXML: Convert some tab characters to spaces
Timothy Flynn
2022-11-01
Everywhere: Explicitly link all binaries against the LibC target
Tim Schumacher
2022-09-18
Libraries: Add missing includes, add namespace qualifiers
Ben Wiederhake
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-07-10
LibXML: Fail gracefully on integer overflow in character references
Idan Horowitz
2022-07-06
AK: Use an enum instead of a bool for String::replace(all_occurences)
DexesTTP
2022-05-30
LibXML+Tests: Consume `>` in the character data ending `]]>` and test it
Luke Wilde
2022-03-28
LibXML: Add a fairly basic XML parser
Ali Mohammad Pur