Skip to content

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

Open
fatadel wants to merge 1 commit into
firefox-devtools:mainfrom
fatadel:issue-6194-1
Open

Create the IPC track from the timeline-ipc schema display location#6213
fatadel wants to merge 1 commit 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.63%. Comparing base (d4b6ff9) to head (241c605).
⚠️ Report is 27 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff            @@
##             main    #6213    +/-   ##
========================================
  Coverage   83.63%   83.63%            
========================================
  Files         346      346            
  Lines       37174    37183     +9     
  Branches    10318    10424   +106     
========================================
+ Hits        31090    31099     +9     
  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.

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.

1 participant