ladybird/Libraries/LibWeb/IndexedDB/Internal
Timothy Flynn 0efa98a57a LibJS+LibWeb+WebContent: Port JS::PropertyKey to UTF-16
This has quite a lot of fall out. But the majority of it is just type or
UDL substitution, where the changes just fall through to other function
calls.

By changing property key storage to UTF-16, the main affected areas are:
* NativeFunction names must now be UTF-16
* Bytecode identifiers must now be UTF-16
* Module/binding names must now be UTF-16
2025-08-05 07:07:15 -04:00
..
Algorithms.cpp LibJS+LibWeb+WebContent: Port JS::PropertyKey to UTF-16 2025-08-05 07:07:15 -04:00
Algorithms.h LibWeb: Implement cleanup_indexed_database_transactions 2025-06-18 19:05:41 +12:00
ConnectionQueueHandler.h LibWeb: Rename ConnectionQueue to RequestList 2025-01-14 23:46:09 +01:00
Database.cpp LibWeb: Implement cleanup_indexed_database_transactions 2025-06-18 19:05:41 +12:00
Database.h LibWeb: Implement cleanup_indexed_database_transactions 2025-06-18 19:05:41 +12:00
Index.cpp LibWeb/IDB: Resolve FIXME regarding removing from indecies 2025-05-14 17:17:29 +02:00
Index.h LibWeb/IDB: Resolve FIXME regarding removing from indecies 2025-05-14 17:17:29 +02:00
Key.cpp LibWeb/IDB: Introduce an Invalid KeyType 2025-04-28 11:31:31 +02:00
Key.h LibWeb/IDB: Introduce an Invalid KeyType 2025-04-28 11:31:31 +02:00
KeyGenerator.h LibWeb/IDB: Implement generate_a_key 2025-04-23 12:31:14 -06:00
ObjectStore.cpp LibWeb/IDB: Implement retrieve_multiple_values_from_an_object_store 2025-05-13 08:27:52 +12:00
ObjectStore.h LibWeb/IDB: Implement retrieve_multiple_values_from_an_object_store 2025-05-13 08:27:52 +12:00
RequestList.cpp LibWeb: Rename ConnectionQueue to RequestList 2025-01-14 23:46:09 +01:00
RequestList.h LibWeb: Rename ConnectionQueue to RequestList 2025-01-14 23:46:09 +01:00