mirror of
https://github.com/servo/servo.git
synced 2025-09-15 09:28:20 +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>
10 lines
291 B
INI
Vendored
10 lines
291 B
INI
Vendored
[transaction-scheduling-ordering.any.html]
|
|
expected: TIMEOUT
|
|
[Verify Indexed DB transactions are ordered per spec]
|
|
expected: TIMEOUT
|
|
|
|
|
|
[transaction-scheduling-ordering.any.worker.html]
|
|
expected: TIMEOUT
|
|
[Verify Indexed DB transactions are ordered per spec]
|
|
expected: TIMEOUT
|