ayeteadoe
|
f4b20129d7
|
Utilities/xml: Enable on Windows
|
2025-08-24 12:58:27 -06:00 |
|
Andreas Kling
|
b7595013c1
|
LibWeb+LibXML: Preserve element attribute order in XML documents
We now use OrderedHashMap instead of HashMap to ensure that attributes
on XML elements retain their original order.
|
2025-08-22 11:35:59 +02:00 |
|
Timothy Flynn
|
7280ed6312
|
Meta: Enforce newlines around namespaces
This has come up several times during code review, so let's just enforce
it using a new clang-format 20 option.
|
2025-05-14 02:01:59 -06:00 |
|
Pavel Shliak
|
6f81b80114
|
Everywhere: Include HashMap only where it's actually used
|
2024-12-09 12:31:16 +01:00 |
|
Timothy Flynn
|
93712b24bf
|
Everywhere: Hoist the Libraries folder to the top-level
|
2024-11-10 12:50:45 +01:00 |
|