Closed
Bug 1447862
Opened 7 years ago
Closed 7 years ago
[wpt-sync] Sync PR 10130 - Make BlueTooth/USB requestDevice check activation w/o consuming.
Categories
(Core :: DOM: Device Interfaces, enhancement, P3)
Core
DOM: Device Interfaces
Tracking
()
RESOLVED
FIXED
mozilla61
| Tracking | Status | |
|---|---|---|
| firefox61 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 10130 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/w3c/web-platform-tests/pull/10130
Details from upstream follow.
Mustaq Ahmed <mustaq@google.com> wrote:
> Make BlueTooth/USB requestDevice check activation w/o consuming.
>
> The specs for both WebBlueTooth & WebUSB only require a user
> activation during a requestDevice call. So consuming the activation
> (vs just checking) is not a strong requirement. There was a concern
> that "not consuming" could possibly mean multiple choosers for a single
> user activation but our browser code already handles the situation
> gracefully. Multiple requests to browser is possible from different
> tabs anyway, even with (isolated) consumptions in individual tabs.
>
> Therefore it makes sense to remove the consumption behavior here,
> which is not spec-ed anyway. This would fit our goal of a simple
> user activation model ("UserActivationV2" project) which should be
> simple enough for cross-browser implementation and for a complete spec.
>
> Bug: 786407
> Change-Id: I3c9dbf43df34d4cb4a2a33214a6c44847fa7435b
> Reviewed-on: https://chromium-review.googlesource.com/775866
> WPT-Export-Revision: 4639261baa9d0c3f08a7da4974ed8160e828d4ef
| Reporter | ||
Updated•7 years ago
|
Component: web-platform-tests → DOM: Device Interfaces
Product: Testing → Core
| Reporter | ||
Comment 1•7 years ago
|
||
| Reporter | ||
Comment 2•7 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=e24e352deb6f291de5758e2181a9c7d6bff46d67
Pushed by james@hoppipolla.co.uk:
https://hg.mozilla.org/integration/mozilla-inbound/rev/21f189e1f5c9
[wpt PR 10130] - Make BlueTooth/USB requestDevice non-consuming., a=testonly
Comment 5•7 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox61:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla61
Comment 6•7 years ago
|
||
| bugherder | ||
You need to log in
before you can comment on or make changes to this bug.
Description
•