Skip to content

Remove -chromium from Docs paths #69

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion 1DIV/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

## Requirements

The main goal of this demo is to showcase the Window Controls Overlay (WCO) PWA feature, which is described in [Display content in the title bar](https://learn.microsoft.com/microsoft-edge/progressive-web-apps-chromium/how-to/window-controls-overlay). To make the most use of this demo, view it in a browser that's based on the Chromium engine, such as Microsoft Edge.
The main goal of this demo is to showcase the Window Controls Overlay (WCO) PWA feature, which is described in [Display content in the title bar](https://learn.microsoft.com/microsoft-edge/progressive-web-apps/how-to/window-controls-overlay). To make the most use of this demo, view it in a browser that's based on the Chromium engine, such as Microsoft Edge.

The demo app also demonstrates using [constructable stylesheets](https://developers.google.com/web/updates/2019/02/constructable-stylesheets). Constructable stylesheets are supported in the following web browsers:
* Browsers that are based on the Chromium engine, such as Microsoft Edge.
Expand Down
46 changes: 23 additions & 23 deletions README.md

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@

Microsoft takes the security of our software products and services seriously, which includes all source code repositories managed through our GitHub organizations, which include [Microsoft](https://github.com/Microsoft), [Azure](https://github.com/Azure), [DotNet](https://github.com/dotnet), [AspNet](https://github.com/aspnet), [Xamarin](https://github.com/xamarin), and [our GitHub organizations](https://opensource.microsoft.com/).

If you believe you have found a security vulnerability in any Microsoft-owned repository that meets [Microsoft's definition of a security vulnerability](https://learn.microsoft.com/en-us/previous-versions/tn-archive/cc751383(v=technet.10)), please report it to us as described below.
If you believe you have found a security vulnerability in any Microsoft-owned repository that meets [Microsoft's definition of a security vulnerability](https://learn.microsoft.com/previous-versions/tn-archive/cc751383(v=technet.10)), please report it to us as described below.

## Reporting Security Issues

**Please do not report security vulnerabilities through public GitHub issues.**

Instead, please report them to the Microsoft Security Response Center (MSRC) at [https://msrc.microsoft.com/create-report](https://msrc.microsoft.com/create-report).

If you prefer to submit without logging in, send email to [secure@microsoft.com](mailto:secure@microsoft.com). If possible, encrypt your message with our PGP key; please download it from the [Microsoft Security Response Center PGP Key page](https://www.microsoft.com/en-us/msrc/pgp-key-msrc).
If you prefer to submit without logging in, send email to [secure@microsoft.com](mailto:secure@microsoft.com). If possible, encrypt your message with our PGP key; please download it from the [Microsoft Security Response Center PGP Key page](https://www.microsoft.com/msrc/pgp-key-msrc).

You should receive a response within 24 hours. If for some reason you do not, please follow up via email to ensure we received your original message. Additional information can be found at [microsoft.com/msrc](https://www.microsoft.com/msrc).

Expand All @@ -36,6 +36,6 @@ We prefer all communications to be in English.

## Policy

Microsoft follows the principle of [Coordinated Vulnerability Disclosure](https://www.microsoft.com/en-us/msrc/cvd).
Microsoft follows the principle of [Coordinated Vulnerability Disclosure](https://www.microsoft.com/msrc/cvd).

<!-- END MICROSOFT SECURITY.MD BLOCK -->
4 changes: 2 additions & 2 deletions demo-to-do/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
➡️ **[Open the demo](https://microsoftedge.github.io/Demos/demo-to-do/)** ⬅️

A simple To Do app with vanilla JavaScript. This demo is used for the following:
* Various screenshots in the [Microsoft Edge DevTools documentation](https://learn.microsoft.com/microsoft-edge/devtools-guide-chromium/).
* [Opening DevTools and the DevTools browser](https://learn.microsoft.com/en-us/microsoft-edge/visual-studio-code/microsoft-edge-devtools-extension/open-devtools-and-embedded-browser), for the DevTools extension for Visual Studio Code.
* Various screenshots in the [Microsoft Edge DevTools documentation](https://learn.microsoft.com/microsoft-edge/devtools/).
* [Opening DevTools and the DevTools browser](https://learn.microsoft.com/microsoft-edge/visual-studio-code/microsoft-edge-devtools-extension/open-devtools-and-embedded-browser), for the DevTools extension for Visual Studio Code.
4 changes: 2 additions & 2 deletions detached-elements/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

➡️ **[Open the demo](https://microsoftedge.github.io/Demos/detached-elements/)** ⬅️

* [DevTools What's New](https://learn.microsoft.com/microsoft-edge/devtools-guide-chromium/whats-new/2021/07/devtools#debug-dom-node-memory-leaks-with-the-new-detached-elements-tool) announcement.
* [DevTools What's New](https://learn.microsoft.com/microsoft-edge/devtools/whats-new/2021/07/devtools#debug-dom-node-memory-leaks-with-the-new-detached-elements-tool) announcement.
* [Announcement blog post](https://blogs.windows.com/msedgedev/2021/12/09/debug-memory-leaks-detached-elements-tool-devtools/).
* [Documentation](https://learn.microsoft.com/microsoft-edge/devtools-guide-chromium/memory-problems/dom-leaks).
* [Documentation](https://learn.microsoft.com/microsoft-edge/devtools/memory-problems/dom-leaks).

Microsoft Edge DevTools added a new panel called **Detached Elements**. This panel helps investigate common DOM memory leaks in long running web applications.

Expand Down
2 changes: 1 addition & 1 deletion devtools-3d/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This demo page is useful to show some of the most useful features of the 3D View

* Read the blog post about the tool here (link coming soon).
* Watch the video about the tool here (link coming soon).
* Read documentation about the tool [here](https://learn.microsoft.com/microsoft-edge/devtools-guide-chromium/3d-view/).
* Read documentation about the tool [here](https://learn.microsoft.com/microsoft-edge/devtools/3d-view/).

## Deeply nested DOM

Expand Down
2 changes: 1 addition & 1 deletion devtools-3d/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ <h1>Microsoft Edge DevTools 3D View tool demo</h1>
This is a demo of the 3D View tool in Microsoft
Edge DevTools.
<a
href="https://learn.microsoft.com/en-us/microsoft-edge/devtools-guide-chromium/3d-view/"
href="https://learn.microsoft.com/microsoft-edge/devtools/3d-view/"
>Open the tool</a
>
now to explore the page in 3D.<br />
Expand Down
2 changes: 1 addition & 1 deletion devtools-a11y-testing/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

➡️ **[Open the demo](https://microsoftedge.github.io/Demos/devtools-a11y-testing/)** ⬅️

This is the source code for the demo page used in the Microsoft Edge DevTools accessibility testing documentation. The documentation spans several pages, but its entry point is the [Accessibility-testing features](https://learn.microsoft.com/microsoft-edge/devtools-guide-chromium/accessibility/reference) page.
This is the source code for the demo page used in the Microsoft Edge DevTools accessibility testing documentation. The documentation spans several pages, but its entry point is the [Accessibility-testing features](https://learn.microsoft.com/microsoft-edge/devtools/accessibility/reference) page.

**Note**: This demo page contains **accessibility issues**, this is on purpose, to demonstrate DevTools accessibility testing features.
2 changes: 1 addition & 1 deletion devtools-animated-property-issue/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ This demo webpage shows two animations. The first one animates the `width` and `

The **Issues** and **Elements** tools now show a warning when an animation that uses a CSS property that requires layout is running on the page.

To learn more, see [The Issues tool and Styles pane warn about CSS properties that trigger Layout](https://learn.microsoft.com/microsoft-edge/devtools-guide-chromium/whats-new/2023/06/devtools-114#the-issues-tool-and-styles-pane-warn-about-css-properties-that-trigger-layout) in _What's New in DevTools (Microsoft Edge 114)_.
To learn more, see [The Issues tool and Styles pane warn about CSS properties that trigger Layout](https://learn.microsoft.com/microsoft-edge/devtools/whats-new/2023/06/devtools-114#the-issues-tool-and-styles-pane-warn-about-css-properties-that-trigger-layout) in _What's New in DevTools (Microsoft Edge 114)_.
2 changes: 1 addition & 1 deletion devtools-animated-property-issue/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ <h1>DevTools issue: animating a CSS property that requires layout</h1>

<p>The <strong>Issues</strong> and <strong>Elements</strong> tools now show a warning when an animation that uses a CSS property that requires layout is running on the page.</p>

<p>To learn more, see <a href="https://learn.microsoft.com/microsoft-edge/devtools-guide-chromium/whats-new/2023/06/devtools-114#the-issues-tool-and-styles-pane-warn-about-css-properties-that-trigger-layout">The Issues tool and Styles pane warn about CSS properties that trigger Layout</a> in <em>What's New in DevTools (Microsoft Edge 114)</em>.</p>
<p>To learn more, see <a href="https://learn.microsoft.com/microsoft-edge/devtools/whats-new/2023/06/devtools-114#the-issues-tool-and-styles-pane-warn-about-css-properties-that-trigger-layout">The Issues tool and Styles pane warn about CSS properties that trigger Layout</a> in <em>What's New in DevTools (Microsoft Edge 114)</em>.</p>

<div class="wrapper">
<div class="animation-demo bad">
Expand Down
2 changes: 1 addition & 1 deletion devtools-console-dom-interactions/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

➡️ **[Open the demo](https://microsoftedge.github.io/Demos/devtools-console-dom-interactions/)** ⬅️

This is the source code for the demo page used in the Microsoft Edge DevTools tutorial: [Interact with the DOM using the Console](https://learn.microsoft.com/microsoft-edge/devtools-guide-chromium/console/console-dom-interaction).
This is the source code for the demo page used in the Microsoft Edge DevTools tutorial: [Interact with the DOM using the Console](https://learn.microsoft.com/microsoft-edge/devtools/console/console-dom-interaction).
16 changes: 8 additions & 8 deletions devtools-console-dom-interactions/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
<body>
<h1>Interact with the DOM using the Console</h1>
<p>This is a demo page for the <a
href="https://learn.microsoft.com/microsoft-edge/devtools-guide-chromium/console/console-dom-interaction">Interact
href="https://learn.microsoft.com/microsoft-edge/devtools/console/console-dom-interaction">Interact
with the DOM using the Console</a> Microsoft Edge DevTools tutorial.</p>
<p>It contains a variety of DOM elements that you can interact with using the Console.</p>

Expand All @@ -101,7 +101,7 @@ <h2 id="section-1">Section 1</h2>
<li><a href="https://microsoft.com">Link 1</a></li>
<li><a href="#">Link 2</a></li>
<li><a href="#">Link 3</a></li>
<li><a href="https://learn.microsoft.com/microsoft-edge/devtools-guide-chromium/">Link 4</a></li>
<li><a href="https://learn.microsoft.com/microsoft-edge/devtools/">Link 4</a></li>
<li><a href="#">Link 5</a></li>
<li><a href="#">Link 6</a></li>
</ul>
Expand All @@ -117,7 +117,7 @@ <h2 id="section-2">Section 2</h2>
<li><a href="#">Link 7</a></li>
<li><a href="#">Link 8</a></li>
<li><a
href="https://learn.microsoft.com/microsoft-edge/devtools-guide-chromium/console/console-dom-interaction">Link
href="https://learn.microsoft.com/microsoft-edge/devtools/console/console-dom-interaction">Link
9</a></li>
</ul>
<img src="img/cat.jpg" alt="A cat" tabindex="0">
Expand All @@ -130,7 +130,7 @@ <h2 id="section-3">Section 3</h2>
</div>
<ul>
<li><a href="#">Link 10</a></li>
<li><a href="https://learn.microsoft.com/microsoft-edge/devtools-guide-chromium/">Link 11</a></li>
<li><a href="https://learn.microsoft.com/microsoft-edge/devtools/">Link 11</a></li>
<li><a href="#">Link 12</a></li>
<li><a href="https://microsoft.com">Link 13</a></li>
<li><a href="#">Link 14</a></li>
Expand All @@ -146,7 +146,7 @@ <h2 id="section-4">Section 4</h2>
</div>
<ul>
<li><a
href="https://learn.microsoft.com/microsoft-edge/devtools-guide-chromium/console/console-dom-interaction">Link
href="https://learn.microsoft.com/microsoft-edge/devtools/console/console-dom-interaction">Link
16</a></li>
<li><a href="#">Link 17</a></li>
</ul>
Expand All @@ -161,7 +161,7 @@ <h2 id="section-5">Section 5</h2>
<ul>
<li><a href="#">Link 18</a></li>
<li><a href="https://microsoft.com">Link 19</a></li>
<li><a href="https://learn.microsoft.com/microsoft-edge/devtools-guide-chromium/">Link 20</a></li>
<li><a href="https://learn.microsoft.com/microsoft-edge/devtools/">Link 20</a></li>
<li><a href="https://microsoft.com">Link 21</a></li>
<li><a href="#">Link 22</a></li>
<li><a href="#">Link 23</a></li>
Expand All @@ -177,10 +177,10 @@ <h2 id="section-6">Section 6</h2>
</div>
<ul>
<li><a
href="https://learn.microsoft.com/microsoft-edge/devtools-guide-chromium/console/console-dom-interaction">Link
href="https://learn.microsoft.com/microsoft-edge/devtools/console/console-dom-interaction">Link
25</a></li>
<li><a href="#">Link 26</a></li>
<li><a href="https://learn.microsoft.com/microsoft-edge/devtools-guide-chromium/">Link 27</a></li>
<li><a href="https://learn.microsoft.com/microsoft-edge/devtools/">Link 27</a></li>
<li><a href="https://microsoft.com">Link 28</a></li>
</ul>
<img src="img/dog.jpg" alt="A dog" tabindex="0">
Expand Down
8 changes: 4 additions & 4 deletions devtools-console/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

This folder contains the source code for several Microsoft Edge DevTools Console tool demos. These demos are used in the following articles:

* [Console overview](https://learn.microsoft.com/microsoft-edge/devtools-guide-chromium/console/)
* [Log messages in the Console tool](https://learn.microsoft.com/microsoft-edge/devtools-guide-chromium/console/console-log)
* [Fix JavaScript errors that are reported in the Console](https://learn.microsoft.com/microsoft-edge/devtools-guide-chromium/console/console-debug-javascript)
* [Monitor changes in JavaScript using Live Expressions](https://learn.microsoft.com/microsoft-edge/devtools-guide-chromium/console/live-expressions)
* [Console overview](https://learn.microsoft.com/microsoft-edge/devtools/console/)
* [Log messages in the Console tool](https://learn.microsoft.com/microsoft-edge/devtools/console/console-log)
* [Fix JavaScript errors that are reported in the Console](https://learn.microsoft.com/microsoft-edge/devtools/console/console-debug-javascript)
* [Monitor changes in JavaScript using Live Expressions](https://learn.microsoft.com/microsoft-edge/devtools/console/live-expressions)

Below is the list of demo pages:

Expand Down
2 changes: 1 addition & 1 deletion devtools-css-get-started/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

➡️ **[Open the demo](https://microsoftedge.github.io/Demos/devtools-css-get-started/)** ⬅️

This is the source code for the demo page used in the Microsoft Edge DevTools tutorial: [Get started with viewing and changing CSS](https://learn.microsoft.com/microsoft-edge/devtools-guide-chromium/css/).
This is the source code for the demo page used in the Microsoft Edge DevTools tutorial: [Get started with viewing and changing CSS](https://learn.microsoft.com/microsoft-edge/devtools/css/).
2 changes: 1 addition & 1 deletion devtools-dom-get-started/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

➡️ **[Open the demo](https://microsoftedge.github.io/Demos/devtools-dom-get-started/)** ⬅️

This is the source code for the demo page used in the Microsoft Edge DevTools tutorial: [Get started with viewing and changing the DOM](https://learn.microsoft.com/microsoft-edge/devtools-guide-chromium/dom/).
This is the source code for the demo page used in the Microsoft Edge DevTools tutorial: [Get started with viewing and changing the DOM](https://learn.microsoft.com/microsoft-edge/devtools/dom/).
2 changes: 1 addition & 1 deletion devtools-explain-error/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

➡️ **[Open the demo](https://microsoftedge.github.io/Demos/devtools-explain-error/)** ⬅️

This is the source code for the demo page used in the Microsoft Edge DevTools document: [Explain DevTools Console errors and source code using Copilot in Edge](https://learn.microsoft.com/microsoft-edge/devtools-guide-chromium/experimental-features/copilot-explain).
This is the source code for the demo page used in the Microsoft Edge DevTools document: [Explain DevTools Console errors and source code using Copilot in Edge](https://learn.microsoft.com/microsoft-edge/devtools/experimental-features/copilot-explain).
2 changes: 1 addition & 1 deletion devtools-explain-error/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
<body>
<h1>Explain console errors and warnings in Copilot in Edge</h1>
<p>This demo page generates errors in the DevTools Console meant to be used with the <strong>Explain this error</strong> feature of DevTools.<br>
To learn more, see <a href="https://learn.microsoft.com/microsoft-edge/devtools-guide-chromium/experimental-features/copilot-explain">Explain DevTools Console errors and source code using Copilot in Edge</a>.</p>
To learn more, see <a href="https://learn.microsoft.com/microsoft-edge/devtools/experimental-features/copilot-explain">Explain DevTools Console errors and source code using Copilot in Edge</a>.</p>
<p>This page contains multiple test cases. Each test case generates a different error in the DevTools Console. To generate an error, click the <strong>Run</strong> button next to the error.</p>

<ul class="test-cases"></ul>
Expand Down
2 changes: 1 addition & 1 deletion devtools-extension/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Create your own DevTools extension

This is the source code for the tutorial to create a Microsoft Edge extension that extends DevTools: [Create a DevTools extension](https://learn.microsoft.com/microsoft-edge/extensions-chromium/developer-guide/devtools-extension).
This is the source code for the tutorial to create a Microsoft Edge extension that extends DevTools: [Create a DevTools extension](https://learn.microsoft.com/microsoft-edge/extensions/developer-guide/devtools-extension).
2 changes: 1 addition & 1 deletion devtools-grid/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

➡️ **[Open the demo](https://microsoftedge.github.io/Demos/devtools-grid/)** ⬅️

This is the source code for the demo page used in the Microsoft Edge DevTools tutorial: [Inspect CSS Grid](https://learn.microsoft.com/microsoft-edge/devtools-guide-chromium/css/grid).
This is the source code for the demo page used in the Microsoft Edge DevTools tutorial: [Inspect CSS Grid](https://learn.microsoft.com/microsoft-edge/devtools/css/grid).
2 changes: 1 addition & 1 deletion devtools-inspect/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

➡️ **[Open the demo](https://microsoftedge.github.io/Demos/devtools-inspect/)** ⬅️

This is the source code for the demo page used in the Microsoft Edge DevTools tutorial: [Analyze pages using the Inspect tool](https://learn.microsoft.com/microsoft-edge/devtools-guide-chromium/css/inspect).
This is the source code for the demo page used in the Microsoft Edge DevTools tutorial: [Analyze pages using the Inspect tool](https://learn.microsoft.com/microsoft-edge/devtools/css/inspect).
8 changes: 4 additions & 4 deletions devtools-inspect/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,25 +21,25 @@ <h1>Inspect Demo</h1>
<ul>
<li>
<a
href="https://learn.microsoft.com/microsoft-edge/devtools-guide-chromium/inspect-styles/edit-fonts"
href="https://learn.microsoft.com/microsoft-edge/devtools/inspect-styles/edit-fonts"
>Edit CSS</a
>
</li>
<li>
<a
href="https://learn.microsoft.com/microsoft-edge/devtools-guide-chromium/issues/"
href="https://learn.microsoft.com/microsoft-edge/devtools/issues/"
>Find Issues</a
>
</li>
<li>
<a
href="https://learn.microsoft.com/microsoft-edge/devtools-guide-chromium/console/"
href="https://learn.microsoft.com/microsoft-edge/devtools/console/"
>Use the Console</a
>
</li>
<li>
<a
href="https://learn.microsoft.com/microsoft-edge/devtools-guide-chromium/network/reference"
href="https://learn.microsoft.com/microsoft-edge/devtools/network/reference"
>Inspect Network</a
>
</li>
Expand Down
Loading