Bug 1279218 - Additional applet tag logic removal; r=bz

I've been having problems with interdiffs on mozreview lately, so for
ease of review, this patch is being submitted as a seperate patch for
review. Once it is r+'d, it will be folded into the first patch in
this set before landing.

MozReview-Commit-ID: CS9MngaXlBd
This commit is contained in:
Kyle Machulis
2017-07-28 16:44:39 -07:00
parent 84ae1a8100
commit 74bf40ac81
33 changed files with 183 additions and 76 deletions

View File

@@ -70,7 +70,6 @@ static bool
IsAllNamedElement(nsIContent* aContent)
{
return aContent->IsAnyOfHTMLElements(nsGkAtoms::a,
nsGkAtoms::applet,
nsGkAtoms::button,
nsGkAtoms::embed,
nsGkAtoms::form,