mirror of
https://github.com/servo/servo.git
synced 2025-10-02 09:39:14 +01:00
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> |
||
---|---|---|
.. | ||
indexeddb | ||
tests | ||
Cargo.toml | ||
lib.rs | ||
storage_thread.rs | ||
webstorage_thread.rs |