gecko-dev/parser/html/javasrc
2019-01-11 09:44:09 +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 Bug 256180 parser part - Insert elements as siblings instead of children at the Blink-defined magic depth for compatibility. r=smaug. 2019-01-11 09:44:09 +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 Bug 256180 parser part - Insert elements as siblings instead of children at the Blink-defined magic depth for compatibility. r=smaug. 2019-01-11 09:44:09 +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.