gecko-dev/parser/html/javasrc
Sylvestre Ledru 01abd7ce40 Bug 1447480 - Add a MOZ_ASSERT to make it clear that it can never fall through r=hsivonen
MozReview-Commit-ID: Hq9jG1CVwRK

--HG--
extra : rebase_source : 4c548c1ad0c74b2c810b435701b91bd4f7893cb1
2018-04-03 13:40:59 +02:00
..
AttributeName.java Bug 1382020 - Don't preload nomodule scripts when modules are enabled r=hsivonen 2018-01-23 13:07:37 +00:00
ElementName.java Bug 1445983. <bdi> should be an HTMLElement, not HTMLUnknownElement. r=hsivonen 2018-03-16 11:26:09 -04:00
MetaScanner.java Bug 1424548 - Part 11: Regenerate HTML parser code with MOZ_FALLTHROUGH annotations. r=hsivonen 2017-12-01 01:05:26 -08: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 Bug 1424548 - Part 14: Regenerate HTML parser code with override specifiers. r=hsivonen 2017-12-07 01:27:56 -08:00
Tokenizer.java Bug 1424548 - Part 11: Regenerate HTML parser code with MOZ_FALLTHROUGH annotations. r=hsivonen 2017-12-01 01:05:26 -08:00
TreeBuilder.java Bug 1447480 - Add a MOZ_ASSERT to make it clear that it can never fall through r=hsivonen 2018-04-03 13:40:59 +02: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.