Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Issue #1525 - Kill marquee element | Moonchild | 2020-06-01 | -322/+316 |
| | | | | | | * Remove marquee code * Regenerate HTML Elements/parser code for Removal of Marquee. Co-authored-by: Gaming4JC <g4jc@hyperbola.info> | |||
* | Bug 1418002 - Remove HTMLContentElement | Matt A. Tobin | 2020-04-17 | -84/+78 |
| | | | | Tag #1375 | |||
* | Bug 1402941 - Add HTMLSlotElement | Matt A. Tobin | 2020-04-17 | -172/+178 |
| | | | | Tag #1375 | |||
* | Bug 1396584 - Remove support for multiple ShadowRoots | Matt A. Tobin | 2020-04-17 | -198/+192 |
| | | | | Tag #1375 | |||
* | Bug 1375701 - Atomize class attribute value in the parser in the innerHTML case | Matt A. Tobin | 2020-04-17 | -5/+5 |
| | | | | Tag #1375 | |||
* | [Parser] Move setting context to null to the correct location. | Henri Sivonen | 2020-02-14 | -2/+2 |
| | ||||
* | Regenerate Parser for 483155 | Gaming4JC | 2020-01-26 | -1006/+2210 |
| | | | | Tag UXP Issue #1344 | |||
* | Fix ISINDEX | Gaming4JC | 2020-01-26 | -1/+1 |
| | | | | | | Since we want to keep this element, it has to be adapted to the parser changes in 483155 Tag UXP Issue #1344 | |||
* | Add missing space to ElementName.java self-regeneration code. | Gaming4JC | 2020-01-26 | -1/+1 |
| | | | | Tag UXP Issue #1344 | |||
* | Add missing elements from Bug 483155 | Gaming4JC | 2020-01-26 | -0/+8 |
| | | | | Tag UXP Issue #1344 | |||
* | Bug 483155 - Put Gecko content creator function pointers on ElementName. | Gaming4JC | 2020-01-26 | -78/+473 |
| | | | | Tag UXP Issue #1344 | |||
* | Bug 1355779 - Skip interned ElementName lookup for Custom Elements (ones ↵ | Gaming4JC | 2020-01-26 | -167/+166 |
| | | | | | | | | with hyphen). Regen. Tag UXP Issue #1344 | |||
* | Bug 1355779 - Skip interned nsHtml5ElementName lookup for Custom Elements ↵ | Gaming4JC | 2020-01-26 | -8/+39 |
| | | | | | | (ones with hyphen). Tag UXP Issue #1344 | |||
* | Bug 1378079 - Add attribute 'is' to HTML parser. | Gaming4JC | 2020-01-26 | -634/+637 |
| | | | | 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 | -11/+14 |
| | | | | Tag UXP Issue #1344 | |||
* | Bug 1355479 - Remove isindex on the Java side and allow the C++ side to ↵ | Gaming4JC | 2020-01-26 | -314/+174 |
| | | | | | | reduce malloc in attribute handling. Tag UXP Issue #1344 | |||
* | Bug 1355769 - Avoid malloc for nsHtml5ElementName when processing a ↵ | Gaming4JC | 2020-01-26 | -72/+93 |
| | | | | | | non-interned element name. 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 | -8/+40 |
| | | | | Tag UXP Issue #1344 | |||
* | 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 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 | |||
* | Add java htmlparser sources that match the original 52-level state | Matt A. Tobin | 2020-01-15 | -0/+42443 |
https://hg.mozilla.org/projects/htmlparser/ Commit: abe62ab2a9b69ccb3b5d8a231ec1ae11154c571d |