Skip to content

Commit 6672d4c

Browse files
committed
trimmed LMC links
1 parent 087ffb5 commit 6672d4c

9 files changed

Lines changed: 17 additions & 21 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/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

microsoft-edge/devtools-guide-chromium/remote-debugging/windows.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ To see the default ports that are used by Device Portal, see the table in [Setup
139139
For information about port settings, see [Windows Device Portal for Desktop](/windows/uwp/debug-test-perf/device-portal-desktop).
140140

141141
See also:
142-
* [Registry-based configuration](https://learn.microsoft.com/en-us/windows/uwp/debug-test-perf/device-portal-desktop#registry-based-configuration) in _Windows Device Portal for Desktop_.
142+
* [Registry-based configuration](/windows/uwp/debug-test-perf/device-portal-desktop#registry-based-configuration) in _Windows Device Portal for Desktop_.
143143

144144

145145
<!-- ====================================================================== -->

microsoft-edge/devtools-guide-chromium/whats-new/2021/02/devtools.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -252,8 +252,8 @@ For the history of this feature in the Chromium open-source project, see Issues
252252

253253
See also:
254254
* [Application tool, to manage storage](../../../storage/application-tool.md)
255-
<!-- todo: the Application tool seems under-doc'd; contrast the TOC > Tools > Application tool vs. the left-side tree in the tool:
256-
https://learn.microsoft.com/microsoft-edge/devtools-guide-chromium/storage/application-tool -->
255+
<!-- todo: doc latest tree in Application tool; compare articles eg
256+
[Application tool, to manage storage](../../../storage/application-tool.md) - see outline of UI at top of page -->
257257

258258

259259
<!-- ------------------------------ -->

microsoft-edge/devtools-guide-chromium/whats-new/2023/04/devtools-112.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ In Microsoft Edge 112, the **Performance** tool now loads sourcemaps and applies
3939
![The unminified call stack from a profile recorded in the Performance tool](./devtools-112-images/unminification-in-oopifs-after.png)
4040

4141
<!-- maint:
42-
1. Connect Symbol Server via a PAT to the Office org. https://learn.microsoft.com/microsoft-edge/devtools-guide-chromium/javascript/consume-source-maps-from-azure
42+
1. Connect Symbol Server via a PAT to the Office org. [Securely debug original code by using Azure Artifacts symbol server source maps](../../../javascript/consume-source-maps-from-azure.md)
4343
2. Repeat the above steps to show the original file and function names in the flame chart.
4444
-->
4545

microsoft-edge/webview2/concepts/frames.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -300,11 +300,13 @@ See also:
300300
For iframes, you can listen to network events and modify them, by using the `WebResourceRequested` event.
301301

302302
See also:
303-
* [Manage network requests in WebView2](./overview-features-apis.md#manage-network-requests-in-webview2) in _Overview of WebView2 APIs_.
303+
* [Manage network requests in WebView2](./overview-features-apis.md#manage-network-requests-in-webview2) in _Overview of WebView2 APIs_.<!-- todo: delete the below tabset? -->
304304
* [Custom management of network requests](../how-to/webresourcerequested.md)
305305
* [Experimental APIs for 1.0.1222-prerelease](../release-notes/archive.md#experimental-apis-for-101222-prerelease) in _Archived Release Notes for the WebView2 SDK_.
306306

307307

308+
<!-- todo: delete tabset? -->
309+
308310
##### [.NET/C#](#tab/dotnetcsharp)
309311

310312
See the latest prerelease APIs. The following links contain `1.0.1466-prerelease`. In the **Version** dropdown list in the upper left of the API Reference docs, select the latest prerelease.
@@ -332,14 +334,15 @@ See the latest prerelease APIs. The following links contain `1.0.1466-prereleas
332334
<!-- for win32, "Experimental" links automatically go to latest view -->
333335

334336
* [ICoreWebView2Experimental16.AddWebResourceRequestedFilterWithRequestSourceKinds method](/microsoft-edge/webview2/reference/win32/icorewebview2experimental16#addwebresourcerequestedfilterwithrequestsourcekinds) - To subscribe to network requests that belong to an iframe, you must use this `...WithRequestSourceKinds` method and use `COREWEBVIEW2_WEB_RESOURCE_REQUEST_SOURCE_KINDS_DOCUMENT` as the value of the `requestSourceKinds` parameter.<!--keep this note-->
335-
* [COREWEBVIEW2_WEB_RESOURCE_REQUEST_SOURCE_KINDS enum](/microsoft-edge/webview2/reference/win32/icorewebview2experimentalcompositioncontroller4#corewebview2_web_resource_request_source_kinds)
337+
* [COREWEBVIEW2_WEB_RESOURCE_REQUEST_SOURCE_KINDS enum](/microsoft-edge/webview2/reference/win32/webview2-idl#corewebview2_web_resource_request_source_kinds)
336338
* [ICoreWebView2Experimental16.RemoveWebResourceRequestedFilterWithRequestSourceKinds method](/microsoft-edge/webview2/reference/win32/icorewebview2experimental16#removewebresourcerequestedfilterwithrequestsourcekinds)
337339
* [ICoreWebView2ExperimentalWebResourceRequestedEventArgs interface](/microsoft-edge/webview2/reference/win32/icorewebview2experimentalwebresourcerequestedeventargs)
338340

339341
<!--
340-
TODO: at next SDK release early December 2022, update enum link when it changes to a Globals page section/anchor eg:
342+
todo: at next SDK release early December 2022, update enum link when it changes to a Globals page section/anchor eg:
341343
https://learn.microsoft.com/microsoft-edge/webview2/reference/win32/webview2experimental-idl?view=webview2-1.0.1418.22
342344
https://learn.microsoft.com/microsoft-edge/webview2/reference/win32/webview2-idl?view=webview2-1.0.1418.22
345+
check links in [Manage network requests in WebView2](./overview-features-apis?tabs=win32cpp#manage-network-requests-in-webview2) with Win32 tab selected
343346
-->
344347

345348
---

0 commit comments

Comments
 (0)