summaryrefslogtreecommitdiffstats
path: root/parser
Commit message (Expand)AuthorAgeLines
* [SVG] Only fire the SVG onload when scripting is enabled and allowedMoonchild2020-09-23-0/+3
* Fix build error.Moonchild2020-09-05-4/+0
* Regenerate the HTML Parser code for nomodule changes.Gaming4JC2020-09-05-326/+333
* Issue #618 - Don't preload nomodule scripts when modules are enabled (uplift)Gaming4JC2020-09-05-12/+40
* Regenerate Parser for Marquee RemovalGaming4JC2020-09-05-127/+122
* Issue #1525 - Kill marquee element (uplift)Moonchild2020-09-05-5/+0
* Issue #618 - Implement async attribute for inline module scripts. (uplift)Moonchild2020-08-30-1/+1
* Issue #618 - (async, preload) Correctly pass info about async/defer to parser.Moonchild2020-08-30-12/+38
* Issue #1603 - Part 1: Reorganize ScriptLoader/ScriptElementMoonchild2020-07-10-6/+6
* [Parser] Move setting context to null to the correct location.Henri Sivonen2020-04-14-4/+4
* Update readme instructions for how to use the java html5 parser codegen makefileMatt A. Tobin2020-01-16-18/+13
* Regenerate nsHtml5*.cpp files from java htmlparser sourcesMatt A. Tobin2020-01-16-132/+100
* Update the html5 parser java codegen makefile to clean up snapshot javasrcMatt A. Tobin2020-01-16-1/+4
* Remove obsolete javasrc snapshotMatt A. Tobin2020-01-16-20001/+0
* 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
* Update the java codegen makefile for having the two libs in-tree and change a...Matt A. Tobin2020-01-15-24/+6
* Add the java javaparserMatt A. Tobin2020-01-15-0/+28525
* Add java htmlparser sources that match the original 52-level stateMatt A. Tobin2020-01-15-0/+62553
* Reinstate the java->c++ source, generator code + documentation.wolfbeast2020-01-13-0/+20210
* Bug 1322938 - Make the HTML tree builder aware of <dialog>.Gaming4JC2020-01-07-221/+227
* Bug 1322938 - Basic implementation of HTMLDialogElement.Gaming4JC2020-01-07-0/+5
* Issue #1118 - Part 6: Fix various tests that are no longer correct.wolfbeast2019-12-22-9/+25
* Issue #1317 - Increase the XML nested depth limit to 2048.wolfbeast2019-12-12-9/+13
* Adjust tokenization of U+0000Henri Sivonen2019-10-24-13/+2
* Issue #1255 - Port upstream fix from libexpatwolfbeast2019-10-23-7/+13
* Remove HTML5 parser java docs and generation code.wolfbeast2019-09-04-20210/+0
* Belatedly fix html5 parser attribution for files not covered by the MPL.wolfbeast2019-09-04-0/+17
* Fix an issue with the html5 tokenizer and tree builder.wolfbeast2019-09-04-39/+103
* Convert dom/base/nsImageLoadingContent.cpp to use AsyncOpen2 and followups al...win7-72019-08-08-2/+3
* Bug 1555523.Henri Sivonen2019-07-20-11/+5
* Introduce a new non-heap-allocated type for holding nsStringBuffer* in the HT...win7-72019-07-05-358/+719
* use memcmp for nsIAtom Equals to improve performance parser/html win7-72019-05-25-1/+1
* make HTML parser to use faster atomization in main threadwin7-72019-05-24-1/+1
* backport m-c 1510114: Fix Use-After-Free in the HTML5 ParserGaming4JC2019-05-04-5/+12
* Make nsScannerIterator a trivial type in order to use memsettrav902018-09-02-9/+9
* Fix constructor in nsHtml5AtomTable.cppadeshkp2018-08-04-4/+1
* Improve nsHtml5AtomTable performance (#693)adeshkp2018-08-04-0/+20
* Add a check to prevent a crash when CSP directives are used with chrome contentMatt A. Tobin2018-06-02-1/+6
* Disable -Wimplicit-fallthrough in parser/htmltrav902018-03-04-4/+3
* Restrict XML file recursion depth to 200.wolfbeast2018-02-02-4/+17
* Add m-esr52 at 52.6.0Matt A. Tobin2018-02-02-0/+110675