-
Notifications
You must be signed in to change notification settings - Fork 449
Deploy December 18, 2025 #5727
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 December 18, 2025 #5727
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: ravmn <ravmn@ravmn.cl> (es-CL)
Uint8Array is more flexible because it can refer to a subrange within a bigger ArrayBuffer.
This is a more natural fit and avoids the copy in symbolicator-cli.
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com> Co-authored-by: Nazım Can Altınova <canaltinova@gmail.com>
Having this config outside of package.json is consistent with the rest of our configurations. It also lets us add comments. And it will make it easier to add other test environments, for example if we want to test how code runs in a pure node environment rather than in the browser-like environment.
…fer (#5678) Accepting an ArrayBuffer is a bit restrictive because it means the buffer has to be sized to exactly contain the profile bytes and nothing else. Accept a Uint8Array is more flexible because the Uint8Array can refer to just the sub-part of the buffer that actually contains the profile. This lets us avoid a copy in symbolicator-cli.
[Production](https://profiler.firefox.com/) | [Deploy preview](https://deploy-preview-5681--perf-html.netlify.app/) This replaces the webpack plugin with an invocation of the `workbox` CLI binary.
Co-authored-by: wxie <xiewensheng@hotmail.com> (zh-CN)
I went ahead and checked if the Map or Set objects had unknown types at the time of their declaration in the language server. These are the things I found. This fixes #5617.
Co-authored-by: berry <igory.ygr200@gmail.com> (ru)
Co-authored-by: Nazım Can Altınova <canaltinova@gmail.com>
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
…5712) Initially `unpublished` was an alias of `from-addon` and then it was made a separate data source. But reloading the url or loading from scratch was hanging in the profile loading animation indefinitely and it wasn't trying to load any profile either. It makes sense to make it behave more like `from-file` in that sense and just redirect to the home page. Issue #5709 has an STR for this bug.
….json (#5714) 2 changes: - make the content of event.args.detail visible on markers (this shows which source file is being processed) - isMainThread = true when pid == tid (will work only on Linux, but will still be a big relief there to have the actually useful thread at the top) Example profile: https://share.firefox.dev/4rW0x7q
This was causing all of react to be bundled into the symbolicator-cli script.
This was causing all of react to be bundled into the symbolicator-cli script.
Co-authored-by: Fabio Tomat <dark.tmtfx@gmail.com> (fur)
Co-authored-by: Selim Şumlu <selim@sum.lu> (tr)
Updated locales: en-CA, es-CL, fr, fur, ru, tr, zh-CN.
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:
[Markus Stange] Use a longer test timeout when debugging with VS code. (#5679)
[Markus Stange] Move Jest config from package.json to jest.config.js (#5680)
[Markus Stange] Make binary profile format parsing use Uint8Array instead of ArrayBuffer (#5678)
[Markus Stange] Use workbox-cli to generate the service worker (#5681)
[Nazım Can Altınova] Migrate from Appveyor to GitHub Actions Windows runners (#5660)
[Nazım Can Altınova] Remove some unused dependencies (#5696)
[Nazım Can Altınova] Update the document links and sections (#5705)
[Nazım Can Altınova] Clear selected and expanded call node paths on browser back button if it removes transforms (#5701)
[Nazım Can Altınova] Properly type the Map and Set objects (#5623)
[Valentin Gosu] Add priorityHeader field to network requests (#5707)
[Nazım Can Altınova] Redirect unpublished url loads to the homepage similar to from-file (#5712)
[Florian Quèze/Nazım Can Altınova] Add an importer for the text format taken as input by flamegraph.pl. (#5359)
[Florian Quèze] Improve the import of profiles generated from clang -ftime-trace=file.json (#5714)
[Markus Stange] Move React stuff out of marker schema logic module. (#5720)
And thanks to our localizers:
en-CA: chutten
en-CA: Paul
es-CL: ravmn
fr: Théo Chevalier
fur: Fabio Tomat
ru: berry
tr: Selim Şumlu
zh-CN: Olvcpr423
zh-CN: wxie