From e64a7749d78ab320f1d6a1f75ad3c58ced19cb72 Mon Sep 17 00:00:00 2001 From: Bobby Holley Date: Mon, 20 Aug 2012 10:27:16 -0700 Subject: [PATCH] Bug 784071 - Add __exposedProps__ warning back into dom.properties. r=mccr8 --- dom/locales/en-US/chrome/dom/dom.properties | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dom/locales/en-US/chrome/dom/dom.properties b/dom/locales/en-US/chrome/dom/dom.properties index 39687711dd46..1cb9963c6204 100644 --- a/dom/locales/en-US/chrome/dom/dom.properties +++ b/dom/locales/en-US/chrome/dom/dom.properties @@ -127,6 +127,8 @@ MediaLoadDecodeError=Media resource %S could not be decoded. MozBlobBuilderWarning=Use of MozBlobBuilder is deprecated. Use Blob constructor instead. # LOCALIZATION NOTE: Do not translate "DOMException", "code" and "name" DOMExceptionCodeWarning=Use of DOMException's code attribute is deprecated. Use name instead. +# LOCALIZATION NOTE: Do not translate "__exposedProps__" +NoExposedPropsWarning=Exposing chrome JS objects to content without __exposedProps__ is insecure and deprecated. See https://developer.mozilla.org/en/XPConnect_wrappers for more information. # LOCALIZATION NOTE: Do not translate "Mutation Event" and "MutationObserver" MutationEventWarning=Use of Mutation Events is deprecated. Use MutationObserver instead. # LOCALIZATION NOTE: Do not translate "Blob", "mozSlice", or "slice"