Closed
Bug 1501110
Opened 7 years ago
Closed 7 years ago
[wpt-sync] Sync PR 13665 - Web Locks API: Fix IDL glitch
Categories
(Testing :: web-platform-tests, enhancement, P4)
Testing
web-platform-tests
Tracking
(firefox65 fixed)
RESOLVED
FIXED
mozilla65
| Tracking | Status | |
|---|---|---|
| firefox65 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 13665 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/13665
Details from upstream follow.
Joshua Bell <jsbell@chromium.org> wrote:
> Web Locks API: Fix IDL glitch
>
> A callback defined in Web IDL should take a nullable argument. We
> don't enforce this in our bindings code and it can't be introspected
> from JS so this is not a testable or web-facing change, just aligning
> the code with a spec fix.
>
> Spec issue: https://github.com/WICG/web-locks/issues/51
> Spec link: https://wicg.github.io/web-locks/#callbackdef-lockgrantedcallback
>
> Change-Id: Icc2e076f62e45629a283d0039e2be30b4a6826c4
>
> Reviewed-on: https://chromium-review.googlesource.com/1294421
> WPT-Export-Revision: 5054a52bdc0400af37d59ca8d9e27db923a7e907
| Assignee | ||
Comment 1•7 years ago
|
||
| Assignee | ||
Comment 2•7 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=621400fdeaa42ca3acc33e4278ad1e205fa1cf58
| Assignee | ||
Comment 3•7 years ago
|
||
Ran 4 tests and 128 subtests
OK : 4
PASS : 8
FAIL : 120
Pushed by james@hoppipolla.co.uk:
https://hg.mozilla.org/integration/mozilla-inbound/rev/cc019e5de383
[wpt PR 13665] - Web Locks API: Fix IDL glitch, a=testonly
Comment 5•7 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox65:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla65
You need to log in
before you can comment on or make changes to this bug.
Description
•