gecko-dev/parser/html/javasrc
Henri Sivonen feff447597 Bug 1515066 - Mark SVG script without an end tag malformed. r=smaug
Differential Revision: https://phabricator.services.mozilla.com/D15090

--HG--
extra : moz-landing-system : lando
2018-12-20 18:20:04 +00:00
..
AttributeName.java Bug 903372 - Remove xml:base from parser. r=hsivonen 2018-12-13 15:47:01 +00:00
ElementName.java Bug 1469580 - Ignore charset= in <meta content> if followed by unmatched quote. r=mrbkap 2018-12-14 17:53:59 +00:00
MetaScanner.java
Portability.java Bug 1506133 - More HTML parser cleanup post bug 1392185. r=hsivonen 2018-11-12 14:37:09 +00:00
README.txt
StackNode.java Bug 1466449 - Update Tokenizer.java and StackNode.java to initialize properties. r=hsivonen 2018-11-09 14:20:19 +01:00
StateSnapshot.java
Tokenizer.java Bug 1506133 - More HTML parser cleanup post bug 1392185. r=hsivonen 2018-11-12 14:37:09 +00:00
TreeBuilder.java Bug 1515066 - Mark SVG script without an end tag malformed. r=smaug 2018-12-20 18:20:04 +00:00
UTF16Buffer.java

README.txt

The .java files in this directory were placed here by the Java-to-C++
translator that lives in parser/html/java/translator.  Together they represent
a snapshot of the Java code that was translated to produce the corresponding
.h and .cpp files in the parent directory.  Changing these .java files is not
worthwhile, as they will just be overwritten by the next translation.  See
parser/html/java/README.txt for information about performing the translation.