Skip to content

Commit 6654ee0

Browse files
Merge pull request #3422 from MicrosoftDocs/main
Publish #3378
2 parents 9c2f033 + 1b1c5af commit 6654ee0

File tree

213 files changed

+2203
-1271
lines changed

Some content is hidden

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

213 files changed

+2203
-1271
lines changed

.openpublishing.redirection.json

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,32 @@
111111
},
112112
{
113113
"source_path": "microsoft-edge/devtools-guide-chromium/javascript-profiler/javascript-profiler-tool.md",
114-
"redirect_url": "/microsoft-edge/devtools-guide-chromium/evaluate-performance/",
114+
"redirect_url": "/microsoft-edge/devtools-guide-chromium/performance/",
115+
"redirect_document_id": false
116+
},
117+
{
118+
"source_path": "microsoft-edge/devtools-guide-chromium/evaluate-performance/index.md",
119+
"redirect_url": "/microsoft-edge/devtools-guide-chromium/performance/index",
120+
"redirect_document_id": false
121+
},
122+
{
123+
"source_path": "microsoft-edge/devtools-guide-chromium/evaluate-performance/reference.md",
124+
"redirect_url": "/microsoft-edge/devtools-guide-chromium/performance/reference",
125+
"redirect_document_id": false
126+
},
127+
{
128+
"source_path": "microsoft-edge/devtools-guide-chromium/evaluate-performance/performance-reference.md",
129+
"redirect_url": "/microsoft-edge/devtools-guide-chromium/performance/performance-reference",
130+
"redirect_document_id": false
131+
},
132+
{
133+
"source_path": "microsoft-edge/devtools-guide-chromium/evaluate-performance/unminify.md",
134+
"redirect_url": "/microsoft-edge/devtools-guide-chromium/performance/unminify",
135+
"redirect_document_id": false
136+
},
137+
{
138+
"source_path": "microsoft-edge/devtools-guide-chromium/evaluate-performance/selector-stats.md",
139+
"redirect_url": "/microsoft-edge/devtools-guide-chromium/performance/selector-stats",
115140
"redirect_document_id": false
116141
},
117142
{

microsoft-edge/dev-videos/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -486,7 +486,7 @@ Learn how to customize DevTools to fit your needs. Covers:
486486
* Move tools in the bottom **Drawer** (now the **Quick View** panel).
487487
* Customize the text size.
488488
* Customize the theme.
489-
* Use the Command Menu keyboard shortcuts to quickly customize DevTools.
489+
* Use the **Command Menu** keyboard shortcuts to quickly customize DevTools.
490490

491491
See also:
492492
* [Overview of DevTools](../devtools-guide-chromium/overview.md#change-where-devtools-is-docked-in-the-browser)
@@ -650,7 +650,7 @@ Covers:
650650

651651
See also:
652652
* [What's New in DevTools 96](../devtools-guide-chromium/whats-new/2021/11/devtools.md)<!-- has Video section -->
653-
* [Microsoft Edge DevTools extension for Visual Studio Code](/microsoft-edge/visual-studio-code/microsoft-edge-devtools-extension)
653+
* [Microsoft Edge DevTools extension for Visual Studio Code](../visual-studio-code/microsoft-edge-devtools-extension.md)
654654

655655

656656
<!-- ====================================================================== -->

microsoft-edge/developer/index.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ landingContent:
242242
- text: Develop experiences for the sidebar in Microsoft Edge
243243
url: ../web-platform/sidebar.md
244244

245-
- text: Detect Windows 11 using User-Agent Client Hints
245+
- text: Detect Windows 11 and CPU architecture using User-Agent Client Hints
246246
url: ../web-platform/how-to-detect-win11.md
247247

248248
- text: Customize the password reveal button

microsoft-edge/devtools-guide-chromium/3d-view/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ You can open the **3D View** tool either in the **Activity Bar** or in the **Qui
3636

3737
* To get maximum canvas space, open the **3D View** tool in the **Activity Bar**.
3838

39-
* To use the **Elements** tool and **3D View** tool at the same time, open the **3D View** tool in the **Quick View** panel. This enables you to view the DOM tree elements represented in the 3D canvas. This is the default; in the Command Menu, **Show 3D View** is indicated as opening in the **Quick View** panel.
39+
* To use the **Elements** tool and **3D View** tool at the same time, open the **3D View** tool in the **Quick View** panel. This enables you to view the DOM tree elements represented in the 3D canvas. This is the default; in the **Command Menu**, **Show 3D View** is indicated as opening in the **Quick View** panel.
4040

4141

4242
<!-- ------------------------------ -->
@@ -125,7 +125,7 @@ The **Slow scroll rects** checkbox highlights sections of the page that cause sl
125125
This checkbox highlights (in pink) the boxes of the rendered webpage that may cause these performance issues.
126126
<!-- To try this checkbox, you can go to [YouTube](https://www.youtube.com). -->
127127

128-
This checkbox is similar to the **Scrolling performance issues** checkbox in the **Rendering** tool, which highlights the slow rects on the page directly (in yellow). See [Find scroll performance issues in realtime](../evaluate-performance/reference.md#find-scroll-performance-issues-in-realtime) in _Performance features reference_. Both checkboxes are based on the same debugging info, but these two tools present this information differently.
128+
This checkbox is similar to the **Scrolling performance issues** checkbox in the **Rendering** tool, which highlights the slow rects on the page directly (in yellow). See [Find scroll performance issues in realtime](../performance/reference.md#find-scroll-performance-issues-in-realtime) in _Performance features reference_. Both checkboxes are based on the same debugging info, but these two tools present this information differently.
129129
<!-- https://developer.chrome.com/docs/devtools/rendering/performance/#scrolling-performance-issues -->
130130

131131

-161 KB
Loading
322 Bytes
Loading
401 Bytes
Loading
465 Bytes
Loading
531 Bytes
Loading
588 Bytes
Loading

0 commit comments

Comments
 (0)