Skip to content

Commit 977cdba

Browse files
committed
Merge branch 'main' into pr/3303
2 parents 941c94a + 042ed0c commit 977cdba

Some content is hidden

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

48 files changed

+708
-340
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ author: MSEdgeTeam
55
ms.author: msedgedevrel
66
ms.topic: conceptual
77
ms.service: microsoft-edge
8-
ms.subservice: devtools
98
ms.date: 01/17/2023
109
---
1110
# Develop for the web with Microsoft Edge

microsoft-edge/developer/index.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ landingContent:
163163
url: ../webview2/get-started/get-started.md
164164
- linkListType: download
165165
links:
166-
- text: Sample Code
166+
- text: WebView2 sample apps
167167
url: ../webview2/code-samples-links.md
168168
- linkListType: whats-new
169169
links:

microsoft-edge/devtools-guide-chromium/experimental-features/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -543,7 +543,7 @@ Adds an **Autofill** tool to DevTools, to record various events that the browser
543543

544544
See also:
545545
* [Autofill](/legal/microsoft-edge/privacy#autofill) in _Microsoft Edge Privacy Whitepaper_.
546-
* [Autofill](../../webview2/concepts/overview-features-apis.md?tabs=dotnetcsharp#autofill) in _Overview of WebView2 features and APIs_.
546+
* [Autofill](../../webview2/concepts/overview-features-apis.md?tabs=dotnetcsharp#autofill) in _Overview of WebView2 APIs_.
547547

548548
Status:
549549
* This checkbox is present in Microsoft Edge Canary 131.

microsoft-edge/devtools-protocol-chromium/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,5 +277,5 @@ JSON object which represents the available API surface for the version of the pr
277277
## See also
278278

279279
* [Chrome DevTools Protocol](https://chromedevtools.github.io/devtools-protocol/)
280-
* [Chrome DevTools Protocol (CDP)](../webview2/concepts/overview-features-apis.md#chrome-devtools-protocol-cdp) in _Overview of WebView2 features and APIs_
280+
* [Chrome DevTools Protocol (CDP)](../webview2/concepts/overview-features-apis.md#chrome-devtools-protocol-cdp) in _Overview of WebView2 APIs_
281281
* [Use the Chrome DevTools Protocol (CDP) in WebView2 apps](../webview2/how-to/chromium-devtools-protocol.md)

microsoft-edge/extensions-chromium/samples.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: MSEdgeTeam
55
ms.author: msedgedevrel
66
ms.topic: conceptual
77
ms.service: microsoft-edge
8-
ms.subservice: devtools
8+
ms.subservice: extensions
99
ms.date: 01/27/2023
1010
---
1111
# Samples for Microsoft Edge extensions

microsoft-edge/index.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ conceptualContent:
287287
url: ./webview2/get-started/get-started.md
288288
itemType: get-started
289289

290-
- text: Sample Code
290+
- text: WebView2 sample apps
291291
url: ./webview2/code-samples-links.md
292292
itemType: download
293293

microsoft-edge/playwright/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ author: MSEdgeTeam
55
ms.author: msedgedevrel
66
ms.topic: conceptual
77
ms.service: microsoft-edge
8-
ms.subservice: devtools
98
ms.date: 06/05/2023
109
---
1110
# Use Playwright to automate and test in Microsoft Edge

microsoft-edge/progressive-web-apps-chromium/how-to/service-workers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ To learn more, see [Re-engage users with push messages](push.md).
358358

359359
Using Microsoft Edge DevTools, you can see if your service worker has been registered correctly, and see which lifecycle state the service worker is currently in. Also, you can debug the JavaScript code in your service worker.
360360

361-
To learn more, see [Debug your service worker](debug.md#debug-your-service-worker).
361+
To learn more, see [Debug your service worker](./debug.md#debug-your-service-worker) in _Debug Progressive Web Apps_.
362362

363363

364364
<!-- ====================================================================== -->

microsoft-edge/puppeteer/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ The preceding example demonstrates basic automation and testing scenarios that y
109109

110110
* [WebDriver](../webdriver-chromium/index.md)
111111
* [Contact the Microsoft Edge DevTools team](../devtools-guide-chromium/contact.md) to send feedback about using Puppeteer, puppeteer-core, and Microsoft Edge.
112-
* [Chrome DevTools Protocol (CDP)](../webview2/concepts/overview-features-apis.md#chrome-devtools-protocol-cdp) in _Overview of WebView2 features and APIs_
112+
* [Chrome DevTools Protocol (CDP)](../webview2/concepts/overview-features-apis.md#chrome-devtools-protocol-cdp) in _Overview of WebView2 APIs_
113113
* [Use the Chrome DevTools Protocol (CDP) in WebView2 apps](../webview2/how-to/chromium-devtools-protocol.md)
114114

115115
#### Archive

0 commit comments

Comments
 (0)