Open
Bug 1512743
Opened 7 years ago
Updated 3 years ago
[wpt-sync] Sync PR 14420 - [WebLocks]: Modifying weblocks algos to be O(1)
Categories
(Testing :: web-platform-tests, enhancement, P4)
Testing
web-platform-tests
Tracking
(Not tracked)
NEW
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 14420 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/14420
Details from upstream follow.
Andreas Butler <andreasbutler@google.com> wrote:
> [WebLocks]: Modifying weblocks algos to be O(1)
>
> The behaviour of the request/release operations of web locks are
> modified to be O(1) instead of their currently O(n) worst case runtime.
> Additionally the query-order wpt is modified to reflect the new spec
> requirement that the state returned by navigator.locks.query need only
> respect ordering for requested locks per resource.
>
> Bug: 913014
> Change-Id: I819f8c27c995cb698a7c8b2c75ee80d32c744f07
> Spec: https://wicg.github.io/web-locks/#algorithms
> Reviewed-on: https://chromium-review.googlesource.com/1367910
> WPT-Export-Revision: e3f6d1000bf2125448376af62d0560c1e1c18081
| Assignee | ||
Comment 1•7 years ago
|
||
| Assignee | ||
Comment 2•7 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=77b80244ab898b055d78cf2064ae4426349b9132
| Assignee | ||
Comment 3•7 years ago
|
||
| Assignee | ||
Comment 4•7 years ago
|
||
| Assignee | ||
Comment 5•7 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=d59ad8d952091a94f701a80a6fd3db311670da2c
| Assignee | ||
Comment 6•7 years ago
|
||
| Assignee | ||
Comment 7•7 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=1ffcad4e4633282d1406a5c196cae6dc0281bb43
| Assignee | ||
Comment 8•7 years ago
|
||
| Assignee | ||
Comment 9•7 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=6c17b3165daf03599427c302c954c163887bda6c
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•