Skip to content

Commit 2522ea2

Browse files
committed
Merge branch 'main' into user/mikehoffms/overview-apis-nov-2024
2 parents b6aeb90 + b95ba10 commit 2522ea2

182 files changed

Lines changed: 2503 additions & 1142 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.openpublishing.build.ps1

Lines changed: 0 additions & 17 deletions
This file was deleted.

.openpublishing.redirection.json

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,12 @@ Old redirects (to /archive/)
8383
},
8484
{
8585
"source_path": "microsoft-edge/devtools-guide-chromium/customize/dark-theme.md",
86-
"redirect_url": "/microsoft-edge/devtools-guide-chromium/customize/theme",
86+
"redirect_url": "/microsoft-edge/devtools-guide-chromium/landing/",
87+
"redirect_document_id": false
88+
},
89+
{
90+
"source_path": "microsoft-edge/devtools-guide-chromium/customize/theme.md",
91+
"redirect_url": "/microsoft-edge/devtools-guide-chromium/landing/",
8792
"redirect_document_id": false
8893
},
8994
{
@@ -96,7 +101,11 @@ Old redirects (to /archive/)
96101
"redirect_url": "/microsoft-edge/devtools-guide-chromium/accessibility/reference",
97102
"redirect_document_id": false
98103
},
99-
104+
{
105+
"source_path": "microsoft-edge/devtools-guide-chromium/javascript-profiler/javascript-profiler-tool.md",
106+
"redirect_url": "/microsoft-edge/devtools-guide-chromium/evaluate-performance/",
107+
"redirect_document_id": false
108+
},
100109
/* Microsoft Edge extensions: */
101110
{
102111
"source_path": "microsoft-edge/extensions-chromium/enterprise/declare-permissions.md",
@@ -238,11 +247,6 @@ Old redirects (to /archive/)
238247
"redirect_url": "/microsoft-edge/webview2/get-started/wpf",
239248
"redirect_document_id": false
240249
},
241-
{
242-
"source_path": "microsoft-edge/webview2/samples/webview2-winui3-sample.md",
243-
"redirect_url": "/microsoft-edge/webview2/code-samples-links",
244-
"redirect_document_id": false
245-
},
246250

