Make the source table non-optional in the gecko profile format #5842
Merged
canova merged 2 commits intofirefox-devtools:mainfrom Feb 18, 2026
Merged
Make the source table non-optional in the gecko profile format #5842canova merged 2 commits intofirefox-devtools:mainfrom
canova merged 2 commits intofirefox-devtools:mainfrom
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #5842 +/- ##
=======================================
Coverage 85.56% 85.56%
=======================================
Files 319 319
Lines 31411 31420 +9
Branches 8670 8661 -9
=======================================
+ Hits 26876 26885 +9
Misses 4104 4104
Partials 431 431 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
This patch changes the gecko profiler format to always include source table. The backend patch also increases the gecko profile format version. Backend bug: https://bugzilla.mozilla.org/show_bug.cgi?id=2016666 This PR has to be deployed before we can land the backend.
967b25f to
37b31b0
Compare
canova
added a commit
that referenced
this pull request
Feb 24, 2026
Changes: [Markus Stange] Move transparent fill check to a less expensive place. (#5826) [fatadel] refine docs for ctrl key (#5831) [Nazım Can Altınova] Update the team members inside CONTRIBUTING.md (#5829) [fatadel] Provide correct instructions on the home page for Firefox for Android (Fenix) (#5816) [Markus Stange] Make markers darker (#5839) [Markus Stange] Directly use photon-colors (#5821) [Markus Stange] Migrate to esbuild (#5589) [Markus Stange] Use data URLs for SVG files. (#5845) [Markus Stange] Tweak dark mode colors some more. (#5846) [Nazım Can Altınova] Make the source table non-optional in the gecko profile format (#5842) [fatadel] fix foreground color of the button on error page (#5849) [Nazım Can Altınova] 🔃 Sync: l10n -> main (February 24, 2026) (#5855) And special thanks to our localizers: de: Michael Köhler el: Jim Spentzos en-GB: Ian Neal es-CL: ravmn fr: Théo Chevalier fy-NL: Fjoerfoks ia: Melo46 it: Francesco Lodolo [:flod] nl: Mark Heijl ru: Valery Ledovskoy sv-SE: Andreas Pettersson zh-TW: Pin-guang Chen
lando-prod-mozilla bot
pushed a commit
to mozilla-firefox/firefox
that referenced
this pull request
Feb 24, 2026
…ces feature is not set r=dcarver,profiler-reviewers This will allow us to put a sourceMapURL into the source table even when the JS sources feature is not enabled. The sourceMapURL field later will be used for source map resolution. This patch bumps the gecko profile version, and depends on this frontend PR to be deployed first: firefox-devtools/profiler#5842 Differential Revision: https://phabricator.services.mozilla.com/D283270
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Backend changes for this PR: Bug 2016666
This will allow us to add more fields to the source table, like
sourceMapURLwhich will allow us to resolve source maps.Can't really provide a before and after deploy previews since this requires loading gecko profiles from scratch. Here two profiles with version 32 to test this upgrading:
Version 32 with no source table
Version 32 with source table
You can drag and drop it inside https://deploy-preview-5842--perf-html.netlify.app/