gecko-dev/parser/html/javasrc
Jessica Jong 0ed394bfdf Bug 1378079 - Part 1: Gecko changes for adding attribute 'is' to parser. r=hsivonen
--HG--
extra : rebase_source : 413505a2aa4fe229da957906697f172527361b38
2017-10-26 14:08:10 +08:00
..
AttributeName.java Bug 1378079 - Part 1: Gecko changes for adding attribute 'is' to parser. r=hsivonen 2017-10-26 14:08:10 +08:00
ElementName.java Bug 500617 - Remove always-zero offsets from HTML5 parser. r=hsivonen 2017-10-23 14:42:21 +03:00
MetaScanner.java Backed out changeset fabf345eec6e (bug 1375701) for bustage at parser/html/nsHtml5String.h:143:3: bad implicit conversion constructor for 'nsHtml5String'. r=backout on a CLOSED TREE 2017-08-15 16:28:10 +02:00
Portability.java Bug 500617 - Remove always-zero offsets from HTML5 parser. r=hsivonen 2017-10-23 14:42:21 +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 Backed out changeset 0ce8d073a16e (bug 256180) 2017-09-28 11:30:33 +02:00
Tokenizer.java Bug 500617 - Remove always-zero offsets from HTML5 parser. r=hsivonen 2017-10-23 14:42:21 +03:00
TreeBuilder.java Backed out changeset 0ce8d073a16e (bug 256180) 2017-09-28 11:30:33 +02: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

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.