gecko-dev/parser/html/javasrc
2023-07-10 12:48:23 +00:00
..
AttributeName.java Bug 1842199 - Add nonce attribute to HTML parser. r=hsivonen 2023-07-10 12:48:23 +00:00
ElementName.java Bug 1775477 - Fix interface for parser-created <keygen> elements. r=saschanaz 2022-06-23 10:34:44 +00:00
Portability.java
README.txt
StackNode.java
StateSnapshot.java
Tokenizer.java Bug 1842199 - Add nonce attribute to HTML parser. r=hsivonen 2023-07-10 12:48:23 +00:00
TreeBuilder.java Bug 1842199 - Add nonce attribute to HTML parser. r=hsivonen 2023-07-10 12:48:23 +00: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.