summaryrefslogtreecommitdiff
path: root/parser
Commit message (Collapse)AuthorAge
* Remove HTML5 parser java docs and generation code.wolfbeast2019-09-04
| | | | | 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
|
* Fix an issue with the html5 tokenizer and tree builder.wolfbeast2019-09-04
|
* Convert dom/base/nsImageLoadingContent.cpp to use AsyncOpen2 and followups ↵win7-72019-08-08
| | | | | | 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 Sivonen2019-07-20
|
* Introduce a new non-heap-allocated type for holding nsStringBuffer* in the ↵win7-72019-07-05
| | | | | | 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-72019-05-25
| | | issue MoonchildProductions#1113 Use memcmp and not slower string Equals in nsHtml5Portability::localEqualsBuffer
* make HTML parser to use faster atomization in main threadwin7-72019-05-24
|
* backport m-c 1510114: Fix Use-After-Free in the HTML5 ParserGaming4JC2019-05-04
| | | | Fixes #1076
* Make nsScannerIterator a trivial type in order to use memsettrav902018-09-02
|
* Fix constructor in nsHtml5AtomTable.cppadeshkp2018-08-04
| | | Follow up to 2bc00ef to fix build bustage
* Improve nsHtml5AtomTable performance (#693)adeshkp2018-08-04
| | | | | * cpp change * h change
* Add a check to prevent a crash when CSP directives are used with chrome contentMatt A. Tobin2018-06-02
| | | | Chrome content uses System Principle and this kind of speculative preloading of CSP just won't work.
* Disable -Wimplicit-fallthrough in parser/htmltrav902018-03-04
| | | | GCC 7 supports the clang option -Wimplicit-fallthrough.
* Restrict XML file recursion depth to 200.wolfbeast2018-02-02
| | | | This resolves #2.
* Add m-esr52 at 52.6.0Matt A. Tobin2018-02-02