gecko-dev/parser/html/javasrc
Adam Vandolder 1c79b181e5 Bug 1890428 - Add shadowrootserializable attribute. r=dom-core,hsivonen
Differential Revision: https://phabricator.services.mozilla.com/D206954
2024-05-15 16:40:20 +00:00
..
AttributeName.java Bug 1890428 - Add shadowrootserializable attribute. r=dom-core,hsivonen 2024-05-15 16:40:20 +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 1807017 - Consider to reuse the memory when nsHtml5Tokenizer::end() is called, r=hsivonen 2024-03-28 00:32:21 +00:00
TreeBuilder.java Bug 1890428 - Add shadowrootserializable attribute. r=dom-core,hsivonen 2024-05-15 16:40:20 +00:00
UTF16Buffer.java

README.txt

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.