ladybird/Libraries/LibWeb/IndexedDB/Internal
Andreas Kling b6bef6b688 Libraries: Use UTF-16 for JS-visible runtime strings
Produce JS-visible string results as UTF-16 at their source, including
numeric formatting, BigInt and BigFraction formatting, URI encoding,
console formatting, parser errors, regular expression errors, Intl and
Temporal records, LibUnicode locale boundaries, and LibWeb bindings.

Handle fractional radix formatting through the UTF-16 builder view.
2026-06-22 19:51:25 +02:00
..
Algorithms.cpp Libraries: Use UTF-16 for JS-visible runtime strings 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