summaryrefslogtreecommitdiffstats
path: root/parser/html/nsHtml5String.h
Commit message (Collapse)AuthorAgeLines
* Bug 1375701 - Atomize class attribute value in the parser in the innerHTML caseMatt A. Tobin2020-04-17-27/+85
| | | | Tag #1375
* Introduce a new non-heap-allocated type for holding nsStringBuffer* in the ↵win7-72019-07-05-0/+95
HTML parser. An innerHTML setter profile shows about 10% of the time being spent under nsHtml5HtmlAttributes::clear, mostly deleting nsStrings.