Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Bug 1366241 - Change memory layout of element name and attribute name hashes ↵ | Gaming4JC | 2020-01-26 | -981/+1019 |
| | | | | | | | | 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 1366241 - Change memory layout of element name and attribute name hashes ↵ | Gaming4JC | 2020-01-26 | -1164/+1164 |
| | | | | | | | | from sorted to level order BST in order to take advantage of cache during lookup. Java Regen. Tag UXP Issue #1344 | |||
* | Bug 1366241 - Change memory layout of element name and attribute name hashes ↵ | Gaming4JC | 2020-01-26 | -10/+108 |
| | | | | | | from sorted to level order BST in order to take advantage of cache during lookup. Tag UXP Issue #1344 | |||
* | Bug 1358037 - Inline the methods of nsHtml5ElementName and nsHtml5AttributeName. | Gaming4JC | 2020-01-26 | -2048/+2256 |
| | | | | | | HTML Regen. Tag UXP Issue #1344 | |||
* | Bug 1358037 - Inline the methods of nsHtml5ElementName and nsHtml5AttributeName. | Gaming4JC | 2020-01-26 | -133/+134 |
| | | | | | | Manual changes Tag UXP Issue #1344 | |||
* | Bug 1358037 - Inline the methods of nsHtml5ElementName and nsHtml5AttributeName. | Gaming4JC | 2020-01-26 | -80/+72 |
| | | | | Tag UXP Issue #1344 | |||
* | Bug 1355479 - Flatten attribute storage in the HTML parser to AutoTArray to ↵ | Gaming4JC | 2020-01-26 | -71/+66 |
| | | | | | | | | avoid malloc. HTML Regen. Tag UXP Issue #1344 | |||
* | Bug 1355479 - Flatten attribute storage in the HTML parser to AutoTArray to ↵ | Gaming4JC | 2020-01-26 | -179/+212 |
| | | | | | | | | | | avoid malloc. - Removes nsHtml5ReleasableAttributeName - Adds nsHtml5AttributeEntry.h - Makes nsHtml5HtmlAttributes no longer gentered. Tag UXP Issue #1344 | |||
* | Bug 1355479 - Remove isindex on the Java side and allow the C++ side to ↵ | Gaming4JC | 2020-01-26 | -336/+180 |
| | | | | | | reduce malloc in attribute handling. Tag UXP Issue #1344 | |||
* | Bug 1355769 - Avoid malloc for nsHtml5ElementName when processing a ↵ | Gaming4JC | 2020-01-26 | -50/+0 |
| | | | | | | | | non-interned element name. Fix build - Remove no longer used ReleaseableElement Tag UXP Issue #1344 | |||
* | Bug 1355769 - Avoid malloc for nsHtml5ElementName when processing a ↵ | Gaming4JC | 2020-01-26 | -64/+69 |
| | | | | | | | | non-interned element name. HTML Regen. Tag UXP Issue #1344 | |||
* | Bug 1355769 - Avoid malloc for nsHtml5ElementName when processing a ↵ | Gaming4JC | 2020-01-26 | -90/+109 |
| | | | | | | non-interned element name. Tag UXP Issue #1344 | |||
* | Bug 1355493 - Tweak bufToHash() and reduce the number of pre-interned elements. | Gaming4JC | 2020-01-26 | -5186/+5214 |
| | | | | | | HTML Regen. Tag UXP Issue #1344 | |||
* | Bug 1355493 - Tweak bufToHash() and reduce the number of pre-interned elements. | Gaming4JC | 2020-01-26 | -2641/+2641 |
| | | | | | | Java Regen. Tag UXP Issue #1344 | |||
* | Bug 1355493 - Tweak bufToHash() and reduce the number of pre-interned elements. | Gaming4JC | 2020-01-26 | -36/+83 |
| | | | | Tag UXP Issue #1344 | |||
* | Bug 1352082 - Avoid shifting a signed integer left in C++. | Gaming4JC | 2020-01-26 | -10/+10 |
| | | | | Tag UXP Issue #1344 | |||
* | Bug 1352082 - Avoid shifting a signed integer left in C++. | Gaming4JC | 2020-01-26 | -9/+53 |
| | | | | Tag UXP Issue #1344 | |||
* | Bug 1398401 - Add preference check for custom element setup. | Gaming4JC | 2020-01-26 | -1/+3 |
| | | | | Tag UXP Issue #1344 | |||
* | Bug 1274159 - Part 2-2: Support HTMLConstructor WebIDL extended attribute ↵ | Gaming4JC | 2020-01-26 | -0/+4 |
| | | | | | | for custom elements; Tag UXP Issue #1344 | |||
* | Bug 1274159 - Part 2-1: Include the name of relevant interface in ↵ | Gaming4JC | 2020-01-26 | -105/+103 |
| | | | | | | nsHTMLTagList.h; Tag UXP Issue #1344 | |||
* | Update readme instructions for how to use the java html5 parser codegen makefile | Matt A. Tobin | 2020-01-16 | -18/+13 |
| | ||||
* | Regenerate nsHtml5*.cpp files from java htmlparser sources | Matt A. Tobin | 2020-01-16 | -132/+100 |
| | ||||
* | Update the html5 parser java codegen makefile to clean up snapshot javasrc | Matt A. Tobin | 2020-01-16 | -1/+4 |
| | ||||
* | Remove obsolete javasrc snapshot | Matt A. Tobin | 2020-01-16 | -20001/+0 |
| | ||||
* | Update java htmlparser copyright on code to be translated to cpp | Matt A. Tobin | 2020-01-16 | -0/+20 |
| | ||||
* | Fix an issue with the html5 tokenizer and tree builder (java htmlparser) | Matt A. Tobin | 2020-01-15 | -18/+35 |
| | ||||
* | Bug 1562033 | Matt A. Tobin | 2020-01-15 | -11/+1 |
| | | | | Adjust tokenization of U+0000 (java htmlparser) | |||
* | Bug 1347737 - Introduce a new non-heap-allocated type for holding ↵ | Matt A. Tobin | 2020-01-15 | -33/+38 |
| | | | | nsStringBuffer* in the HTML parser. (java htmlparser) | |||
* | Bug 1555523 (java htmlparser version) | Matt A. Tobin | 2020-01-15 | -6/+3 |
| | ||||
* | Bug 1322938 - Make the tree builder aware of <dialog>. | Matt A. Tobin | 2020-01-15 | -43/+46 |
| | | | | Tag #1343 | https://hg.mozilla.org/projects/htmlparser/rev/d9bdf700af247563fec9b07b52ede6bf61edd513 | |||
* | Update the java codegen makefile for having the two libs in-tree and change ↵ | Matt A. Tobin | 2020-01-15 | -24/+6 |
| | | | | a few target names so they aren't obnoxious | |||
* | Add the java javaparser | Matt A. Tobin | 2020-01-15 | -0/+28525 |
| | | | | | https://github.com/javaparser/javaparser/ Invisible tag: javaparser-1.0.6 | |||
* | Add java htmlparser sources that match the original 52-level state | Matt A. Tobin | 2020-01-15 | -0/+62553 |
| | | | | | https://hg.mozilla.org/projects/htmlparser/ Commit: abe62ab2a9b69ccb3b5d8a231ec1ae11154c571d | |||
* | Reinstate the java->c++ source, generator code + documentation. | wolfbeast | 2020-01-13 | -0/+20210 |
| | | | | | | | | 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. | |||
* | Bug 1322938 - Make the HTML tree builder aware of <dialog>. | Gaming4JC | 2020-01-07 | -221/+227 |
| | | | | | Original patch by :hsivonen Tag #1343 | |||
* | Bug 1322938 - Basic implementation of HTMLDialogElement. | Gaming4JC | 2020-01-07 | -0/+5 |
| | | | | Tag #1343 | |||
* | Issue #1118 - Part 6: Fix various tests that are no longer correct. | wolfbeast | 2019-12-22 | -9/+25 |
| | | | | | The behavior change of document.open() requires these tests to be changed to account for the new spec behavior. | |||
* | Issue #1317 - Increase the XML nested depth limit to 2048. | wolfbeast | 2019-12-12 | -9/+13 |
| | | | | | | | | - Converts from macro to static const for the limit. - Uses a check against the declared type for the counter instead of a hard-coded one. This resolves #1317. | |||
* | Adjust tokenization of U+0000 | Henri Sivonen | 2019-10-24 | -13/+2 |
| | ||||
* | Issue #1255 - Port upstream fix from libexpat | wolfbeast | 2019-10-23 | -7/+13 |
| | ||||
* | Remove HTML5 parser java docs and generation code. | wolfbeast | 2019-09-04 | -20210/+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. | wolfbeast | 2019-09-04 | -0/+17 |
| | ||||
* | Fix an issue with the html5 tokenizer and tree builder. | wolfbeast | 2019-09-04 | -39/+103 |
| | ||||
* | Convert dom/base/nsImageLoadingContent.cpp to use AsyncOpen2 and followups ↵ | win7-7 | 2019-08-08 | -2/+3 |
| | | | | | | along with it (1445670 and 1373780 part 2 and 3) Convert dom/base/nsImageLoadingContent.cpp to use AsyncOpen2 and followups along with it (1445670 and 1373780 part 2 and 3) | |||
* | Bug 1555523. | Henri Sivonen | 2019-07-20 | -11/+5 |
| | ||||
* | Introduce a new non-heap-allocated type for holding nsStringBuffer* in the ↵ | win7-7 | 2019-07-05 | -358/+719 |
| | | | | | | 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-7 | 2019-05-25 | -1/+1 |
| | | | issue MoonchildProductions#1113 Use memcmp and not slower string Equals in nsHtml5Portability::localEqualsBuffer | |||
* | make HTML parser to use faster atomization in main thread | win7-7 | 2019-05-24 | -1/+1 |
| | ||||
* | backport m-c 1510114: Fix Use-After-Free in the HTML5 Parser | Gaming4JC | 2019-05-04 | -5/+12 |
| | | | | Fixes #1076 | |||
* | Make nsScannerIterator a trivial type in order to use memset | trav90 | 2018-09-02 | -9/+9 |
| |