gecko-dev/parser/html/javasrc
Henri Sivonen 2607c163b1 Bug 1375701 - Atomize class attribute value in the parser in the innerHTML case. r=Ehsan
MozReview-Commit-ID: CKyGlzYS15e

--HG--
extra : rebase_source : 9ece88d9c85d98665413a7f9d730d7ff149d8486
2017-08-11 09:22:57 +03:00
..
AttributeName.java Bug 1366241 - Change memory layout of element name and attribute name hashes in HTML parser from sorted to level order BST in order to take advantage of cache during lookup. r=hsivonen 2017-06-27 13:48:25 -07:00
ElementName.java Backed out changeset 5b706cd241cb (bug 483155) for Valgrind failure on Linux x64 opt. r=backout 2017-08-11 10:48:10 +02:00
MetaScanner.java Bug 1375701 - Atomize class attribute value in the parser in the innerHTML case. r=Ehsan 2017-08-11 09:22:57 +03:00
Portability.java Bug 1375701 - Atomize class attribute value in the parser in the innerHTML case. r=Ehsan 2017-08-11 09:22:57 +03:00
README.txt
StackNode.java Backed out changeset 5b706cd241cb (bug 483155) for Valgrind failure on Linux x64 opt. r=backout 2017-08-11 10:48:10 +02:00
StateSnapshot.java Bug 1355441 - Reuse StackNode in TreeBuilder to avoid malloc. r=hsivonen. 2017-05-15 17:18:20 +03:00
Tokenizer.java Bug 1375701 - Atomize class attribute value in the parser in the innerHTML case. r=Ehsan 2017-08-11 09:22:57 +03:00
TreeBuilder.java Bug 1375701 - Atomize class attribute value in the parser in the innerHTML case. r=Ehsan 2017-08-11 09:22:57 +03:00
UTF16Buffer.java Bug 489820 part 2 - Grow buffers to the worst-case size before tokenizing; fix comments. r=wchen. 2015-08-25 18:05:45 +03:00

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.