зеркало из https://github.com/mozilla/gecko-dev.git
450b71f763
`nsRange` instances are allocated a lot in the heap especially by editor and spellchecker. The allocation cost is too bad for benchmarks. Therefore, we should reuse released instances as far as possible. For managing it in static factory methods of `nsRange`, we need to hide `nsRange` constructor. Differential Revision: https://phabricator.services.mozilla.com/D61237 --HG-- extra : moz-landing-system : lando |
||
---|---|---|
.. | ||
tests | ||
EditorSpellCheck.cpp | ||
EditorSpellCheck.h | ||
FilteredContentIterator.cpp | ||
FilteredContentIterator.h | ||
TextServicesDocument.cpp | ||
TextServicesDocument.h | ||
moz.build | ||
nsComposeTxtSrvFilter.cpp | ||
nsComposeTxtSrvFilter.h | ||
nsIInlineSpellChecker.idl |