ladybird/Libraries/LibWeb/IndexedDB/Internal
Andreas Kling ee37bb5a9c LibJS: Remove primitive string UTF-8 paths
Move the remaining LibJS primitive string users to UTF-16 views and
strings. Remove the primitive string UTF-8 accessors and byte-string
coercion paths so new callers cannot rely on the old storage model.
2026-06-22 19:51:25 +02:00
..
Algorithms.cpp LibJS: Remove primitive string UTF-8 paths 2026-06-22 19:51:25 +02:00
Algorithms.h LibWeb/Bindings: Emit one bindings header and cpp per IDL 2026-04-21 07:36:13 +02:00
ConnectionQueueHandler.h Meta: Enable exit-time destructor warnings for libraries 2026-06-04 19:20:49 +02:00
Database.cpp Meta: Enable exit-time destructor warnings for libraries 2026-06-04 19:20:49 +02:00
Database.h LibGC: Default-construct RootVector from the global heap 2026-05-20 20:37:55 +02:00
Index.cpp LibGC: Default-construct ConservativeVector from the global heap 2026-05-20 20:37:55 +02:00
Index.h LibWeb: Heap-allocate SerializationRecord in IndexedDB ObjectStoreRecord 2026-03-21 08:41:13 -05:00
Key.cpp LibWeb/IndexedDB: Store Key's key-array value as Ref not Root 2026-02-17 07:40:03 -05:00
Key.h LibWeb/IndexedDB: Store Key's key-array value as Ref not Root 2026-02-17 07:40:03 -05:00
KeyGenerator.h LibWeb: Move IDB ObjectStore key mutation into its class 2026-03-20 23:59:35 -05:00
MutationLog.cpp LibDevTools+LibWeb: Send IndexedDB change updates 2026-06-19 14:25:39 +02:00
MutationLog.h LibDevTools+LibWeb: Send IndexedDB change updates 2026-06-19 14:25:39 +02:00
ObjectStore.cpp LibGC: Default-construct ConservativeVector from the global heap 2026-05-20 20:37:55 +02:00
ObjectStore.h LibWeb: Heap-allocate SerializationRecord in IndexedDB ObjectStoreRecord 2026-03-21 08:41:13 -05:00
RecordRange.h LibWeb: Seek IndexedDB record ranges 2026-05-11 11:01:46 +02:00
RequestList.cpp LibWeb: Skip IDB request processing/completion when aborted 2026-03-05 17:12:55 -06:00
RequestList.h LibWeb: Skip IDB request processing/completion when aborted 2026-03-05 17:12:55 -06:00