summaryrefslogtreecommitdiffstats
path: root/parser/html/moz.build
Commit message (Collapse)AuthorAgeLines
* Bug 483155 - Put content creator function pointers onto nsHtml5ElementName.Gaming4JC2020-01-26-0/+1
| | | | | | This is all the manual work for Bug 483155, minus the added functionality to disable SVG and MathML which can be done at any time and are out of scope. Tag UXP Issue #1344
* Bug 1358037 - Inline the methods of nsHtml5ElementName and nsHtml5AttributeName.Gaming4JC2020-01-26-0/+1
| | | | | | Manual changes Tag UXP Issue #1344
* Bug 1355479 - Flatten attribute storage in the HTML parser to AutoTArray to ↵Gaming4JC2020-01-26-1/+2
| | | | | | | | | | avoid malloc. - Removes nsHtml5ReleasableAttributeName - Adds nsHtml5AttributeEntry.h - Makes nsHtml5HtmlAttributes no longer gentered. Tag UXP Issue #1344
* Bug 1355769 - Avoid malloc for nsHtml5ElementName when processing a ↵Gaming4JC2020-01-26-1/+0
| | | | | | | | non-interned element name. Fix build - Remove no longer used ReleaseableElement Tag UXP Issue #1344
* Introduce a new non-heap-allocated type for holding nsStringBuffer* in the ↵win7-72019-07-05-0/+2
| | | | | | HTML parser. An innerHTML setter profile shows about 10% of the time being spent under nsHtml5HtmlAttributes::clear, mostly deleting nsStrings.
* Disable -Wimplicit-fallthrough in parser/htmltrav902018-03-04-4/+3
| | | | GCC 7 supports the clang option -Wimplicit-fallthrough.
* Add m-esr52 at 52.6.0Matt A. Tobin2018-02-02-0/+104