mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-11 16:32:59 +00:00
51d41599d4
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 |
||
---|---|---|
.. | ||
core | ||
docs | ||
gecko | ||
lul | ||
public | ||
rust-api | ||
rust-helper | ||
tests | ||
moz.build |