зеркало из https://github.com/mozilla/gecko-dev.git
9847052e21
Added assert to check if the id is exceeding bounds of signed 32 bit integer. ``` x < (1<<29) x+1 <= (1<<29) ((x+1)<<2) <= (1<<31) ((x+1)<<2) | (two bit tag t)<= (1<<31) ``` Differential Revision: https://phabricator.services.mozilla.com/D23808 --HG-- extra : moz-landing-system : lando |
||
---|---|---|
.. | ||
app | ||
chromium | ||
contentproc | ||
glue | ||
ipdl | ||
mscom | ||
testshell | ||
moz.build | ||
pull-chromium.py |