247251
/* WebView2 How-to: */
248252
{

microsoft-edge/dev-videos/index.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,6 @@ See also:
122122
* [What's New in DevTools (Microsoft Edge 112)](../devtools-guide-chromium/whats-new/2023/04/devtools-112.md)<!-- has Video section -->
123123
* [Analyze CSS selector performance during Recalculate Style events](../devtools-guide-chromium/evaluate-performance/selector-stats.md) - CSS selector stats.
124124
* [View formatted JSON responses or files](../devtools-guide-chromium/json-viewer/json-viewer.md)
125-
* [Apply a color theme to DevTools](../devtools-guide-chromium/customize/theme.md)
126125

127126

128127
<!-- ====================================================================== -->
@@ -209,7 +208,7 @@ Covers:
209208

210209
See also:
211210
* [What's New in DevTools (Microsoft Edge 108)](../devtools-guide-chromium/whats-new/2022/12/devtools-108.md)<!-- has Video section -->
212-
* [Create an extension that customizes the DevTools UI](../extensions-chromium/developer-guide/devtools-extension.md)
211+
* [Create a DevTools extension, adding a custom tool tab and panel](../extensions-chromium/developer-guide/devtools-extension.md)
213212
* [The heap snapshot file format](../devtools-guide-chromium/memory-problems/heap-snapshot-schema.md)
214213
* [Microsoft Edge WebDriver](https://developer.microsoft.com/microsoft-edge/tools/webdriver/?form=MA13LH) - download Edge WebDriver.
215214

@@ -702,6 +701,10 @@ Covers:
702701
* Breakpoint icons are displayed when using Visual Studio Code themes.
703702
* DevTools extension for Visual Studio Code includes the latest tools, theme support, and helpful links. JavaScript Debugger connection to remote workspaces.
704703

704+
Update: Starting with Microsoft Edge 131, the Visual Studio Code themes feature is removed, and such themes revert to the default themes:
705+
* Light+
706+
* Dark+
707+
705708
See also:
706709
* [What's New in DevTools 94](../devtools-guide-chromium/whats-new/2021/09/devtools.md)<!-- has Video section -->
707710
* [Keyboard shortcuts](../devtools-guide-chromium/shortcuts/index.md) - Navigating DevTools with a keyboard.

microsoft-edge/develop-web-microsoft-edge.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ See [Introduction to Microsoft Edge WebView2](webview2/index.md).
9191
The following are tools to automate testing in Microsoft Edge:
9292

9393
* **DevTools Protocol** is used to instrument, inspect, debug, and profile browsers.
94-
* Use **Origin Trials** to try experimental APIs.
94+
* Use **origin trials** to try experimental APIs.
9595
* **Playwright** provides cross-browser automation through a single API.
9696
* **Puppeteer**'s API controls Microsoft Edge via DevTools Protocol.
9797
* **WebDriver** simulates user interaction with Microsoft Edge.

microsoft-edge/developer/index.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -260,16 +260,16 @@ landingContent:
260260
- text: DevTools Protocol
261261
url: ../devtools-protocol-chromium/index.md # https://learn.microsoft.com/microsoft-edge/devtools-protocol-chromium/
262262

263-
- text: Origin Trials
263+
- text: Use origin trials in Microsoft Edge
264264
url: ../origin-trials/index.md
265265

266-
- text: Playwright
266+
- text: Use Playwright to automate and test in Microsoft Edge
267267
url: ../playwright/index.md
268268

269-
- text: Puppeteer
269+
- text: Puppeteer overview
270270
url: ../puppeteer/index.md
271271

272-
- text: WebDriver
272+
- text: Use WebDriver to automate Microsoft Edge
273273
url: ../webdriver-chromium/index.md
274274

275275
- text: webhint extension for Visual Studio Code

microsoft-edge/devtools-guide-chromium/about-tools.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ Microsoft Edge DevTools includes the following tools.
4747
| **Elements** tool | Inspect, edit, and debug your HTML and CSS. You can edit in the tool while displaying the changes live in the browser. Debug your HTML using the DOM tree, and inspect and work on the CSS for your webpage. | [Inspect, edit, and debug HTML and CSS with the Elements tool](elements-tool/elements-tool.md) |
4848
| **Inspect** tool | Use the **Inspect** tool to see information about an item within a rendered webpage. When the **Inspect** tool is active, you _hover_ over items in the webpage, and DevTools adds an information overlay and grid highlighting on the webpage. | [Analyze pages using the Inspect tool](css/inspect.md) |
4949
| **Issues** tool | The **Issues** tool automatically analyzes the current webpage, reports issues grouped by type, and provides documentation to help explain and resolve the issues. | [Find and fix problems using the Issues tool](issues/index.md) |
50-
| **JavaScript Profiler** tool | This tool has been replaced by the **Performance** tool and the **Memory** tool. | [JavaScript Profiler tool](javascript-profiler/javascript-profiler-tool.md) |
5150
| **Lighthouse** tool | Use the Lighthouse tool to identify and fix common problems that affect your site's performance, accessibility, and user experience. | [Lighthouse tool](lighthouse/lighthouse-tool.md) |
5251
| **Media** tool | Use this tool to view information and debug the media players per browser tab. | [View and debug media players information](media-panel/index.md) |
5352
| **Memory** tool | Find memory issues that affect page performance, including memory leaks, memory bloat, and frequent garbage collections. | [Fix memory problems](memory-problems/index.md) |

microsoft-edge/devtools-guide-chromium/accessibility/accessibility-tab.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Computed accessibility properties are different than computed CSS properties. To
7474
<!-- ====================================================================== -->
7575
> [!NOTE]
7676
> Portions of this page are modifications based on work created and [shared by Google](https://developers.google.com/terms/site-policies) and used according to terms described in the [Creative Commons Attribution 4.0 International License](https://creativecommons.org/licenses/by/4.0).
77-
> The original page is found [here](https://developer.chrome.com/docs/devtools/accessibility/reference/) and is authored by [Kayce Basques](https://developers.google.com/web/resources/contributors/kaycebasques) (Technical Writer, Chrome DevTools \& Lighthouse).
77+
> The original page is found [here](https://developer.chrome.com/docs/devtools/accessibility/reference/) and is authored by Kayce Basques.
7878
7979
[![Creative Commons License](../../media/cc-logo/88x31.png)](https://creativecommons.org/licenses/by/4.0)
8080
This work is licensed under a [Creative Commons Attribution 4.0 International License](https://creativecommons.org/licenses/by/4.0).

microsoft-edge/devtools-guide-chromium/accessibility/color-picker.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ In DevTools, one way to view the contrast ratio of a text element is to use the
7070
<!-- ====================================================================== -->
7171
> [!NOTE]
7272
> Portions of this page are modifications based on work created and [shared by Google](https://developers.google.com/terms/site-policies) and used according to terms described in the [Creative Commons Attribution 4.0 International License](https://creativecommons.org/licenses/by/4.0).
73-
> The original page is found [here](https://developer.chrome.com/docs/devtools/accessibility/reference/) and is authored by [Kayce Basques](https://developers.google.com/web/resources/contributors/kaycebasques) (Technical Writer, Chrome DevTools \& Lighthouse).
73+
> The original page is found [here](https://developer.chrome.com/docs/devtools/accessibility/reference/) and is authored by Kayce Basques.
7474
7575
[![Creative Commons License](../../media/cc-logo/88x31.png)](https://creativecommons.org/licenses/by/4.0)
7676
This work is licensed under a [Creative Commons Attribution 4.0 International License](https://creativecommons.org/licenses/by/4.0).

microsoft-edge/devtools-guide-chromium/accessibility/focus.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ To manipulate the focused element in the **Console** tool, create a reference to
114114
<!-- ====================================================================== -->
115115
> [!NOTE]
116116
> Portions of this page are modifications based on work created and [shared by Google](https://developers.google.com/terms/site-policies) and used according to terms described in the [Creative Commons Attribution 4.0 International License](https://creativecommons.org/licenses/by/4.0).
117-
> The original page is found [here](https://developer.chrome.com/docs/devtools/accessibility/focus/) and is authored by [Kayce Basques](https://developers.google.com/web/resources/contributors/kaycebasques) (Technical Writer, Chrome DevTools & Lighthouse).
117+
> The original page is found [here](https://developer.chrome.com/docs/devtools/accessibility/focus/) and is authored by Kayce Basques.
118118
119119
[![Creative Commons License](../../media/cc-logo/88x31.png)](https://creativecommons.org/licenses/by/4.0)
120120
This work is licensed under a [Creative Commons Attribution 4.0 International License](https://creativecommons.org/licenses/by/4.0).

microsoft-edge/devtools-guide-chromium/accessibility/lighthouse.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ To audit a page using the Lighthouse tool:
7272
<!-- ====================================================================== -->
7373
> [!NOTE]
7474
> Portions of this page are modifications based on work created and [shared by Google](https://developers.google.com/terms/site-policies) and used according to terms described in the [Creative Commons Attribution 4.0 International License](https://creativecommons.org/licenses/by/4.0).
75-
> The original page is found [here](https://developer.chrome.com/docs/devtools/accessibility/reference/) and is authored by [Kayce Basques](https://developers.google.com/web/resources/contributors/kaycebasques) (Technical Writer, Chrome DevTools \& Lighthouse).
75+
> The original page is found [here](https://developer.chrome.com/docs/devtools/accessibility/reference/) and is authored by Kayce Basques.
7676
7777
[![Creative Commons License](../../media/cc-logo/88x31.png)](https://creativecommons.org/licenses/by/4.0)
7878
This work is licensed under a [Creative Commons Attribution 4.0 International License](https://creativecommons.org/licenses/by/4.0).

0 commit comments

Comments
 (0)