mirror of
https://github.com/servo/servo.git
synced 2025-09-29 16:19:14 +01:00
net: fix indexeddb backend bugs (#38744)
Fix a large number of backend issues that were masking everything else. There probably is still more, but it'll take more integration/unit testing to find it. Testing: WPT Fixes: #38743 --------- Signed-off-by: Ashwin Naren <arihant2math@gmail.com>
This commit is contained in:
parent
f2294db95b
commit
d0a8f27241
15 changed files with 113 additions and 146 deletions
|
@ -60,7 +60,8 @@ rustls-pemfile = { workspace = true }
|
|||
rustls-pki-types = { workspace = true }
|
||||
resvg = { workspace = true }
|
||||
rusqlite = { version = "0.37", features = ["bundled"] }
|
||||
sea-query = { version = "0.32", default-features = false, features = ["derive", "backend-sqlite"] }
|
||||
sea-query = { version = "1.0.0-rc.9", default-features = false, features = ["derive", "backend-sqlite"] }
|
||||
sea-query-rusqlite = { version = "0.8.0-rc.8" }
|
||||
serde = { workspace = true }
|
||||
serde_json = { workspace = true }
|
||||
servo_arc = { workspace = true }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue