Create the IPC track from the timeline-ipc schema display location - #6213
Merged
Conversation
The IPC timeline track was added whenever a thread had a marker with data.type === 'IPC', even though the markers shown inside that track were already selected via the timeline-ipc marker-schema display location. Drive track creation from that same display location so the two agree, and so IPC handling no longer hardcodes the payload type. The combined (front-end + Gecko) schema list is used so the front-end IPC schema override always contributes its timeline-ipc location. Part of firefox-devtools#6194
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #6213 +/- ##
========================================
Coverage 83.62% 83.62%
========================================
Files 346 346
Lines 37145 37149 +4
Branches 10311 10411 +100
========================================
+ Hits 31061 31065 +4
Misses 5656 5656
Partials 428 428 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Merged
canova
added a commit
that referenced
this pull request
Aug 3, 2026
Changes: [Markus Stange] remove unused collectSourceIndicesFromThreads #6086 (#6219) [fatadel] Create the IPC track from the timeline-ipc schema display location (#6213) [Nazım Can Altınova] Show markers that are in the committed range only in `profiler-cli thread markers` (#6222) [Nazım Can Altınova] Add an "apply source map" button to the profile info panel (#6200) [Markus Stange] Allow specifying the stage reliost symbol server (#6228) [Alex Thayer] Allow exporting argument values in profiles (#5914) [Nazım Can Altınova] 🔃 Sync: l10n -> main (August 3, 2026) (#6234) [Nazım Can Altınova] Bump profiler-cli version to 0.7.0 (#6235) And special thanks to our localizers: de: Ger de: Ralf Duehnfahr el: Jim Spentzos en-GB: Ian Neal fy-NL: Fjoerfoks ia: Melo46 it: Francesco Lodolo [:flod] nl: Mark Heijl ru: Valery Ledovskoy sv-SE: Andreas Pettersson sv-SE: Luna Jernberg zh-TW: Pin-guang Chen
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.
Profile with IPC messages enabled:
Main | Deploy preview
The IPC timeline track was added whenever a thread had a marker with data.type === 'IPC', even though the markers shown inside that track were already selected via the timeline-ipc marker-schema display location. Drive track creation from that same display location so the two agree, and so IPC handling no longer hardcodes the payload type.
The combined (front-end + Gecko) schema list is used so the front-end IPC schema override always contributes its timeline-ipc location.
Part of #6194