Skip to content

Commit df84496

Browse files
committed
first draft
1 parent eea1328 commit df84496

5 files changed

Lines changed: 60 additions & 0 deletions

File tree

323 KB
Loading
91.6 KB
Loading
88 KB
Loading
114 KB
Loading
Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
---
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."
4+
author: MSEdgeTeam
5+
ms.author: msedgedevrel
6+
ms.topic: conceptual
7+
ms.service: microsoft-edge
8+
ms.subservice: devtools
9+
ms.date: 03/06/2025
10+
---
11+
# What's New in DevTools (Microsoft Edge 134)
12+
13+
These are the latest features in the Stable release of Microsoft Edge DevTools.
14+
15+
16+
<!-- ====================================================================== -->
17+
## Forced reflow in the Performance Insights sidebar
18+
19+
<!-- Subtitle: View the top function call and its total reflow time in your performance trace. -->
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.
22+
23+
![Forced reflow insight in the sidebar](./devtools-134-images/forced-reflow.png)
24+
25+
26+
<!-- ====================================================================== -->
27+
## Heap snapshot statistics account for every byte
28+
29+
<!-- Subtitle: View a memory allocation pie chart of your heap snapshot under Statistics-->
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).
32+
33+
Before:
34+
![Heap snapshot statistic view before](./devtools-134-images/heap-snapshot-statistics-before.png)
35+
36+
After:
37+
![Heap snapshot statistic view after](./devtools-134-images/heap-snapshot-statistics-after.png)
38+
39+
40+
<!-- ====================================================================== -->
41+
## DevTools theme menu is simplified
42+
43+
<!-- Subtitle: Change DevTools theme by clicking Customize and control DevTools > Themes. Choose from Light or Dark. -->
44+
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.
46+
47+
![DevTools theme options](./devtools-134-images/theme-options.png)
48+
49+
50+
<!-- ====================================================================== -->
51+
## Announcements from the Chromium project
52+
53+
Microsoft Edge 134 also includes the following updates from the Chromium project:
54+
55+
56+
<!-- ====================================================================== -->
57+
## See also
58+
59+
* [What's New in Microsoft Edge DevTools](../../whats-new.md)
60+
* [Release notes for Microsoft Edge web platform](../../../../web-platform/release-notes/index.md)

0 commit comments

Comments
 (0)