Bug 1248507 - p9. FFMpeg checks: Notification definition - r=bz draft
authorGerald Squelart <gsquelart@mozilla.com>
Tue, 19 Apr 2016 11:13:21 +1000
changeset 353018 96e4eeaa4f72b659c67e616fe51d04593786f6ee
parent 353017 d41362a5eb4393456dc9be79441402fb218923ba
child 353019 46dcad9b8292af34e7b68a03c214bdb9ed61b505
push id15860
push usergsquelart@mozilla.com
push dateTue, 19 Apr 2016 04:00:08 +0000
reviewersbz
bugs1248507
milestone48.0a1
Bug 1248507 - p9. FFMpeg checks: Notification definition - r=bz MozReview-Commit-ID: DRYHBeTv7xA
dom/webidl/DecoderDoctorNotification.webidl
--- a/dom/webidl/DecoderDoctorNotification.webidl
+++ b/dom/webidl/DecoderDoctorNotification.webidl
@@ -1,15 +1,16 @@
 /* -*- 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",
+  "platform-decoder-not-found",
   "can-play-but-some-missing-decoders"
 };
 
 dictionary DecoderDoctorNotification {
   required DecoderDoctorNotificationType type;
   DOMString formats;
 };