diff options
author | Gaming4JC <g4jc@hyperbola.info> | 2020-01-18 14:04:17 -0500 |
---|---|---|
committer | Gaming4JC <g4jc@hyperbola.info> | 2020-01-26 15:50:36 -0500 |
commit | 650f6b5eb31dfe6c60da16d1498f8cc3efac4dfa (patch) | |
tree | 588b205b62bbf6677eac3e679731716078452971 /parser/html/moz.build | |
parent | 90d19b0a319a2e153069896453e02a53b1e2cd06 (diff) | |
download | UXP-650f6b5eb31dfe6c60da16d1498f8cc3efac4dfa.tar UXP-650f6b5eb31dfe6c60da16d1498f8cc3efac4dfa.tar.gz UXP-650f6b5eb31dfe6c60da16d1498f8cc3efac4dfa.tar.lz UXP-650f6b5eb31dfe6c60da16d1498f8cc3efac4dfa.tar.xz UXP-650f6b5eb31dfe6c60da16d1498f8cc3efac4dfa.zip |
Bug 1355479 - Flatten attribute storage in the HTML parser to AutoTArray to avoid malloc.
- Removes nsHtml5ReleasableAttributeName
- Adds nsHtml5AttributeEntry.h
- Makes nsHtml5HtmlAttributes no longer gentered.
Tag UXP Issue #1344
Diffstat (limited to 'parser/html/moz.build')
-rw-r--r-- | parser/html/moz.build | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/parser/html/moz.build b/parser/html/moz.build index a3f88f46c..e9bfdbbb9 100644 --- a/parser/html/moz.build +++ b/parser/html/moz.build @@ -19,6 +19,8 @@ EXPORTS += [ 'nsHtml5AtomList.h', 'nsHtml5Atoms.h', 'nsHtml5AtomTable.h', + 'nsHtml5AttributeEntry.h', + 'nsHtml5AttributeName.h', 'nsHtml5ByteReadable.h', 'nsHtml5DependentUTF16Buffer.h', 'nsHtml5DocumentBuilder.h', @@ -71,7 +73,6 @@ UNIFIED_SOURCES += [ 'nsHtml5Parser.cpp', 'nsHtml5PlainTextUtils.cpp', 'nsHtml5Portability.cpp', - 'nsHtml5ReleasableAttributeName.cpp', 'nsHtml5Speculation.cpp', 'nsHtml5SpeculativeLoad.cpp', 'nsHtml5StackNode.cpp', |