gecko-dev/parser/html/javasrc
2024-03-08 11:51:56 +00:00
..
AttributeName.java Bug 1884108 - Add interned attribute "event" to the HTML parser. r=dom-core,peterv 2024-03-08 11:51:56 +00:00
ElementName.java Bug 1861232 - Remove unused interner argument from elementNameByBuffer. r=dom-core,jjaschke,CanadaHonk 2023-10-26 12:17:44 +00:00
Portability.java
README.txt
StackNode.java
StateSnapshot.java
Tokenizer.java Bug 1861232 - Remove unused interner argument from elementNameByBuffer. r=dom-core,jjaschke,CanadaHonk 2023-10-26 12:17:44 +00:00
TreeBuilder.java Bug 1880188 - Add shadowrootclonable attribute support. r=webidl,emilio 2024-02-28 19:00:34 +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.