Files
servo/components/net
Rodion Borovyk 0089e652c5 indexeddb: Use UUIDs instead of sanitization of object store names (#38944)
Sanitization of object store names brought some problems because of
replacing special characters and making it impossible to have certain
object store names that are allowed by the spec. These changes make sure
deterministic UUIDs are used for file paths plus object store names are
inserted into SQLite without sanitization.

Testing: Covered by existing tests and new unit tests were added.
Fixes: #37569

---------

Signed-off-by: Rodion Borovyk <rodion.borovyk@gmail.com>
2025-08-27 11:41:19 +00:00
..
2025-08-19 11:07:53 +00:00
2025-08-10 21:25:37 +00:00
2025-08-19 11:07:53 +00:00
2025-08-19 11:07:53 +00:00
2025-06-19 05:19:07 +00:00