Skip to content

Create the IPC track from the timeline-ipc schema display location - #6213

Merged
fatadel merged 2 commits into
firefox-devtools:mainfrom
fatadel:issue-6194-1
Jul 27, 2026
Merged

Create the IPC track from the timeline-ipc schema display location#6213
fatadel merged 2 commits into
firefox-devtools:mainfrom
fatadel:issue-6194-1

Conversation

@fatadel

@fatadel fatadel commented Jul 23, 2026

Copy link
Copy Markdown
Contributor

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

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
@fatadel
fatadel requested review from canova and mstange July 23, 2026 08:54
@codecov

codecov Bot commented Jul 23, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 83.62%. Comparing base (812a4bd) to head (8bc67ae).
⚠️ Report is 3 commits behind head on main.

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.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@canova canova left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me, thanks!

@fatadel
fatadel merged commit 5596bb5 into firefox-devtools:main Jul 27, 2026
21 checks passed
@fatadel
fatadel deleted the issue-6194-1 branch July 27, 2026 15:08
@canova canova mentioned this pull request Aug 3, 2026
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants