gecko-dev/parser/html/javasrc
Andreea Pavel f5a1a0f098 Backed out 5 changesets (bug 256180) for failing win xpcshell at xpcshell.ini:toolkit/mozapps/extensions/test/xpcshell/test_temporary.js on a CLOSED TREE
Backed out changeset e85e41f84971 (bug 256180)
Backed out changeset 125ebcfac58d (bug 256180)
Backed out changeset bc2e0a89d88e (bug 256180)
Backed out changeset b696df615c8b (bug 256180)
Backed out changeset 2d69841d2eb7 (bug 256180)
2019-01-08 20:35:31 +02: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 Backed out 5 changesets (bug 256180) for failing win xpcshell at xpcshell.ini:toolkit/mozapps/extensions/test/xpcshell/test_temporary.js on a CLOSED TREE 2019-01-08 20:35:31 +02:00
Tokenizer.java Bug 1506133 - More HTML parser cleanup post bug 1392185. r=hsivonen 2018-11-12 14:37:09 +00:00
TreeBuilder.java Backed out 5 changesets (bug 256180) for failing win xpcshell at xpcshell.ini:toolkit/mozapps/extensions/test/xpcshell/test_temporary.js on a CLOSED TREE 2019-01-08 20:35:31 +02:00
UTF16Buffer.java

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.