gecko-dev/mozglue/baseprofiler
Jan de Mooij 4387a3b625 Bug 1872666 - Remove OrderedDict code from YAML file loading. r=iain,profiler-reviewers,canaltinova
`mach` requires Python 3.7+ since bug 1734402, and Python 3.7 made preserving
dictionary insertion order an official part of the language.

Also use `safe_load` instead of `load` because it doesn't require a loader argument
and is safer (although it doesn't really matter for this use case).

Differential Revision: https://phabricator.services.mozilla.com/D197497
2024-01-04 08:28:17 +00:00
..
build Bug 1872666 - Remove OrderedDict code from YAML file loading. r=iain,profiler-reviewers,canaltinova 2024-01-04 08:28:17 +00:00
core Bug 1866629 - Remove the sample_groups object in serialized counters, r=canaltinova,profiler-reviewers. 2023-12-12 11:28:07 +00:00
lul Bug 1857745 - Remove scoped_ptr & Module as they are unused.r=sylvestre Ledru 2023-10-17 19:05:10 +00:00
public Bug 1869835 - Part 1: Add code to emit ETW markers on Windows when a trace logger is enabled. r=canaltinova,profiler-reviewers 2023-12-21 18:17:40 +00:00
moz.build Bug 1867459 - Replace CPU_ARCH with TARGET_CPU. r=firefox-build-system-reviewers,sergesanspaille 2023-12-08 10:43:59 +00:00