gecko-dev/tools/profiler
Nazım Can Altınova 51d41599d4 Bug 1811450 - Do not cap Firefox version on profiler metadata r=florian
Since Bug 1805967 Firefox version is capped to 109 due to some web
compatibility issues. This resulted us to add the wrong Firefox version in the
profiler metadata. We don't have the same webcompat related concerns and it's
important to see the real version so data is more accurate when performance
engineers look at the profiles of others.

This http misc field was populated here:
https://searchfox.org/mozilla-central/rev/cf3af6bb6657278880f8baf38435eeb8f2d5d86c/netwerk/protocol/http/nsHttpHandler.cpp#407-415
and UA version comes from this function which uses `MOZILLA_UAVERSION` directly:
https://searchfox.org/mozilla-central/rev/cf3af6bb6657278880f8baf38435eeb8f2d5d86c/netwerk/protocol/http/nsHttpHandler.cpp#303-320

Differential Revision: https://phabricator.services.mozilla.com/D167657
2023-01-24 14:18:31 +00:00
..
core Bug 1811450 - Do not cap Firefox version on profiler metadata r=florian 2023-01-24 14:18:31 +00:00
docs Bug 1807901 - Fix typos in some documentation directories r=linter-reviewers,andi DONTBUILD 2023-01-02 16:07:49 +00:00
gecko Bug 1803751 - Make some marker fields searchable and bump the profile version r=julienw 2022-12-13 14:19:07 +00:00
lul Bug 1791481 - Avoid tail-call optimization of call to GetAndCheckStackTrace. r=mstange 2022-10-04 05:16:06 +00:00
public Bug 1807011 - Do not call TimeStamp::Now for text markers when profiler is not running r=julienw 2023-01-18 10:56:18 +00:00
rust-api Bug 1802689 - Add missing licenses info in Cargo.toml r=mhoye,necko-reviewers,kershaw,valentin 2022-12-13 09:14:44 +00:00
rust-helper Bug 1807630 - Update the object crate to 0.30.0. r=mstange,supply-chain-reviewers 2022-12-30 21:49:55 +00:00
tests Bug 1351231 - Integrate FetchChild into Fetch.cpp r=dom-worker-reviewers,jesup 2023-01-20 09:09:18 +00:00
moz.build Bug 1795171 - Add support for power profiling on Intel Macs, r=canaltinova. 2022-10-14 12:31:06 +00:00