Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
45 commits
Select commit Hold shift + click to select a range
599773c
🔃 Daily sync: main -> l10n (February 25, 2026)
Feb 25, 2026
441e7d5
Fix crash when nativeSymbol index is out of bounds in assembly view (…
fatadel Feb 25, 2026
62d1e0a
Pontoon/Firefox Profiler: Update Russian (ru)
mozilla-pontoon Feb 25, 2026
b51a7cd
Update all Yarn dependencies (2026-02-25) (#5859)
depfu[bot] Feb 25, 2026
27701da
Fix the color of dark mode back arrow svg (#5863)
canova Feb 25, 2026
1c7cdfc
🔃 Daily sync: main -> l10n (February 26, 2026)
Feb 26, 2026
6b4745d
Force canvas redraw when system theme changes (#5861)
fatadel Feb 26, 2026
d36e006
Fix unhandled promise rejection in setupInitialUrlState (#5864)
canova Feb 26, 2026
6414e41
🔃 Daily sync: main -> l10n (February 27, 2026)
Feb 27, 2026
c98c103
Persist selected marker in URL and show sticky tooltip on load (#5847)
fatadel Feb 27, 2026
ab62046
Implement the "collapse resource" transform with the help of the "col…
mstange Feb 9, 2026
806adbc
Remove unused defaultCategory parameter.
mstange Feb 9, 2026
971dd23
Implement the "collapse resource" transform with the help of the "col…
mstange Feb 27, 2026
ebc8846
Bump rollup from 2.79.2 to 2.80.0
dependabot[bot] Feb 27, 2026
2c7e749
🔃 Daily sync: main -> l10n (February 28, 2026)
Feb 28, 2026
f0c4c03
Bump rollup from 2.79.2 to 2.80.0 (#5868)
mstange Feb 28, 2026
9c6ac5d
🔃 Daily sync: main -> l10n (March 1, 2026)
Mar 1, 2026
50773c7
Remove async attribute from module script tag. (#5870)
mstange Mar 2, 2026
a1f5d05
Remove unused ga docsify plugin
canova Mar 2, 2026
19aa5e9
Update docsify to v4.13.1 with a PR manually patched
canova Mar 2, 2026
5b266f5
Update the docsify package that's used in the user documentation (#5872)
canova Mar 2, 2026
eaae4b7
Share the stackTable, frameTable, funcTable, resourceTable and native…
mstange Jun 8, 2025
fc4b1a6
Update snapshots.
mstange Jan 30, 2026
307fbd8
Make profile compacting apply to the newly-shared tables.
mstange Jan 30, 2026
aa28987
Use Int32Array and oldXToNewXPlusOne convention in merge-compare.ts.
mstange Jan 30, 2026
a938f3b
Correctly adjust transforms when merging profiles.
mstange Jan 30, 2026
fd648e6
Reserve functions for collapsed resources globally.
mstange Feb 2, 2026
7c6e8b9
Memoize the computation of the call node table across threads.
mstange Jan 29, 2026
38e834a
Memoize the computation of the implementation-filtered thread across …
mstange Feb 2, 2026
850e4ff
Memoize the computation of search filtering across threads.
mstange Feb 2, 2026
78d0ebb
Share stackTable, frameTable, funcTable, resourceTable and nativeSymb…
mstange Mar 2, 2026
147f2ca
Escape CSS URLs that are coming from profiles (#5874)
canova Mar 2, 2026
b79d3b0
Update home page message for the other browser case (#5866)
fatadel Mar 3, 2026
167efec
Add support for ternaries in marker labels (#5857)
fatadel Mar 3, 2026
5e14621
🔃 Daily sync: main -> l10n (March 3, 2026)
Mar 3, 2026
5e9895d
Pontoon/Firefox Profiler: Update 20 localizations
mozilla-pontoon Mar 3, 2026
90c13a1
Pontoon/Firefox Profiler: Update Russian (ru)
mozilla-pontoon Mar 3, 2026
769096a
Pontoon/Firefox Profiler: Update Chinese (Taiwan) (zh-TW), Dutch (nl)
mozilla-pontoon Mar 3, 2026
94ebddf
Pontoon/Firefox Profiler: Update Italian (it)
mozilla-pontoon Mar 3, 2026
6e99631
Pontoon/Firefox Profiler: Update German (de)
mozilla-pontoon Mar 3, 2026
a4af1f7
Pontoon/Firefox Profiler: Update Frisian (fy-NL)
mozilla-pontoon Mar 3, 2026
0740f14
Reduce allocations for StackLineInfo and StackAddressInfo.
mstange Jan 16, 2026
450e3f6
Reduce allocations for getStackLineInfo + getStackAddressInfo (#5761)
mstange Mar 3, 2026
f595778
Merge branch 'main' into l10n
canova Mar 3, 2026
2eba5df
🔃 Sync: l10n -> main (March 3, 2025) (#5876)
canova Mar 3, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions docs-developer/CHANGELOG-formats.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ Note that this is not an exhaustive list. Processed profile format upgraders can

## Processed profile format

### Version 60

The following tables have moved into `profile.shared`: `stackTable`, `frameTable`, `funcTable`, `resourceTable`, `nativeSymbols`. They are no longer per-thread.
Marker and sample data (including allocation samples) remains within the thread.

### Version 59

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.
Expand Down
1 change: 1 addition & 0 deletions docs-user/css/vue_v4.13.1.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 5 additions & 6 deletions docs-user/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,15 @@
content="Documentation related to the Firefox Profiler, a tool to record and visualize profile."
/>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="css/vue_v4.12.2.min.css" />
<link rel="stylesheet" href="css/vue_v4.13.1.min.css" />
<link rel="stylesheet" href="css/style-overrides.css" />
</head>
<body>
<div id="app"></div>
<script src="js/init.js"></script>
<!-- This includes a fix in docsify for pages with more than 1 video.
See https://github.com/docsifyjs/docsify/pull/1824 -->
<script src="js/docsify_v4.12.2+.min.js"></script>
<script src="js/ga_v4.12.2.min.js"></script>
<script src="js/search_v4.12.2.min.js"></script>
<!-- This includes a fix in docsify for escaping HTML in search keywords.
See https://github.com/docsifyjs/docsify/pull/2586 -->
<script src="js/docsify_v4.13.1+.min.js"></script>
<script src="js/search_v4.13.1+.min.js"></script>
</body>
</html>
1 change: 0 additions & 1 deletion docs-user/js/docsify_v4.12.2+.min.js

This file was deleted.

1 change: 1 addition & 0 deletions docs-user/js/docsify_v4.13.1+.min.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion docs-user/js/ga_v4.12.2.min.js

This file was deleted.

Loading