Skip to content

Commit 681d849

Browse files
Merge branch 'main' of github.com:MicrosoftDocs/edge-developer into web-platform-release-notes
2 parents 8cb143f + 301744f commit 681d849

56 files changed

Lines changed: 394 additions & 338 deletions

Some content is hidden

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

.openpublishing.redirection.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -821,6 +821,11 @@
821821
"redirect_url": "/microsoft-edge/web-platform/user-agent-guidance",
822822
"redirect_document_id": false
823823
},
824+
{
825+
"source_path": "./microsoft-edge/devtools-guide-chromium/json-viewer/json-viewer.md",
826+
"redirect_url": "/microsoft-edge/web-platform/json-viewer",
827+
"redirect_document_id": false
828+
},
824829
// /Edge-specific web development tips
825830
// ============================================================================
826831
// Microsoft Edge IDE integration

microsoft-edge/dev-videos/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ August 17, 2023
7979
The JSON viewer automatically formats and highlights JSON responses and files in browser tabs. When your web server responds to HTTP requests with data encoded as JSON, this data isn't always easy to read and is sometimes returned as one line of text. The JSON viewer changes the returned data to make it easier to read. The JSON syntax is highlighted with different colors, object properties are displayed on their own lines and indented, and objects can be collapsed or expanded.
8080

8181
See also:
82-
* [View formatted JSON responses or files](../devtools-guide-chromium/json-viewer/json-viewer.md)<!-- has Video section -->
82+
* [View a JSON file or server response with formatting](../web-platform/json-viewer.md)
8383

8484

8585
<!-- ====================================================================== -->
@@ -121,7 +121,7 @@ Covers:
121121
See also:
122122
* [What's New in DevTools (Microsoft Edge 112)](../devtools-guide-chromium/whats-new/2023/04/devtools-112.md)<!-- has Video section -->
123123
* [Analyze CSS selector performance during Recalculate Style events](../devtools-guide-chromium/evaluate-performance/selector-stats.md) - CSS selector stats.
124-
* [View formatted JSON responses or files](../devtools-guide-chromium/json-viewer/json-viewer.md)
124+
* [View a JSON file or server response with formatting](../web-platform/json-viewer.md)
125125

126126

127127
<!-- ====================================================================== -->

microsoft-edge/developer/index.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -251,8 +251,8 @@ landingContent:
251251
- text: Display regional versions of your site, based on OS settings
252252
url: ../web-platform/os-regional-settings.md
253253

254-
- text: View formatted JSON responses or files
255-
url: ../devtools-guide-chromium/json-viewer/json-viewer.md
254+
- text: View a JSON file or server response with formatting
255+
url: ../web-platform/json-viewer.md
256256

257257
- text: Sign up for the Ad Selection API # todo: moved to "Experimental web platform features" toc bucket, delete?
258258
url: ../web-platform/ad-selection-api.md

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).

0 commit comments

Comments
 (0)