mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-23 21:01:08 +00:00
1475267b8c
In addition to moving these methods to a more appropriate file, they were simplified to make them easier to maintain in the future. nsTStringRepr::Compare was extended to also work on char16_t strings, and the case insensitive and other options were removed as they aren't necessary. This required some changes to callers in the tree. The EqualsIgnoreCase method was also simplified by using `std::string_view`. Differential Revision: https://phabricator.services.mozilla.com/D148299 |
||
---|---|---|
.. | ||
test | ||
components.conf | ||
moz.build | ||
nsIStartupCacheInfo.idl | ||
StartupCache.cpp | ||
StartupCache.h | ||
StartupCacheInfo.cpp | ||
StartupCacheInfo.h | ||
StartupCacheUtils.cpp | ||
StartupCacheUtils.h |