gecko-dev/parser/html/javasrc
2019-04-15 13:40:14 +03:00
..
AttributeName.java Bug 1534346 - Mark malformed SVG scripts as malformed for real. r=alchen 2019-03-21 20:39:22 +00:00
ElementName.java Bug 1534346 - Mark malformed SVG scripts as malformed for real. r=alchen 2019-03-21 20:39:22 +00:00
MetaScanner.java
Portability.java
README.txt
StackNode.java
StateSnapshot.java Bug 1534346 - Mark malformed SVG scripts as malformed for real. r=alchen 2019-03-21 20:39:22 +00:00
Tokenizer.java Bug 1540675 - Handle line breaks correctly in comment end bang state. r=alchen. 2019-04-15 13:40:14 +03:00
TreeBuilder.java Bug 1540757 - Mark SVG scripts as malformed when popped by HTML breakout from foreign content. r=alchen 2019-04-15 13:40:14 +03: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.