-
Notifications
You must be signed in to change notification settings - Fork 450
Deploy Nov 12, 2025 #5676
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Deploy Nov 12, 2025 #5676
Conversation
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
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: Pin-guang Chen <[email protected]> (zh-TW)
Co-authored-by: Mark Heijl <[email protected]> (nl)
Co-authored-by: Andreas Pettersson <[email protected]> (sv-SE)
Co-authored-by: Michael Köhler <[email protected]> (de)
Co-authored-by: Ian Neal <[email protected]> (en-GB)
Co-authored-by: Fjoerfoks <[email protected]> (fy-NL)
Co-authored-by: Olvcpr423 <[email protected]> (zh-CN)
Co-authored-by: Melo46 <[email protected]> (ia)
Co-authored-by: Marcelo Ghelman <[email protected]> (pt-BR)
Co-authored-by: Grk <[email protected]> (tr)
Co-authored-by: ravmn <[email protected]> (es-CL)
…an to the hotspot.
…ated without hiding the selected marker (symbolication, showing the source code for a frame).
… information in the profile.
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.
Co-authored-by: Jim Spentzos <[email protected]> (el)
…name, hide empty sections). (#5657)
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: Pin-guang Chen <[email protected]> (zh-TW)
Co-authored-by: Michael Köhler <[email protected]> (de)
Co-authored-by: Andreas Pettersson <[email protected]> (sv-SE)
Co-authored-by: Melo46 <[email protected]> (ia)
Co-authored-by: Francesco Lodolo [:flod] <[email protected]> (it)
Co-authored-by: Valery Ledovskoy <[email protected]> (ru)
Co-authored-by: Ian Neal <[email protected]> (en-GB)
Co-authored-by: Marcelo Ghelman <[email protected]> (pt-BR)
Co-authored-by: Jim Spentzos <[email protected]> (el)
Co-authored-by: berry <[email protected]> (ru)
Co-authored-by: Mark Heijl <[email protected]> (nl)
Co-authored-by: Théo Chevalier <[email protected]> (fr)
Co-authored-by: Fjoerfoks <[email protected]> (fy-NL)
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com> Co-authored-by: Nazım Can Altınova <[email protected]>
…sample based panels (#5672)
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.
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.
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