gecko-dev/extensions/spellcheck
Masayuki Nakano 2214b0dc00 Bug 1735446 - part 5: Make nsIInlineSpellChecker use unsigned long as offset in node r=m_kato
It has two methods which take (signed) `long` argument to specify offset in a
DOM node, but it's declared as "unsigned long" in the standards.  And now,
they work with rewritten Selection API which take `uint32_t` so that they should
use `unsigned long` for making the handling simpler and safer.

Differential Revision: https://phabricator.services.mozilla.com/D131034
2021-12-09 07:44:09 +00:00
..
docs
hunspell Bug 1739761 - Scale down the hunspell sandbox size calculation to account for reduced fragmentation. r=shravanrn 2021-12-03 20:28:51 +00:00
idl
locales
src Bug 1735446 - part 5: Make nsIInlineSpellChecker use unsigned long as offset in node r=m_kato 2021-12-09 07:44:09 +00:00
tests
moz.build