mirror of
https://github.com/servo/servo.git
synced 2025-09-15 17:38:23 +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>
15 lines
439 B
INI
Vendored
15 lines
439 B
INI
Vendored
[transaction-abort-request-error.any.worker.html]
|
|
[Properties of error events fired at requests when aborting a transaction]
|
|
expected: FAIL
|
|
|
|
|
|
[transaction-abort-request-error.any.serviceworker.html]
|
|
expected: ERROR
|
|
|
|
[transaction-abort-request-error.any.html]
|
|
[Properties of error events fired at requests when aborting a transaction]
|
|
expected: FAIL
|
|
|
|
|
|
[transaction-abort-request-error.any.sharedworker.html]
|
|
expected: ERROR
|