gecko-dev/devtools/server/tests
Gerald Squelart b13eeec2e9 Bug 1552063 - Use PowerOfTwo and PowerOfTwoMask in profilers - r=gregtatum
PowerOfTwo makes for a cleaner and more expressive interface, showing that the
profiler will use a power-of-2 storage size.

Using PowerOfTwoMask in ProfilerBuffer also makes it more obvious that we want
cheap modulo operations.
And we don't need to keep the original capacity, as it's only used once and can
easily be recomputed from the mask.

Differential Revision: https://phabricator.services.mozilla.com/D36027

--HG--
extra : moz-landing-system : lando
2019-06-28 07:12:57 +00:00
..
browser Bug 1552063 - Use PowerOfTwo and PowerOfTwoMask in profilers - r=gregtatum 2019-06-28 07:12:57 +00:00
mochitest Bug 1553127 - Display a warning when place-items or place-content is used on non flex/grid container. r=pbro. 2019-06-14 05:50:22 +00:00
unit Bug 1526886 - Convert evaluateJsAsync from Promise to an async function. r=yulia. 2019-06-26 15:28:04 +00:00