Skip to content

Commit

Permalink
Bug 1668173 [wpt PR 25863] - [WebHID] Change some interfaces to dicti…
Browse files Browse the repository at this point in the history
…onaries, a=testonly

Automatic update from web-platform-tests
[WebHID] Change some interfaces to dictionaries

This CL changes HIDCollectionInfo, HIDReportInfo, and HIDReportItem
interfaces to dictionaries for easier logging with JSON and to avoid
polluting the window web namespace.

Spec: WICG/webhid#22
Test: https://webhid-collections.glitch.me/

Change-Id: Ife8d089505312bba9f42e5d8fb1c466f44bd8e45
Bug: 890096
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2398541
Reviewed-by: Matt Reynolds <mattreynolds@chromium.org>
Reviewed-by: Kentaro Hara <haraken@chromium.org>
Commit-Queue: François Beaufort <beaufort.francois@gmail.com>
Cr-Commit-Position: refs/heads/master@{#812626}

--

wpt-commits: af372277727018e5f88f8a5e1f1db5069582ad8f
wpt-pr: 25863
  • Loading branch information
beaufortfrancois authored and moz-wptsync-bot committed Oct 8, 2020
1 parent 71ec765 commit 9ee3bc5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions testing/web-platform/tests/webhid/idlharness.https.window.js
Expand Up @@ -14,9 +14,6 @@ idl_test(
Navigator: ['navigator'],
// TODO: HIDConnectionEvent
// TODO: HIDInputReportEvent
// TODO: HIDReportItem
// TODO: HIDReportInfo
// TODO: HIDCollectionInfo
// TODO: HIDDevice
});
}
Expand Down

0 comments on commit 9ee3bc5

Please sign in to comment.