Skip to content

Commit 92e15d3

Browse files
Merge pull request #3395 from MicrosoftDocs/user/leahtu/whats-new-134
What's New in DevTools (Microsoft Edge 134)
2 parents eea1328 + 6bbd1f6 commit 92e15d3

6 files changed

Lines changed: 82 additions & 4 deletions

File tree

323 KB
Loading
91.6 KB
Loading
88 KB
Loading
120 KB
Loading
Lines changed: 74 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,74 @@
1+
---
2+
title: What's New in DevTools (Microsoft Edge 134)
3+
description: "Forced reflow in the Performance Insights sidebar. Heap snapshot statistics account for every byte. Simplified DevTools Themes menu. 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 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+
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:
32+
33+
![Heap snapshot statistic view before](./devtools-134-images/heap-snapshot-statistics-before.png)
34+
35+
To fix this, two new catch-all categories have been added, to account for the rest of the bytes in the heap snapshot:
36+
* **Other JS objects**
37+
* **Other non-JS objects (such as HTML and CSS)**
38+
39+
![Heap snapshot statistic view after](./devtools-134-images/heap-snapshot-statistics-after.png)
40+
41+
42+
<!-- ====================================================================== -->
43+
## Simplified DevTools Themes menu
44+
45+
<!-- Subtitle: Change the DevTools theme by clicking Customize and control DevTools > Themes, and then select Light or Dark. -->
46+
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**:
48+
49+
![DevTools Themes menu options](./devtools-134-images/theme-options.png)
50+
51+
52+
<!-- ====================================================================== -->
53+
## Announcements from the Chromium project
54+
<!-- https://developer.chrome.com/blog/new-in-devtools-134 -->
55+
56+
Microsoft Edge 134 also includes the following updates from the Chromium project:
57+
58+
* [Privacy and security panel](https://developer.chrome.com/blog/new-in-devtools-134#privacy-and-security)
59+
* [Performance panel improvements](https://developer.chrome.com/blog/new-in-devtools-134#perf)
60+
* [Calibrated CPU throttling presets](https://developer.chrome.com/blog/new-in-devtools-134#calibrated-cpu-throttling)
61+
* [First- and third-party highlighting in Performance](https://developer.chrome.com/blog/new-in-devtools-134#perf-third-party)
62+
* ['Optimize DOM size' insight](https://developer.chrome.com/blog/new-in-devtools-134#dom-size)
63+
* [Extend the performance trace with console.timeStamp](https://developer.chrome.com/blog/new-in-devtools-134#console-timestamp)
64+
* [Elements panel improvements](https://developer.chrome.com/blog/new-in-devtools-134#elements)
65+
* [Support for :open pseudo-class and various pseudo-elements](https://developer.chrome.com/blog/new-in-devtools-134#pseudo)
66+
* [Copy all console messages](https://developer.chrome.com/blog/new-in-devtools-134#copy-console)
67+
* [Byte units in the Memory panel](https://developer.chrome.com/blog/new-in-devtools-134#byte-units)
68+
69+
70+
<!-- ====================================================================== -->
71+
## See also
72+
73+
* [What's New in Microsoft Edge DevTools](../../whats-new.md)
74+
* [Release notes for Microsoft Edge web platform](../../../../web-platform/release-notes/index.md)

microsoft-edge/toc.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,10 @@
7171
href: ./devtools-guide-chromium/whats-new/whats-new.md
7272
displayName: release notes, announcements
7373
# latest 10 What's New
74+
- name: Microsoft Edge 134
75+
href: ./devtools-guide-chromium/whats-new/2025/03/devtools-134.md
76+
displayName: What's New in DevTools (Microsoft Edge 134) # page title
77+
7478
- name: Microsoft Edge 133
7579
href: ./devtools-guide-chromium/whats-new/2025/02/devtools-133.md
7680
displayName: What's New in DevTools (Microsoft Edge 133) # page title
@@ -107,16 +111,16 @@
107111
href: ./devtools-guide-chromium/whats-new/2024/05/devtools-125.md
108112
displayName: What's New in DevTools (Microsoft Edge 125) # page title
109113

110-
- name: Microsoft Edge 124
111-
href: ./devtools-guide-chromium/whats-new/2024/04/devtools-124.md
112-
displayName: What's New in DevTools (Microsoft Edge 124) # page title
113-
114114
# keep 10 items above
115115
- name: Archive
116116
items:
117117
- name: What's New in DevTools archive
118118
href: ./devtools-guide-chromium/whats-new/whats-new-archive.md
119119

120+
- name: Microsoft Edge 124
121+
href: ./devtools-guide-chromium/whats-new/2024/04/devtools-124.md
122+
displayName: What's New in DevTools (Microsoft Edge 124) # page title
123+
120124
- name: Microsoft Edge 123
121125
href: ./devtools-guide-chromium/whats-new/2024/03/devtools-123.md
122126
displayName: What's New in DevTools (Microsoft Edge 123) # page title

0 commit comments

Comments
 (0)