Skip to content

Commit f35313f

Browse files
Merge pull request #3429 from MicrosoftDocs/main
Publish live - 4/9/2025
2 parents 90a9bef + 1dff3ab commit f35313f

18 files changed

Lines changed: 67 additions & 27 deletions

File tree

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
title: What's New in DevTools (Microsoft Edge 135)
3+
description: Origin and script links for profile and function calls. 'Network dependency tree' insight. Heaviest stack highlighting. Improved empty tools. And more. # key words before col 158
4+
author: MSEdgeTeam
5+
ms.author: msedgedevrel
6+
ms.topic: conceptual
7+
ms.service: microsoft-edge
8+
ms.subservice: devtools
9+
ms.date: 04/03/2025
10+
---
11+
# What's New in DevTools (Microsoft Edge 135)
12+
13+
These are the latest features in the Stable release of Microsoft Edge DevTools. Microsoft Edge 135 includes the following updates from the Chromium project:
14+
15+
* [Performance panel improvements](https://developer.chrome.com/blog/new-in-devtools-135#perf)
16+
* [Origin and script links for profile and function calls in Performance](https://developer.chrome.com/blog/new-in-devtools-135#perf-script-origin)
17+
* ['Network dependency tree' insight](https://developer.chrome.com/blog/new-in-devtools-135#network-deps-tree)
18+
* [Heaviest stack highlighting](https://developer.chrome.com/blog/new-in-devtools-135#heaviest-stack)
19+
* [Accessibility tree view in Elements](https://developer.chrome.com/blog/new-in-devtools-135#accessibility-tree)
20+
* [Improved empty states for various panels](https://developer.chrome.com/blog/new-in-devtools-135#empty-panels)
21+
22+
23+
<!-- ====================================================================== -->
24+
## See also
25+
26+
* [What's New in Microsoft Edge DevTools](../../whats-new.md)
27+
* [Release notes for Microsoft Edge web platform](../../../../web-platform/release-notes/index.md)

microsoft-edge/devtools-guide-chromium/whats-new/whats-new.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ What's New articles correspond to historical releases of Microsoft Edge, and are
1818
<!-- ====================================================================== -->
1919
## Download the preview channels
2020

21-
To stay up to date and get the latest DevTools features, download an Insiders preview version of Microsoft Edge. Whether you're on Windows, Linux, or macOS, consider using Canary (or another preview channel) as your default development browser.
21+
To stay up to date and get the latest DevTools features, download an Insider channel (preview version) of Microsoft Edge. Whether you're on Windows, Linux, or macOS, consider using Canary (or another preview channel) as your default development browser.
2222

23-
The Beta, Dev, and Canary versions of Microsoft Edge run as separate apps, side-by-side with the stable, released version of Microsoft Edge. See [Microsoft Edge Insider Channels](https://aka.ms/microsoftedge).
23+
The preview versions of Microsoft Edge run as separate apps, side-by-side with the stable, released version of Microsoft Edge. To download a preview channel of Microsoft Edge (Beta, Dev, or Canary), go to [Become a Microsoft Edge Insider](https://www.microsoft.com/edge/download/insider).
2424

2525

2626
<!-- ====================================================================== -->

microsoft-edge/progressive-web-apps-chromium/how-to/digital-goods-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Details are below.
5151

5252
To test the Digital Goods API locally, before deploying your app to production, run Edge Dev or Edge Canary. These preview versions of Edge have the API enabled, as part of a running experiment.
5353

54-
To download a preview (insider) channel of Microsoft Edge, see [Become a Microsoft Edge Insider](https://aka.ms/microsoftedge).
54+
To download a preview channel of Microsoft Edge (Beta, Dev, or Canary), go to [Become a Microsoft Edge Insider](https://www.microsoft.com/edge/download/insider).
5555

5656

5757
<!-- ------------------------------ -->

microsoft-edge/progressive-web-apps-chromium/whats-new/pwa.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ ms.date: 10/24/2023
1010
---
1111
# What's New in PWAs
1212

13-
The following are the updates to Progressive Web Apps (PWAs) and Web Apps, from the Microsoft Edge Web Apps team. To try new features, read these announcements. To stay up to date with the latest and greatest features, download the [Microsoft Edge preview channels](https://www.microsoft.com/edge/download/insider) (Beta, Dev, and Canary).
13+
The following are the updates to Progressive Web Apps (PWAs) and Web Apps, from the Microsoft Edge Web Apps team. To try new features, read these announcements.
14+
15+
To stay up to date with the latest and greatest features, download a preview channel of Microsoft Edge (Beta, Dev, or Canary); go to [Become a Microsoft Edge Insider](https://www.microsoft.com/edge/download/insider).
1416

1517
Sections of this document correspond to historical releases of Microsoft Edge, and are not updated over time. For example, references below to "new features" or "origin trials" might become outdated as new versions of Microsoft Edge are released.
1618

microsoft-edge/puppeteer/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Puppeteer launches [headless browsers](https://wikipedia.org/wiki/Headless_brows
1616

1717
By default, when you install Puppeteer, the installer downloads a recent version of [Chromium](https://www.chromium.org/Home), the open-source browser that [Microsoft Edge is also built upon](https://blogs.windows.com/windowsexperience/2018/12/06/microsoft-edge-making-the-web-better-through-more-open-source-collaboration).
1818

19-
If you have Microsoft Edge installed, you can use [puppeteer-core](https://pptr.dev/#?product=Puppeteer&version=v2.0.0&show=api-puppeteer-vs-puppeteer-core). `puppeteer-core` is a lightweight version of Puppeteer that launches an existing browser installation, like Microsoft Edge. To download Microsoft Edge, go to [Download Microsoft Edge Insider Channels](https://www.microsoft.com/edge/download/insider).
19+
If you have Microsoft Edge installed, you can use [puppeteer-core](https://pptr.dev/#?product=Puppeteer&version=v2.0.0&show=api-puppeteer-vs-puppeteer-core). `puppeteer-core` is a lightweight version of Puppeteer that launches an existing browser installation, like Microsoft Edge. To download a preview channel of Microsoft Edge (Beta, Dev, or Canary), go to [Become a Microsoft Edge Insider](https://www.microsoft.com/edge/download/insider).
2020

2121
Puppeteer is a [Node](https://nodejs.org) library.
2222

@@ -122,7 +122,7 @@ The preceding example demonstrates basic automation and testing scenarios that y
122122

123123
#### Tools
124124

125-
* [Download Microsoft Edge Insider Channels](https://www.microsoft.com/edge/download/insider)
125+
* [Become a Microsoft Edge Insider](https://www.microsoft.com/edge/download/insider) - download a preview channel of Microsoft Edge (Beta, Dev, or Canary).
126126
* [Chromium on The Chromium Projects](https://www.chromium.org/Home)
127127
* [Node.js](https://nodejs.org)
128128
* [Puppeteer](https://pptr.dev)

microsoft-edge/toc.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,10 @@
7979
href: ./devtools-guide-chromium/whats-new/whats-new.md
8080
displayName: release notes, announcements
8181
# latest 10 What's New
82+
- name: Microsoft Edge 135
83+
href: ./devtools-guide-chromium/whats-new/2025/04/devtools-135.md
84+
displayName: What's New in DevTools (Microsoft Edge 135) # page title
85+
8286
- name: Microsoft Edge 134
8387
href: ./devtools-guide-chromium/whats-new/2025/03/devtools-134.md
8488
displayName: What's New in DevTools (Microsoft Edge 134) # page title
@@ -115,16 +119,16 @@
115119
href: ./devtools-guide-chromium/whats-new/2024/06/devtools-126.md
116120
displayName: What's New in DevTools (Microsoft Edge 126) # page title
117121

118-
- name: Microsoft Edge 125
119-
href: ./devtools-guide-chromium/whats-new/2024/05/devtools-125.md
120-
displayName: What's New in DevTools (Microsoft Edge 125) # page title
121-
122122
# keep 10 items above
123123
- name: Archive
124124
items:
125125
- name: What's New in DevTools archive
126126
href: ./devtools-guide-chromium/whats-new/whats-new-archive.md
127127

128+
- name: Microsoft Edge 125
129+
href: ./devtools-guide-chromium/whats-new/2024/05/devtools-125.md
130+
displayName: What's New in DevTools (Microsoft Edge 125) # page title
131+
128132
- name: Microsoft Edge 124
129133
href: ./devtools-guide-chromium/whats-new/2024/04/devtools-124.md
130134
displayName: What's New in DevTools (Microsoft Edge 124) # page title

microsoft-edge/visual-studio/index.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,12 @@ Next, run and debug the ASP.NET Core web app project in Visual Studio, as follow
6969

7070
![Turn on script debugging in Visual Studio](./index-images/enable-script-debugging.png)
7171

72-
1. In the same dropdown list, select **Web Browser** > the preview channel of Microsoft Edge that you want Visual Studio to launch, such as Microsoft Edge Canary, Dev, or Beta. If you aren't already using one of the Microsoft Edge preview channels, go to [Become a Microsoft Edge Insider](https://www.microsoft.com/edge/download/insider) to download one.
73-
72+
1. In the same dropdown list, select **Web Browser** > the preview channel of Microsoft Edge that you want Visual Studio to launch, such as Microsoft Edge Canary, Dev, or Beta.
73+
7474
![Select the preview channel of Microsoft Edge that you want Visual Studio to launch](./index-images/set-web-browser.png)
7575

76+
To download a preview channel of Microsoft Edge (Beta, Dev, or Canary), go to [Become a Microsoft Edge Insider](https://www.microsoft.com/edge/download/insider).
77+
7678
1. Select the green **Play** button. Visual Studio builds your app, starts the web server, launches Microsoft Edge, and navigates to `https://localhost:44362/` or whatever port is specified in `launchSettings.json`.
7779

7880
![Microsoft Edge launches from Visual Studio](./index-images/edge-launch.png)
@@ -196,6 +198,6 @@ The Microsoft Visual Studio and Microsoft Edge teams wants to learn more about h
196198
External:
197199
* [Visual Studio](https://visualstudio.microsoft.com/vs)
198200
* [Download Visual Studio](https://visualstudio.microsoft.com/downloads)
199-
* [Become a Microsoft Edge Insider](https://www.microsoft.com/edge/download/insider)
201+
* [Become a Microsoft Edge Insider](https://www.microsoft.com/edge/download/insider) - download a preview channel of Microsoft Edge (Beta, Dev, or Canary).
200202
* [Microsoft Edge Developers Tools for Visual Studio (PREVIEW)](https://aka.ms/edgetools-for-vs) at Visual Studio Marketplace.
201203
* [Edge Developer Tools for Visual Studio (Preview)](https://devblogs.microsoft.com/visualstudio/edge-developer-tools-for-visual-studio-preview/), at Visual Studio DevBlogs.<!-- todo: update from preview to release (this link is Sep 16, 2024) -->

microsoft-edge/web-platform/release-notes/133.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.date: 02/06/2025
1111

1212
The following are the new web platform features and updates in Microsoft Edge 133, which releases on February 6, 2025.
1313

14-
To stay up-to-date and get the latest web platform features, download an Insiders version of Microsoft Edge, such as Canary, Dev, or Beta; see [Become a Microsoft Edge Insider](https://aka.ms/microsoftedge).
14+
To stay up-to-date and get the latest web platform features, download a preview channel of Microsoft Edge (Beta, Dev, or Canary); go to [Become a Microsoft Edge Insider](https://www.microsoft.com/edge/download/insider).
1515

1616
**Detailed contents:**
1717
* [Edge DevTools](#edge-devtools)

microsoft-edge/web-platform/release-notes/134.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.date: 03/06/2025
1111

1212
The following are the new web platform features and updates in Microsoft Edge 134, which releases on March 6, 2025.
1313

14-
To stay up-to-date and get the latest web platform features, download an Insiders version of Microsoft Edge, such as Canary, Dev, or Beta; see [Become a Microsoft Edge Insider](https://aka.ms/microsoftedge).
14+
To stay up-to-date and get the latest web platform features, download a preview channel of Microsoft Edge (Beta, Dev, or Canary); go to [Become a Microsoft Edge Insider](https://www.microsoft.com/edge/download/insider).
1515

1616
**Detailed contents:**
1717

microsoft-edge/web-platform/release-notes/135.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.date: 03/06/2025
1111

1212
The following are the new web platform features and updates in Microsoft Edge 135, which releases on April 3, 2025.
1313

14-
To stay up-to-date and get the latest web platform features, download an Insiders version of Microsoft Edge, such as Canary, Dev, or Beta; see [Become a Microsoft Edge Insider](https://aka.ms/microsoftedge).
14+
To stay up-to-date and get the latest web platform features, download a preview channel of Microsoft Edge (Beta, Dev, or Canary); go to [Become a Microsoft Edge Insider](https://www.microsoft.com/edge/download/insider).
1515

1616
**Detailed contents:**
1717

@@ -61,10 +61,7 @@ To stay up-to-date and get the latest web platform features, download an Insider
6161
<!-- ====================================================================== -->
6262
## Edge DevTools
6363

64-
See [What's New in Microsoft Edge DevTools](../../devtools-guide-chromium/whats-new/whats-new.md).
65-
<!-- todo: when exists in April 2025, use instead:
6664
See [What's New in DevTools (Microsoft Edge 135)](../../devtools-guide-chromium/whats-new/2025/04/devtools-135.md).
67-
-->
6865

6966

7067
<!-- ====================================================================== -->

0 commit comments

Comments
 (0)