summaryrefslogtreecommitdiffstats
path: root/parser/html/nsHtml5AttributeName.cpp
Commit message (Collapse)AuthorAgeLines
* Regenerate Parser for 483155Gaming4JC2020-01-26-0/+1
| | | | Tag UXP Issue #1344
* Bug 1378079 - Part 1: Gecko changes for adding attribute 'is' to parser.Gaming4JC2020-01-26-343/+347
| | | | Tag UXP Issue #1344
* Bug 1366241 - Change memory layout of element name and attribute name hashes ↵Gaming4JC2020-01-26-582/+582
| | | | | | | | in HTML parser from sorted to level order BST in order to take advantage of cache during lookup. HTML Regen. Tag UXP Issue #1344
* Bug 1358037 - Inline the methods of nsHtml5ElementName and nsHtml5AttributeName.Gaming4JC2020-01-26-33/+3
| | | | | | HTML Regen. Tag UXP Issue #1344
* Bug 1355479 - Flatten attribute storage in the HTML parser to AutoTArray to ↵Gaming4JC2020-01-26-21/+33
| | | | | | | | avoid malloc. HTML Regen. Tag UXP Issue #1344
* Bug 1355493 - Tweak bufToHash() and reduce the number of pre-interned elements.Gaming4JC2020-01-26-2175/+2157
| | | | | | HTML Regen. Tag UXP Issue #1344
* Bug 1352082 - Avoid shifting a signed integer left in C++.Gaming4JC2020-01-26-5/+5
| | | | Tag UXP Issue #1344
* Regenerate nsHtml5*.cpp files from java htmlparser sourcesMatt A. Tobin2020-01-16-1/+2
|
* Reinstate the java->c++ source, generator code + documentation.wolfbeast2020-01-13-0/+5
| | | | | | | | We've kept the java source up-to-date until its removal, so there should be very little additional java mangling needed to have it back up to speed and usable again. This reverts commit c6446f1126232935c85397aac493113dd38496cd.
* Remove HTML5 parser java docs and generation code.wolfbeast2019-09-04-5/+0
| | | | | java->C++ automated translation is not something we want to deal with now or in the future.
* Belatedly fix html5 parser attribution for files not covered by the MPL.wolfbeast2019-09-04-0/+1
|
* Introduce a new non-heap-allocated type for holding nsStringBuffer* in the ↵win7-72019-07-05-1/+1
| | | | | | HTML parser. An innerHTML setter profile shows about 10% of the time being spent under nsHtml5HtmlAttributes::clear, mostly deleting nsStrings.
* Add m-esr52 at 52.6.0Matt A. Tobin2018-02-02-0/+2585