Worker + compression cleanups#5602
Merged
canova merged 4 commits intofirefox-devtools:mainfrom Sep 15, 2025
Merged
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #5602 +/- ##
==========================================
- Coverage 85.81% 85.72% -0.10%
==========================================
Files 309 310 +1
Lines 30371 30407 +36
Branches 8362 8371 +9
==========================================
+ Hits 26063 26065 +2
- Misses 3887 3919 +32
- Partials 421 423 +2 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
…rker.js. This allows us to keep the worker file located close to the file which uses it. It also makes it easier to have equivalent handling in esbuild.
I r+ed their removal in firefox-devtools#5584 because node supports CompressionStream, but I forgot to ask for the fallbacks to be put back when we switched back to using a worker.
canova
approved these changes
Sep 15, 2025
| } | ||
|
|
||
| return result; | ||
| return new Uint8Array(await new Response(stream).arrayBuffer()); |
Member
|
(I didn't try the code manually in a node environment like symbolicator-cli, but I assume you tried it already) |
canova
added a commit
that referenced
this pull request
Sep 16, 2025
Changes: [Markus Stange] Switch CSS back to using relative paths inside url(...) (#5594) [Markus Stange] Use dynamic imports for jszip (#5593) [Florian Quèze] Allow markers to provide a marker color. (#5607) [Ryan Hunt] Update iongraph-web to latest version (#5606) [Florian Quèze] Fix the color contrast of hovered colored markers. (#5609) [Florian Quèze] Scale custom marker graphs on values within the committed range. (#5587) [Markus Stange] Fix null marker stack substitution (#5613) [Florian Quèze] Track context menus should be accessible from anywhere in the track (#5562) [Markus Stange] Worker + compression cleanups (#5602)
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
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.
Production | Main branch | Deploy preview
See individual commits.