servo/components/storage
Ashwin Naren fef56fcc47
Consistently rename storage to webstorage to prevent confusion (#39550)
Add the prefix of "WebStorage" instead of "Storage" for all webstorage
spec related things. For example, a `struct` called `StorageManager`:
this could refer to either webstorage's thread manager or to the backend
for [the storage manager
interface](https://storage.spec.whatwg.org/#storagemanager). webstorage
is the full name of the spec, so I chose to keep that in the names of
files/structs to prevent confusion when storage manager is implemented.

Signed-off-by: Ashwin Naren <arihant2math@gmail.com>
2025-09-29 17:13:34 +00:00
..
indexeddb
tests
Cargo.toml
lib.rs
storage_thread.rs Consistently rename storage to webstorage to prevent confusion (#39550) 2025-09-29 17:13:34 +00:00
webstorage_thread.rs Consistently rename storage to webstorage to prevent confusion (#39550) 2025-09-29 17:13:34 +00:00