зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1248507 - p6. Minimal notification definition - r=bz
MozReview-Commit-ID: JWd0BWehttB
This commit is contained in:
Родитель
5918188906
Коммит
d04e284211
|
@ -0,0 +1,15 @@
|
|||
/* -*- Mode: IDL; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
|
||||
/* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
* License, v. 2.0. If a copy of the MPL was not distributed with this file,
|
||||
* You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
*/
|
||||
|
||||
enum DecoderDoctorNotificationType {
|
||||
"cannot-play",
|
||||
"can-play-but-some-missing-decoders"
|
||||
};
|
||||
|
||||
dictionary DecoderDoctorNotification {
|
||||
required DecoderDoctorNotificationType type;
|
||||
DOMString formats;
|
||||
};
|
|
@ -112,6 +112,7 @@ WEBIDL_FILES = [
|
|||
'DataStore.webidl',
|
||||
'DataStoreImpl.webidl',
|
||||
'DataTransfer.webidl',
|
||||
'DecoderDoctorNotification.webidl',
|
||||
'DedicatedWorkerGlobalScope.webidl',
|
||||
'DelayNode.webidl',
|
||||
'DesktopNotification.webidl',
|
||||
|
|
Загрузка…
Ссылка в новой задаче