Bug 596797 - moz-do-not-send="true" in HTML signature or pasted HTML gets ignored/removed r=bzbarsky a=bzbarsky,branch-blocker

This commit is contained in:
Ehsan Akhgari 2010-09-21 17:28:06 -04:00
Родитель 7ac6fea44f
Коммит 842eb2af73
2 изменённых файлов: 1 добавлений и 5 удалений

Просмотреть файл

@ -1916,9 +1916,7 @@ nsIAtom** const kDefaultAllowedAttributes [] = {
&nsGkAtoms::media,
&nsGkAtoms::method,
&nsGkAtoms::min,
#ifdef MOZ_MAIL_NEWS
&nsGkAtoms::mozdonotsend,
#endif
&nsGkAtoms::multiple,
&nsGkAtoms::name,
&nsGkAtoms::nohref,

Просмотреть файл

@ -65,9 +65,7 @@ GK_ATOM(_empty, "")
GK_ATOM(moz, "_moz")
GK_ATOM(moztype, "_moz-type")
GK_ATOM(mozdirty, "_moz_dirty")
#ifdef MOZ_MAIL_NEWS
GK_ATOM(mozdonotsend, "_moz_do_not_send")
#endif
GK_ATOM(mozdonotsend, "moz-do-not-send")
GK_ATOM(mozeditorbogusnode, "_moz_editor_bogus_node")
GK_ATOM(mozgeneratedcontentbefore, "_moz_generated_content_before")
GK_ATOM(mozgeneratedcontentafter, "_moz_generated_content_after")