mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-11 08:13:35 +00:00
2214b0dc00
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 |
||
---|---|---|
.. | ||
docs | ||
hunspell | ||
idl | ||
locales | ||
src | ||
tests | ||
moz.build |