summaryrefslogtreecommitdiffstats
path: root/parser/html/nsHtml5Portability.cpp
Commit message (Collapse)AuthorAgeLines
* Bug 1375701 - Atomize class attribute value in the parser in the innerHTML caseMatt A. Tobin2020-04-17-1/+19
| | | | Tag #1375
* Introduce a new non-heap-allocated type for holding nsStringBuffer* in the ↵win7-72019-07-05-66/+33
| | | | | | HTML parser. An innerHTML setter profile shows about 10% of the time being spent under nsHtml5HtmlAttributes::clear, mostly deleting nsStrings.
* use memcmp for nsIAtom Equals to improve performance parser/html win7-72019-05-25-1/+1
| | | issue MoonchildProductions#1113 Use memcmp and not slower string Equals in nsHtml5Portability::localEqualsBuffer
* Add m-esr52 at 52.6.0Matt A. Tobin2018-02-02-0/+157