ladybird/Userland
Max Wipfli e0ed160372 AK: Use OrderedHashMap in JsonObject
This changes JsonObject to use the new OrderedHashMap instead of an
extra vector for tracking the insertion order.

This also adds a default value for the KeyTraits template argument in
OrderedHashMap. Furthermore, it fixes two cases where code iterating
over a JsonObject relied on the value argument being copied before
invoking the callback.
2021-06-29 13:18:03 +02:00
..
Applets Everywhere: Add component declarations 2021-06-17 11:03:51 +02:00
Applications AK: Use OrderedHashMap in JsonObject 2021-06-29 13:18:03 +02:00
Demos Everywhere: Add component declarations 2021-06-17 11:03:51 +02:00
DevTools LanguageServers: Don't VERIFY that set_todo_entries callback exists 2021-06-29 00:07:19 +04:30
DynamicLoader Kernel+LibELF: Add support for validating and loading ELF64 executables 2021-06-28 22:29:28 +02:00
Games Games: Add Spider 2021-06-24 10:32:53 +02:00
Libraries LibGUI: Don't fire on_change hook at start of TextEditor::paint_event() 2021-06-29 11:22:57 +02:00
Services WindowServer: Fix animations not triggering rendering 2021-06-29 10:03:53 +02:00
Shell Everywhere: Use nothrow new with adopt_{ref,own}_if_nonnull 2021-06-24 17:35:49 +04:30
Utilities Kernel+LibELF: Add support for validating and loading ELF64 executables 2021-06-28 22:29:28 +02:00
CMakeLists.txt Tests: Establish root Tests directory, move Userland/Tests there 2021-05-06 17:54:28 +02:00