summaryrefslogtreecommitdiffstats
path: root/parser/html/nsHtml5AttributeEntry.h
Commit message (Collapse)AuthorAgeLines
* Bug 1355479 - Flatten attribute storage in the HTML parser to AutoTArray to ↵Gaming4JC2020-01-26-0/+91
avoid malloc. - Removes nsHtml5ReleasableAttributeName - Adds nsHtml5AttributeEntry.h - Makes nsHtml5HtmlAttributes no longer gentered. Tag UXP Issue #1344