ladybird/Libraries/LibWeb/StorageAPI
Aliaksandr Kalenik f53559cb55 LibWeb: Change Storage{Bottle,Bucket,Shelf} to be GC-allocated
In upcoming changes StorageBottle will own pointers to GC-allocated
objects, so it needs to be a GC-allocated object itself to avoid
introducing more GC roots.
2025-06-12 17:04:35 +02:00
..
NavigatorStorage.cpp
NavigatorStorage.h
NavigatorStorage.idl
StorageBottle.cpp LibWeb: Change Storage{Bottle,Bucket,Shelf} to be GC-allocated 2025-06-12 17:04:35 +02:00
StorageBottle.h LibWeb: Change Storage{Bottle,Bucket,Shelf} to be GC-allocated 2025-06-12 17:04:35 +02:00
StorageEndpoint.cpp
StorageEndpoint.h LibWeb: Fix typos - act II 2025-04-09 15:05:20 +01:00
StorageKey.cpp LibWeb/Storage: Add a storage key getter that takes a URL::Origin 2025-01-21 19:22:07 +00:00
StorageKey.h Meta: Enforce newlines around namespaces 2025-05-14 02:01:59 -06:00
StorageManager.cpp LibWeb: Only set prototype once for object with IDL interface 2025-04-20 18:43:11 +02:00
StorageManager.h
StorageManager.idl
StorageShed.cpp LibWeb: Change Storage{Bottle,Bucket,Shelf} to be GC-allocated 2025-06-12 17:04:35 +02:00
StorageShed.h LibWeb: Change Storage{Bottle,Bucket,Shelf} to be GC-allocated 2025-06-12 17:04:35 +02:00
StorageShelf.cpp LibWeb: Change Storage{Bottle,Bucket,Shelf} to be GC-allocated 2025-06-12 17:04:35 +02:00
StorageShelf.h LibWeb: Change Storage{Bottle,Bucket,Shelf} to be GC-allocated 2025-06-12 17:04:35 +02:00
StorageType.h