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 | 6533ea8b8deab7988c53f5de7920ce7f33d00e84 (patch) | |
tree | 588b205b62bbf6677eac3e679731716078452971 /parser/html/moz.build | |
parent | c492eef2a4e28983bc4c3090d6b76d986c63470e (diff) | |
download | uxp-6533ea8b8deab7988c53f5de7920ce7f33d00e84.tar.gz |
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 mcp-graveyard/UXP#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 a3f88f46cf..e9bfdbbb9d 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', |