gecko-dev/parser/html/javasrc
Henri Sivonen e1d4e7fa2c Bug 1594672 - Add the "as" attribute to the HTML parser. r=alchen
Also makes mozilla/ImportScanner.h part of the translation process.

Differential Revision: https://phabricator.services.mozilla.com/D52135

--HG--
extra : moz-landing-system : lando
2019-11-22 16:55:58 +00:00
..
AttributeName.java Bug 1594672 - Add the "as" attribute to the HTML parser. r=alchen 2019-11-22 16:55:58 +00:00
ElementName.java Bug 1315460 - Removal of keygen element r=keeler,baku,jld,hsivonen 2019-06-13 08:58:07 +00:00
MetaScanner.java
Portability.java
README.txt
StackNode.java
StateSnapshot.java Bug 1534346 - Mark malformed SVG scripts as malformed for real. r=alchen 2019-03-21 20:39:22 +00:00
Tokenizer.java Bug 1584216 - Adjust tokenization of U+0000. r=alchen 2019-10-01 12:26:55 +00:00
TreeBuilder.java Bug 1562033. r=alchen 2019-07-08 07:33:59 +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.