Skip to content

Commit

Permalink
[WebHID] Change some interfaces to dictionaries
Browse files Browse the repository at this point in the history
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}
  • Loading branch information
beaufortfrancois authored and chromium-wpt-export-bot committed Oct 1, 2020
1 parent 6ceb598 commit f21ec9c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions 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 f21ec9c

Please sign in to comment.