gecko-dev/js
Jan de Mooij e9ea2d8aa9 Bug 1918970 part 10 - Define sort order for ranges with same start position. r=jseward
`std::sort` is not a stable sorting function. To avoid relying on implementation-defined
ordering, extend the comparator function to compare the `to` position and the bundle id
when ranges start at the same position.

Bundles now store an 'id' in non-debug builds too. Each compilation has its own
counter that starts at 0 so that we don't need atomic operations to determine the next
id.

Differential Revision: https://phabricator.services.mozilla.com/D222610
2024-09-19 07:22:54 +00:00
..
examples
loader Bug 1917899 - Check unsupported import attributes before resolving specifier r=jonco 2024-09-17 08:25:46 +00:00
public Bug 1907658 - Part 2: Implement AsyncDisposableStack. r=arai 2024-09-11 04:33:54 +00:00
src Bug 1918970 part 10 - Define sort order for ranges with same start position. r=jseward 2024-09-19 07:22:54 +00:00
xpconnect Bug 1913752 - Ship Regular Expression Pattern Modifiers; r=mgaudet 2024-09-12 12:16:52 +00:00
app.mozbuild
ffi.configure Bug 1776255 - Add the appropriate 'when' to all 'option' that end up calling 'pkg_check_modules' later r=firefox-build-system-reviewers,glandium 2024-05-23 23:55:38 +00:00
moz.build
moz.configure Bug 1913085 - Enable json_parse_with_source by default and outside of nightly r=dminor 2024-09-03 15:58:03 +00:00
sub.configure