Commit message (Collapse) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
* | 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 | ||||
* | Adjust tokenization of U+0000 | Henri Sivonen | 2019-10-24 | -13/+2 | |
| | |||||
* | 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 | ||||
* | Fix constructor in nsHtml5AtomTable.cpp | adeshkp | 2018-08-04 | -4/+1 | |
| | | | Follow up to 2bc00ef to fix build bustage | ||||
* | Improve nsHtml5AtomTable performance (#693) | adeshkp | 2018-08-04 | -0/+20 | |
| | | | | | * cpp change * h change | ||||
* | Add a check to prevent a crash when CSP directives are used with chrome content | Matt A. Tobin | 2018-06-02 | -1/+6 | |
| | | | | Chrome content uses System Principle and this kind of speculative preloading of CSP just won't work. | ||||
* | Disable -Wimplicit-fallthrough in parser/html | trav90 | 2018-03-04 | -4/+3 | |
| | | | | GCC 7 supports the clang option -Wimplicit-fallthrough. | ||||
* | Add m-esr52 at 52.6.0 | Matt A. Tobin | 2018-02-02 | -0/+55240 | |