Bug 1247685 - Expose `PushSubscriptionOptions` in interface tests. r=baku

MozReview-Commit-ID: A6x2K8Phmr7

--HG--
extra : rebase_source : 986c597a59d652a220a8950c052a34a474b1192d
This commit is contained in:
Kit Cambridge 2016-04-14 10:26:53 -07:00
Родитель 4f645f9bfe
Коммит b7fd7b1ede
3 изменённых файлов: 6 добавлений и 0 удалений

Просмотреть файл

@ -967,6 +967,8 @@ var interfaceNamesInGlobalScope =
{name: "PushManager", b2g: false, nightlyAndroid: true, android: false},
// IMPORTANT: Do not change this list without review from a DOM peer!
{name: "PushSubscription", b2g: false, nightlyAndroid: true, android: false},
// IMPORTANT: Do not change this list without review from a DOM peer!
{name: "PushSubscriptionOptions", b2g: false, nightlyAndroid: true, android: false},
// IMPORTANT: Do not change this list without review from a DOM peer!
"RadioNodeList",
// IMPORTANT: Do not change this list without review from a DOM peer!

Просмотреть файл

@ -186,6 +186,8 @@ var interfaceNamesInGlobalScope =
{ name: "PushMessageData", b2g: false, android: false, nightlyAndroid: true },
// IMPORTANT: Do not change this list without review from a DOM peer!
{ name: "PushSubscription", b2g: false, android: false, nightlyAndroid: true },
// IMPORTANT: Do not change this list without review from a DOM peer!
{ name: "PushSubscriptionOptions", b2g: false, android: false, nightlyAndroid: true },
// IMPORTANT: Do not change this list without review from a DOM peer!
"Request",
// IMPORTANT: Do not change this list without review from a DOM peer!

Просмотреть файл

@ -172,6 +172,8 @@ var interfaceNamesInGlobalScope =
{ name: "PushManager", b2g: false, nightlyAndroid: true, android: false },
// IMPORTANT: Do not change this list without review from a DOM peer!
{ name: "PushSubscription", b2g: false, nightlyAndroid: true, android: false },
// IMPORTANT: Do not change this list without review from a DOM peer!
{ name: "PushSubscriptionOptions", b2g: false, nightlyAndroid: true, android: false },
// IMPORTANT: Do not change this list without review from a DOM peer!
"Request",
// IMPORTANT: Do not change this list without review from a DOM peer!