Bug 596797 - moz-do-not-send="true" in HTML signature or pasted HTML gets ignored/removed; r=bz a=NPOTB for Firefox

--HG--
extra : rebase_source : 97118e0c654577f44a8ca0143349f4b510ec9641
This commit is contained in:
Ehsan Akhgari 2010-09-20 17:31:46 -04:00
parent 598e32bf5b
commit 56f64d0688
2 changed files with 6 additions and 0 deletions

View File

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

View File

@ -65,6 +65,9 @@ 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(mozeditorbogusnode, "_moz_editor_bogus_node")
GK_ATOM(mozgeneratedcontentbefore, "_moz_generated_content_before")
GK_ATOM(mozgeneratedcontentafter, "_moz_generated_content_after")