-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
indexeddb: Support deletion of key ranges #39582
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
🔨 Triggering try run (#18119586290) for Linux (WPT) |
|
Test results for linux-wpt from try job (#18119586290): Flaky unexpected result (26)
Stable unexpected results that are known to be intermittent (25)
Stable unexpected results (2)
|
|
|
0a518a0 to
45a0548
Compare
|
🔨 Triggering try run (#19402208719) for Linux (WPT) |
|
Test results for linux-wpt from try job (#19402208719): Flaky unexpected result (41)
Stable unexpected results that are known to be intermittent (25)
|
|
✨ Try run (#19402208719) succeeded. |
|
🔨 Triggering try run (#19402889409) for Linux (WPT) |
|
There are passing WPT tests, but they are marked as intermittent for the moment. I will see if they are remaining that way before closing those issues. |
|
Test results for linux-wpt from try job (#19402889409): Flaky unexpected result (45)
Stable unexpected results that are known to be intermittent (20)
|
|
✨ Try run (#19402889409) succeeded. |
|
🔨 Triggering try run (#19417803498) for Linux (WPT) |
|
Test results for linux-wpt from try job (#19417803498): Flaky unexpected result (55)
Stable unexpected results that are known to be intermittent (21)
Stable unexpected results (3)
|
|
|
Signed-off-by: Ashwin Naren <arihant2math@gmail.com>
45a0548 to
4d6e754
Compare
Signed-off-by: Ashwin Naren <arihant2math@gmail.com>
|
🔨 Triggering try run (#19475717105) for Linux (WPT) |
|
|
Test results for linux-wpt from try job (#19475717105): Flaky unexpected result (29)
Stable unexpected results that are known to be intermittent (23)
Stable unexpected results (1)
|
|
|
|
🔨 Triggering try run (#19483077084) for Linux (WPT) |
|
Test results for linux-wpt from try job (#19483077084): Flaky unexpected result (37)
Stable unexpected results that are known to be intermittent (23)
|
|
✨ Try run (#19483077084) succeeded. |
mrobinson
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great! Just one small nit before landing.
Co-authored-by: Martin Robinson <mrobinson@igalia.com> Signed-off-by: Ashwin Naren <arihant2math@gmail.com>
Allows for key ranges to be deleted, as per spec. Testing: WPT --------- Signed-off-by: Ashwin Naren <arihant2math@gmail.com> Co-authored-by: Martin Robinson <mrobinson@igalia.com>
Allows for key ranges to be deleted, as per spec.
Testing: WPT