fune/parser/html/javasrc
2023-10-26 12:17:44 +00:00
..
AttributeName.java Bug 1861068 - Make nsHTML5AttributeName constructors allocate less. r=hsivonen 2023-10-25 18:26:49 +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 1846178 - Use the async/defer (non-blocking) HTML parser code path for module scripts. r=smaug 2023-09-15 07:53:16 +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.