summaryrefslogtreecommitdiffstats
path: root/parser/html/java/htmlparser
Commit message (Expand)AuthorAgeLines
* Bug 1366241 - Change memory layout of element name and attribute name hashes ...Gaming4JC2020-01-26-1164/+1164
* Bug 1366241 - Change memory layout of element name and attribute name hashes ...Gaming4JC2020-01-26-10/+108
* Bug 1358037 - Inline the methods of nsHtml5ElementName and nsHtml5AttributeName.Gaming4JC2020-01-26-80/+72
* Bug 1355479 - Remove isindex on the Java side and allow the C++ side to reduc...Gaming4JC2020-01-26-336/+180
* Bug 1355769 - Avoid malloc for nsHtml5ElementName when processing a non-inter...Gaming4JC2020-01-26-90/+109
* Bug 1355493 - Tweak bufToHash() and reduce the number of pre-interned elements.Gaming4JC2020-01-26-2641/+2641
* Bug 1355493 - Tweak bufToHash() and reduce the number of pre-interned elements.Gaming4JC2020-01-26-36/+83
* Bug 1352082 - Avoid shifting a signed integer left in C++.Gaming4JC2020-01-26-9/+53
* Update java htmlparser copyright on code to be translated to cppMatt A. Tobin2020-01-16-0/+20
* Fix an issue with the html5 tokenizer and tree builder (java htmlparser)Matt A. Tobin2020-01-15-18/+35
* Bug 1562033Matt A. Tobin2020-01-15-11/+1
* Bug 1347737 - Introduce a new non-heap-allocated type for holding nsStringBuf...Matt A. Tobin2020-01-15-33/+38
* Bug 1555523 (java htmlparser version)Matt A. Tobin2020-01-15-6/+3
* Bug 1322938 - Make the tree builder aware of <dialog>.Matt A. Tobin2020-01-15-43/+46
* Add java htmlparser sources that match the original 52-level stateMatt A. Tobin2020-01-15-0/+62553