Skip to content

Commit

Permalink
Removing uuids field from BluetoothDevice with the related test cases.
Browse files Browse the repository at this point in the history
  • Loading branch information
zakorgy committed Nov 4, 2016
1 parent b72dcf3 commit 2b4829b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 30 deletions.
6 changes: 5 additions & 1 deletion components/script/dom/webidls/BluetoothDevice.webidl
Expand Up @@ -8,9 +8,13 @@
interface BluetoothDevice {
readonly attribute DOMString id;
readonly attribute DOMString? name;
// TODO: remove this after BluetoothAdvertisingEvent implemented.
readonly attribute BluetoothAdvertisingData adData;
readonly attribute BluetoothRemoteGATTServer gatt;
// readonly attribute FrozenArray[] uuids;

// Promise<void> watchAdvertisements();
// void unwatchAdvertisements();
// readonly attribute boolean watchingAdvertisements;
};

// BluetoothDevice implements EventTarget;
Expand Down
6 changes: 0 additions & 6 deletions tests/wpt/mozilla/meta/MANIFEST.json
Expand Up @@ -7436,12 +7436,6 @@
"url": "/_mozilla/mozilla/bluetooth/requestDevice/canonicalizeFilter/wrong-service-in-services-member.html"
}
],
"mozilla/bluetooth/requestDevice/correct-uuids.html": [
{
"path": "mozilla/bluetooth/requestDevice/correct-uuids.html",
"url": "/_mozilla/mozilla/bluetooth/requestDevice/correct-uuids.html"
}
],
"mozilla/bluetooth/requestDevice/discovery-succeeds.html": [
{
"path": "mozilla/bluetooth/requestDevice/discovery-succeeds.html",
Expand Down

This file was deleted.

This file was deleted.

0 comments on commit 2b4829b

Please sign in to comment.