зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1247685 - Expose `PushSubscriptionOptions` in interface tests. r=baku
MozReview-Commit-ID: A6x2K8Phmr7 --HG-- extra : rebase_source : 986c597a59d652a220a8950c052a34a474b1192d
This commit is contained in:
Родитель
4f645f9bfe
Коммит
b7fd7b1ede
|
@ -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!
|
||||
|
|
Загрузка…
Ссылка в новой задаче