Skip to content

Commit c2c86c6

Browse files
committed
Merge branch 'main' into user/mikehoffms/de-detached
2 parents fe29e36 + 301744f commit c2c86c6

30 files changed

Lines changed: 246 additions & 165 deletions

File tree

microsoft-edge/devtools-guide-chromium/console/index.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,8 @@ DevTools gives detailed information about the error in the **Console**:
4747
Search the web for your **Console** error messages, right from within DevTools. In the **Console**, many error messages have a **Search for this message on the Web** button, shown as a magnifying glass:
4848

4949
![The 'Search for this message on the Web' button on an error message in the Console](./index-images/search-console-icon.png)
50-
<!-- to set up screenshot, went to
51-
https://learn.microsoft.com/microsoft-edge/devtools-guide-chromium/console/console-debug-javascript to get a good page that has an error:
52-
https://microsoftedge.github.io/Demos/devtools-console/error.html -->
50+
<!-- https://microsoftedge.github.io/Demos/devtools-console/error.html
51+
[Fix JavaScript errors that are reported in the Console](./console-debug-javascript.md) -->
5352

5453
When you click the **Search for this message on the Web** button, a new tab opens in the browser and shows search results for the error message:
5554

microsoft-edge/devtools-guide-chromium/css/css-in-js.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,7 @@ To learn more about viewing and changing CSS, see [CSS features reference](refer
4848

4949
<!-- ====================================================================== -->
5050
## Editing style rules that were initially defined by a CSSOM function
51-
52-
<!-- from https://learn.microsoft.com/microsoft-edge/devtools-guide-chromium/whats-new/2020/06/devtools#style-editing-for-css-in-js-frameworks -->
51+
<!-- from [Style editing for CSS-in-JS frameworks](../whats-new/2020/06/devtools.md#style-editing-for-css-in-js-frameworks) in _What's New in DevTools (Microsoft Edge 85)_. -->
5352

5453
The **Styles** pane supports editing styles that were created with the [CSS Object Model (CSSOM)](https://developer.mozilla.org/docs/Web/API/CSS_Object_Model) APIs. Many CSS-in-JS frameworks and libraries use the CSS Object Model APIs under the hood to construct styles.
5554

microsoft-edge/devtools-guide-chromium/css/reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ If the stylesheet is minified, click the **Format** (![Format](./reference-image
5757

5858
In the following figure, after you click
5959
`https://learn.microsoft.com/_themes/docs.theme/master/en-us/_themes/styles/b66bc881.site-ltr.css:2`<!-- :2 at end causes not to work. --><!--keep /en-us--> you are taken to line 2 of
60-
`https://learn.microsoft.com/_themes/docs.theme/master/_themes/styles/b66bc881.site-ltr.css`, where the `.content h1:first-of-type` CSS rule is defined.<!-- master kind of works but all lines are concated. changing master to main doesn't work -->
60+
`https://learn.microsoft.com/_themes/docs.theme/master/_themes/styles/b66bc881.site-ltr.css`, where the `.content h1:first-of-type` CSS rule is defined.<!-- /master/ works but lines concated. /main/ doesn't work -->
6161

6262
![Viewing the stylesheet where a rule is defined](./reference-images/css-elements-styles-h1-highlight.png)
6363

microsoft-edge/devtools-guide-chromium/device-mode/geolocation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ If you are building a UI that changes depending on where the user is located, yo
5050
<!-- ====================================================================== -->
5151
> [!NOTE]
5252
> 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).
53-
> The original page is found [here](https://developer.chrome.com/docs/devtools/device-mode/geolocation/) and is authored by Kayce Basques.
53+
> The original page is found [here](https://developer.chrome.com/docs/devtools/sensors#geolocation) and is authored by Kayce Basques.
5454
5555
[![Creative Commons License](../../media/cc-logo/88x31.png)](https://creativecommons.org/licenses/by/4.0)
5656
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/device-mode/orientation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ You can also set a custom orientation by dragging the **Orientation Model**. Fo
5050
<!-- ====================================================================== -->
5151
> [!NOTE]
5252
> 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).
53-
> The original page is found [here](https://developer.chrome.com/docs/devtools/device-mode/orientation/) and is authored by Kayce Basques.
53+
> The original page is found [here](https://developer.chrome.com/docs/devtools/sensors#orientation) and is authored by Kayce Basques.
5454
5555
[![Creative Commons License](../../media/cc-logo/88x31.png)](https://creativecommons.org/licenses/by/4.0)
5656
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/evaluate-performance/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ There are many ways to improve runtime performance. This article focused on one
293293
<!-- ====================================================================== -->
294294
> [!NOTE]
295295
> 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).
296-
> The original page is found [here](https://developer.chrome.com/docs/devtools/evaluate-performance/) and is authored by Kayce Basques.
296+
> The original page is found [here](https://developer.chrome.com/docs/devtools/performance) and is authored by Kayce Basques.
297297
298298
[![Creative Commons License](../../media/cc-logo/88x31.png)](https://creativecommons.org/licenses/by/4.0)
299299
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/evaluate-performance/performance-reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ See also [Properties common to all events](#properties-common-to-all-events), ab
169169
<!-- ====================================================================== -->
170170
> [!NOTE]
171171
> 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).
172-
> The original page is found [here](https://developer.chrome.com/docs/devtools/evaluate-performance/performance-reference/) and is authored by Meggin Kearney and Flavio Copes.
172+
> The original page is found [here](https://developer.chrome.com/docs/devtools/performance/timeline-reference) and is authored by Meggin Kearney and Flavio Copes.
173173
174174
[![Creative Commons License](../../media/cc-logo/88x31.png)](https://creativecommons.org/licenses/by/4.0)
175175
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/evaluate-performance/reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -752,7 +752,7 @@ See also:
752752
<!-- ====================================================================== -->
753753
> [!NOTE]
754754
> 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).
755-
> The original page is found [here](https://developer.chrome.com/docs/devtools/evaluate-performance/reference/) and is authored by Kayce Basques.
755+
> The original page is found [here](https://developer.chrome.com/docs/devtools/performance/reference) and is authored by Kayce Basques.
756756
757757
[![Creative Commons License](../../media/cc-logo/88x31.png)](https://creativecommons.org/licenses/by/4.0)
758758
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/experimental-features/index.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -380,9 +380,7 @@ Status:
380380

381381
<!-- ====================================================================== -->
382382
## Group sources into authored and deployed trees
383-
<!-- checkbox has a "(?)" link
384-
https://learn.microsoft.com/en-us/microsoft-edge/devtools-guide-chromium/experimental-features/#group-sources-into-authored-and-deployed-trees
385-
pointing to this anchor wording -->
383+
<!-- checkbox has a "(?)" link pointing to this anchor wording -->
386384

387385
_new as of Microsoft Edge 104_
388386
<!-- This experiment was shown in the What's New 104 video [Microsoft Edge | What's New in DevTools 104](https://www.youtube.com/watch?v=0_ZprFX8x0I&t=129s) at 2:09. -->

microsoft-edge/devtools-guide-chromium/memory-inspector/memory-inspector-tool.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,17 +40,14 @@ The **Memory Inspector** tool provides greater ability than the **Sources** tool
4040

4141
![Sources tool scope panel provides limited ability to inspect memory](./memory-inspector-tool-images/memory-inspector-sources-scope-limited-ability.png)
4242

43-
<!-- this page's initial content was from
44-
https://learn.microsoft.com/microsoft-edge/devtools-guide-chromium/whats-new/2021/04/devtools#new-memory-inspector-tool
45-
-->
46-
4743

4844
<!-- ====================================================================== -->
4945
## Open Memory Inspector while debugging
46+
<!-- some initial content was from [New Memory Inspector tool](../whats-new/2021/04/devtools.md#new-memory-inspector-tool) in _What's New in DevTools (Microsoft Edge 91)_. -->
5047

5148
1. Start Microsoft Edge.
5249

53-
1. Open the test site [Inspect ArrayBuffers in JS (Memory in JS)](http://memory-inspector.glitch.me/demo-js.html). <!-- To do item: copy to Microsoft Repo and reference there -->
50+
1. Open the test site [Inspect ArrayBuffers in JS (Memory in JS)](http://memory-inspector.glitch.me/demo-js.html). <!-- todo: copy code to https://github.com/MicrosoftEdge/Demos and link to there -->
5451

5552
1. Open DevTools by pressing **F12** or **Ctrl+Shift+I** (Windows, Linux) or **Command+Option+I** (macOS).
5653

0 commit comments

Comments
 (0)