Skip to content

Conversation

@canova
Copy link
Member

@canova canova commented Nov 12, 2025

Changes:

[Nazım Can Altınova] Use getEmptySourceTable instead of constructing the table manually (#5641)
[Florian Quèze] Source view for marker stacks (#5633)
[Nazım Can Altınova] Add fallback to funcTable.lineNumber when computing line timings (#5644)
[Florian Quèze] Show the marker keys instead of the labels in marker tooltips when alt is pressed. (#5625)
[Francesco Lodolo] Add GitHub workflow to check Fluent reference files (#5647)
[Nazım Can Altınova] Switch from Gitpod to GitHub Codespaces (#5653)
[Nazım Can Altınova] Migrate from CircleCI to GitHub Actions (#5654)
[Nazım Can Altınova] Run the CI in the production branch and on every pull request (#5661)
[Nazım Can Altınova] Convert l10n-sync.js from Flow comment types to JSDoc comments for Typescript (#5659)
[Florian Quèze] Display correct unit in Stack Chart tooltips for size profiles. (#5658)
[Florian Quèze] Hide track management UI in single track profiles. (#5656)
[Florian Quèze] Rename hiddenTrackCount to trackCount. (#5665)
[Florian Quèze] Cleanup the profile info panel for size profiles (show file size and name, hide empty sections). (#5657)
[Markus Stange] Use valibot for symbolication API response validation (#5666)
[Nazım Can Altınova] Make sure to fetch the full git history for l10n-sync job in CI (#5667)
[Nazım Can Altınova] Do not switch to call tree when clicking the activity graph while on sample based panels (#5672)

And thanks to our localizers:

be: Mikalai Udodau
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
pt-BR: Marcelo Ghelman
ru: berry, Valery Ledovskoy
sv-SE: Andreas Pettersson
tr: Grk
zh-CN: Olvcpr423, wxie
zh-TW: Pin-guang Chen

depfu bot and others added 30 commits October 22, 2025 06:10
Co-authored-by: Théo Chevalier <[email protected]> (fr)
Co-authored-by: Valery Ledovskoy <[email protected]> (ru)
Co-authored-by: Francesco Lodolo [:flod] <[email protected]> (it)
Co-authored-by: Andreas Pettersson <[email protected]> (sv-SE)
…ated without hiding the selected marker (symbolication, showing the source code for a frame).
When computing line timings for source view, we now fall back to using
funcTable.lineNumber (the function's start line) when frameTable.line
(the frame's execution line) is null. This is particularly useful for
JS JIT'ed functions where frame line information might be missing.
fqueze and others added 27 commits November 6, 2025 23:14
It looks like the l10n-sync job has failed in CI this morning. I believe
this is because of a difference between CircleCI and GitHub Actions
`actions/checkout@v5` action. It looks like the GitHub action does a
shallow clone [since
v4](https://github.com/actions/checkout#:~:text=Only,events), but
CircleCI was doing a full clone. We need the full history to be able to
do some git operations inside the l10n-sync.js script. `fetch-depth: 0`
makes sure to fetch the full history for this task.
Co-authored-by: Andreas Pettersson <[email protected]> (sv-SE)
Co-authored-by: Francesco Lodolo [:flod] <[email protected]> (it)
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
Co-authored-by: Nazım Can Altınova <[email protected]>
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
Co-authored-by: Nazım Can Altınova <[email protected]>
Updated locales: be, de, el, en-GB, es-CL, fr, fy-NL, ia, it, nl, pt-BR,
ru, sv-SE, tr, zh-CN, zh-TW.
@canova canova requested a review from a team as a code owner November 12, 2025 19:03
@canova canova removed the request for review from a team November 12, 2025 19:10
@canova canova merged commit 1206942 into production Nov 12, 2025
21 of 22 checks passed
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.

6 participants