зеркало из https://github.com/mozilla/gecko-dev.git
997047e2a4
This patch moves EqualsIgnoreCase to ns[T]StringObsolete, and removes the aCount argument, instead migrating callers to use `StringBeginsWith` with a case-insensitive comparator. In addition, nsTStringRepr::Compare was removed and replaced with either calls to methods like `StringBeginsWith` or the global `Compare` method. These changes required some modifications at call-sites but should make the behaviour less surprising and more consistent. Differential Revision: https://phabricator.services.mozilla.com/D148299 |
||
---|---|---|
.. | ||
tests/unit | ||
moz.build | ||
nsIStringBundle.idl | ||
nsStringBundle.cpp | ||
nsStringBundle.h | ||
nsStringBundleService.h |