You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: microsoft-edge/devtools-guide-chromium/whats-new/2025/03/devtools-134.md
+26-6Lines changed: 26 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
2
title: What's New in DevTools (Microsoft Edge 134)
3
-
description: "Move a tab left or right within the Elements or Sources tool. Screen reader improvements. And more."
3
+
description: "Forced reflow in the Performance Insights sidebar. Heap snapshot statistics account for every byte. DevTools theme menu is simplified. And more."
4
4
author: MSEdgeTeam
5
5
ms.author: msedgedevrel
6
6
ms.topic: conceptual
@@ -18,7 +18,7 @@ These are the latest features in the Stable release of Microsoft Edge DevTools.
18
18
19
19
<!-- Subtitle: View the top function call and its total reflow time in your performance trace. -->
20
20
21
-
The Performance Insights sidebar now includes a new section called Forced Reflow. This insight highlights the most time-consuming function call, showing its total reflow time and related stack traces. By clicking on this insight, you can see the function call and its stack trace highlighted in the Main frame.
21
+
The **Performance Insights** sidebar includes a new section called **Forced Reflow**. This insight highlights the most time-consuming function call, showing its total reflow time and related stack traces. By clicking on this insight, you can see the function call and its stack trace highlighted in the **Main** frame:
22
22
23
23

24
24
@@ -28,12 +28,14 @@ The Performance Insights sidebar now includes a new section called Forced Reflow
28
28
29
29
<!-- Subtitle: View a memory allocation pie chart of your heap snapshot under Statistics-->
30
30
31
-
When you take a heap snapshot in the Memory tool, the Statistics pie chart doesn't show every byte in the categories, resulting in blank parts of the chart. Two new catch-all categories have been added for the rest of the bytes in the heap snapshot: Other JS objects and Other non-JS objects(such as HTML and CSS).
31
+
Previously, when you took a heap snapshot in the **Memory** tool, the **Statistics** pie chart didn't show every byte that's in the categories, resulting in blank parts of the chart:
<!-- Subtitle: Change DevTools theme by clicking Customize and control DevTools > Themes. Choose from Light or Dark. -->
44
46
45
-
The theme options have been simplified by removing the redundant nesting options. When you go to Customize and control DevTools > Themes, the options have been simplified to System preference, Light, Dark.
47
+
The theme options have been simplified by removing the redundant nesting options. When you go to **Customize and control DevTools** > **Themes**, the options have been simplified to **System preference**, **Light**, and **Dark**:
0 commit comments