mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-11-02 09:18:36 +02:00
In modern C++, static constexpr member variables are automatically inline (aka weak) so the template trick is not needed. This also avoid duplication and reduces the amount of parsed code. No impact on generated binary (actually: smaller debuginfo, close to identical binary). Differential Revision: https://phabricator.services.mozilla.com/D247825 |
||
|---|---|---|
| .. | ||
| tests | ||
| CNavDTD.cpp | ||
| CNavDTD.h | ||
| CParserContext.cpp | ||
| CParserContext.h | ||
| metrics.yaml | ||
| moz.build | ||
| nsElementTable.cpp | ||
| nsElementTable.h | ||
| nsExpatDriver.cpp | ||
| nsExpatDriver.h | ||
| nsHTMLTagList.h | ||
| nsHTMLTags.cpp | ||
| nsHTMLTags.h | ||
| nsIContentSink.h | ||
| nsIDTD.h | ||
| nsIExpatSink.idl | ||
| nsIFragmentContentSink.h | ||
| nsIHTMLContentSink.h | ||
| nsIParser.h | ||
| nsParser.cpp | ||
| nsParser.h | ||
| nsParserBase.h | ||
| nsParserConstants.h | ||
| nsParserMsgUtils.cpp | ||
| nsParserMsgUtils.h | ||
| nsRLBoxExpatDriver.h | ||
| nsScanner.cpp | ||
| nsScanner.h | ||
| nsScannerString.cpp | ||
| nsScannerString.h | ||