Skip to content

Commit 74b959c

Browse files
authored
Deploy March 3, 2026 (#5877)
Changes: [fatadel] Fix crash when nativeSymbol index is out of bounds in assembly view (#5850) [depfu[bot]] Update all Yarn dependencies (2026-02-25) (#5859) [Nazım Can Altınova] Fix the color of dark mode back arrow svg (#5863) [fatadel] Force canvas redraw when system theme changes (#5861) [Nazım Can Altınova] Fix unhandled promise rejection in setupInitialUrlState (#5864) [fatadel] Persist selected marker in URL and show sticky tooltip on load (#5847) [Markus Stange] Implement the "collapse resource" transform with the help of the "collapse direct recursion" transform. (#5824) [Markus Stange] Bump rollup from 2.79.2 to 2.80.0 (#5868) [Markus Stange] Remove async attribute from module script tag. (#5870) [Nazım Can Altınova] Update the docsify package that's used in the user documentation (#5872) [Markus Stange] Share stackTable, frameTable, funcTable, resourceTable and nativeSymbols between threads (#5482) [Nazım Can Altınova] Escape CSS URLs that are coming from profiles (#5874) [fatadel] Update home page message for the other browser case (#5866) [fatadel] Add support for ternaries in marker labels (#5857) [Markus Stange] Reduce allocations for getStackLineInfo + getStackAddressInfo (#5761) And special thanks to our localizers: de: Ger fy-NL: Fjoerfoks it: Francesco Lodolo [:flod] nl: Fjoerfoks ru: berry ru: Valery Ledovskoy zh-TW: Pin-guang Chen
2 parents b001cba + 2eba5df commit 74b959c

File tree

120 files changed

+575618
-644981
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

120 files changed

+575618
-644981
lines changed

docs-developer/CHANGELOG-formats.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ Note that this is not an exhaustive list. Processed profile format upgraders can
66

77
## Processed profile format
88

9+
### Version 60
10+
11+
The following tables have moved into `profile.shared`: `stackTable`, `frameTable`, `funcTable`, `resourceTable`, `nativeSymbols`. They are no longer per-thread.
12+
Marker and sample data (including allocation samples) remains within the thread.
13+
914
### Version 59
1015

1116
A new optional `usedInnerWindowIDs` field was added to the `Thread` type. This field contains an array of inner window IDs. It is used for the tab selector dropdown in the profiler UI, together with the information from `profile.pages`. When a tab is selected in this dropdown, threads that don't have an inner window ID for the selected tab in their `usedInnerWindowIDs` field are hidden. The array is treated as a set - the order of items in it has no meaning.

docs-user/css/vue_v4.13.1.min.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs-user/index.html

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,15 @@
99
content="Documentation related to the Firefox Profiler, a tool to record and visualize profile."
1010
/>
1111
<meta name="viewport" content="width=device-width, initial-scale=1" />
12-
<link rel="stylesheet" href="css/vue_v4.12.2.min.css" />
12+
<link rel="stylesheet" href="css/vue_v4.13.1.min.css" />
1313
<link rel="stylesheet" href="css/style-overrides.css" />
1414
</head>
1515
<body>
1616
<div id="app"></div>
1717
<script src="js/init.js"></script>
18-
<!-- This includes a fix in docsify for pages with more than 1 video.
19-
See https://github.com/docsifyjs/docsify/pull/1824 -->
20-
<script src="js/docsify_v4.12.2+.min.js"></script>
21-
<script src="js/ga_v4.12.2.min.js"></script>
22-
<script src="js/search_v4.12.2.min.js"></script>
18+
<!-- This includes a fix in docsify for escaping HTML in search keywords.
19+
See https://github.com/docsifyjs/docsify/pull/2586 -->
20+
<script src="js/docsify_v4.13.1+.min.js"></script>
21+
<script src="js/search_v4.13.1+.min.js"></script>
2322
</body>
2423
</html>

docs-user/js/docsify_v4.12.2+.min.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs-user/js/docsify_v4.13.1+.min.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs-user/js/ga_v4.12.2.min.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)