mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-28 07:13:20 +00:00
d4489c8a64
It is expected to use 64-bit for all the restyle generation counters, since the getter methods all return uint64_t type at present. However, we're using uint32_t for the actual counter variables, which means the potential overflow issue is not avoided. In this patch, we use 64-bit for the restyle generation counters, so the overflow issue can be avoided as expected. MozReview-Commit-ID: 2y2afIcuwvc --HG-- extra : rebase_source : 3fe64d7d3fc00fa1031eef9f0c15b64405435dfd |
||
---|---|---|
.. | ||
base | ||
build | ||
doc | ||
forms | ||
generic | ||
inspector | ||
ipc | ||
mathml | ||
media | ||
painting | ||
printing | ||
reftests | ||
style | ||
svg | ||
tables | ||
tools | ||
xul | ||
moz.build |