Bug 1286530 - Turn mozChromeNotifications API to ChromeOnly draft
authorAlexandre Lissy <lissyx@lissyx.dyndns.org>
Fri, 22 Apr 2016 12:41:41 +0200
changeset 387261 86a44fb6ad6790ae6f5038b95691cbfbc5709657
parent 387260 0707b7dcd6cf2e6fc49d4ae4c2323a91187018c1
child 387262 1febdb1ddc3292d751a42df552d33d47020d5647
push id22914
push userbmo:lissyx+mozillians@lissyx.dyndns.org
push dateWed, 13 Jul 2016 15:39:24 +0000
bugs1286530
milestone50.0a1
Bug 1286530 - Turn mozChromeNotifications API to ChromeOnly MozReview-Commit-ID: EqiDAECJ2Sj
dom/webidl/ChromeNotifications.webidl
--- a/dom/webidl/ChromeNotifications.webidl
+++ b/dom/webidl/ChromeNotifications.webidl
@@ -1,14 +1,14 @@
 /* -*- 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/.
  */
 
 [JSImplementation="@mozilla.org/mozChromeNotifications;1",
  NavigatorProperty="mozChromeNotifications",
- AvailableIn="CertifiedApps"]
+ ChromeOnly]
 interface ChromeNotifications {
   void mozResendAllNotifications(ResendCallback resendCallback);
 };
 
 callback ResendCallback = void (long count);