mirror of
https://github.com/servo/servo.git
synced 2025-09-14 17:08:22 +01:00
- Use sqlite instead of heed. (one indexed database = one sqlite database) - Implement the backend for indexes - Use keyranges where needed (as specified by the spec) - Implement `getKey` - Fix channel error messaging (led to a bunch of changes to how async requests are handled) Note: `components/net/indexeddb/engines/sqlite/serialize.rs` is unused; I can delete it if needed. Testing: Switching to sqlite eliminated many panics (exposing some new failures). Fixes: #38040 --------- Signed-off-by: Ashwin Naren <arihant2math@gmail.com>
8 lines
285 B
INI
Vendored
8 lines
285 B
INI
Vendored
[transaction-scheduling-rw-scopes.any.worker.html]
|
|
[Check that scope restrictions on read-write transactions are enforced.]
|
|
expected: FAIL
|
|
|
|
|
|
[transaction-scheduling-rw-scopes.any.html]
|
|
[Check that scope restrictions on read-write transactions are enforced.]
|
|
expected: FAIL
|