Skip to content

Commit d21116a

Browse files
committed
Merge branch 'main' into user/mikehoffms/themes
2 parents 87231a1 + 54ae53a commit d21116a

163 files changed

Lines changed: 1493 additions & 430 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: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,11 @@ Old redirects (to /archive/)
101101
"redirect_url": "/microsoft-edge/devtools-guide-chromium/accessibility/reference",
102102
"redirect_document_id": false
103103
},
104-
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+
},
105109
/* Microsoft Edge extensions: */
106110
{
107111
"source_path": "microsoft-edge/extensions-chromium/enterprise/declare-permissions.md",
@@ -243,11 +247,6 @@ Old redirects (to /archive/)
243247
"redirect_url": "/microsoft-edge/webview2/get-started/wpf",
244248
"redirect_document_id": false
245249
},
246-
{
247-
"source_path": "microsoft-edge/webview2/samples/webview2-winui3-sample.md",
248-
"redirect_url": "/microsoft-edge/webview2/code-samples-links",
249-
"redirect_document_id": false
250-
},
251250

252251
/* WebView2 How-to: */
253252
{

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).

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ To run a new audit, use **Shift+Tab** to exit the report and select the **Genera
366366
<!-- ====================================================================== -->
367367
> [!NOTE]
368368
> 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).
369-
> The original page is found [here](https://developer.chrome.com/docs/devtools/accessibility/navigation/) and is authored by [Rob Dodson](https://developers.google.com/web/resources/contributors#rob-dodson) (Contributor, Google WebFundamentals).
369+
> The original page is found [here](https://developer.chrome.com/docs/devtools/accessibility/navigation/) and is authored by Rob Dodson.
370370
371371
[![Creative Commons License](../../media/cc-logo/88x31.png)](https://creativecommons.org/licenses/by/4.0)
372372
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)