Skip to content

Commit 5e539dd

Browse files
committed
Merge branch 'main' into user/victorhuang/update-deprecategetenvironment-timeline
2 parents 99059a7 + 4977e9e commit 5e539dd

5 files changed

Lines changed: 27 additions & 110 deletions

File tree

.openpublishing.redirection.json

Lines changed: 27 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -255,28 +255,6 @@
255255
"redirect_document_id": false
256256
},
257257

258-
// WebView2 Release Notes:
259-
{
260-
"source_path": "microsoft-edge/hosting/webview2/releasenotes.md",
261-
"redirect_url": "/microsoft-edge/webview2/release-notes/index",
262-
"redirect_document_id": false
263-
},
264-
{
265-
"source_path": "microsoft-edge/webview2/releasenotes.md",
266-
"redirect_url": "/microsoft-edge/webview2/release-notes/index",
267-
"redirect_document_id": false
268-
},
269-
{
270-
"source_path": "microsoft-edge/webview2/release-notes.md",
271-
"redirect_url": "/microsoft-edge/webview2/release-notes/index",
272-
"redirect_document_id": false
273-
},
274-
{
275-
"source_path": "microsoft-edge/webview2/release-notes/template-prerelease.md",
276-
"redirect_url": "/microsoft-edge/webview2/release-notes/index",
277-
"redirect_document_id": false
278-
},
279-
280258
// WebView2 Concepts:
281259
{
282260
"source_path": "microsoft-edge/webview2/concepts/browserfeatures.md",
@@ -338,6 +316,33 @@
338316
"redirect_document_id": false
339317
},
340318

319+
// WebView2 Release Notes:
320+
{
321+
"source_path": "microsoft-edge/hosting/webview2/releasenotes.md",
322+
"redirect_url": "/microsoft-edge/webview2/release-notes/index",
323+
"redirect_document_id": false
324+
},
325+
{
326+
"source_path": "microsoft-edge/webview2/releasenotes.md",
327+
"redirect_url": "/microsoft-edge/webview2/release-notes/index",
328+
"redirect_document_id": false
329+
},
330+
{
331+
"source_path": "microsoft-edge/webview2/release-notes.md",
332+
"redirect_url": "/microsoft-edge/webview2/release-notes/index",
333+
"redirect_document_id": false
334+
},
335+
{
336+
"source_path": "microsoft-edge/webview2/release-notes/template-prerelease.md",
337+
"redirect_url": "/microsoft-edge/webview2/release-notes/index",
338+
"redirect_document_id": false
339+
},
340+
{
341+
"source_path": "./microsoft-edge/webview2/roadmap.md",
342+
"redirect_url": "/microsoft-edge/webview2/release-notes/index",
343+
"redirect_document_id": false
344+
},
345+
341346
// WebView2 Reference:
342347
{
343348
"source_path": "microsoft-edge/hosting/webview2/reference/icorewebview2.md",

microsoft-edge/toc.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1631,9 +1631,6 @@
16311631
- name: Archived Release Notes for the WebView2 SDK
16321632
href: ./webview2/release-notes/archive.md
16331633

1634-
- name: WebView2 Roadmap
1635-
href: ./webview2/roadmap.md # can delete
1636-
16371634
# -----------------------------------------------------------------------------
16381635
- name: WebView2 Reference
16391636
items:

microsoft-edge/web-platform/site-impacting-changes.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ This table lists high-impact changes which the Microsoft Edge team is tracking c
3636
| --- | --- | --- |
3737
| Insecure downloads over HTTP | Future release (TBD) | When a user tries to download potentially dangerous content from an HTTP site, the user will receive a UI warning, such as "Insecure download blocked." The user will still have an option to proceed and download the item. Admins can use the `InsecureContentAllowedForUrls` policy to specify HTTP sites for which the warning will be suppressed. Admins can use the `InsecureDownloadWarnings` feature flag to test the impact of this upcoming feature. |
3838
| Deprecate unload event | Future release (TBD) | Introduces a new Permission-Policy to allow creating unload event listeners. The default policy is `allow`, but the default policy will gradually be migrated to `deny`, such that unload handlers stop firing on pages, unless a page explicitly opts in to re-enable them. This change is happening in the Chromium project, on which Microsoft Edge is based. For more information, see [Intent to Deprecate: Deprecate unload event](https://groups.google.com/a/chromium.org/g/blink-dev/c/dvusqw9-IhI/m/SBkm_u1RAQAJ). |
39-
| Removal of cross-origin subframe JavaScript dialogs | Future release (TBD) | Removes `window.alert`, `window.prompt`, and `window.confirm` from cross-origin iframes. This change is happening in the Chromium project, on which Microsoft Edge is based. For more information, see [Intent to Remove: Cross origin subframe JS Dialogs](https://groups.google.com/a/chromium.org/g/blink-dev/c/hTOXiBj3D6A/m/JtkdpDd1BAAJ). |
4039
| Deprecate `getHostEnvironmentValue` | v137-v141 | Deprecate the non-standards-based, Microsoft Edge-only `window.external.getHostEnvironmentValue()` method, in favor of using the standardized User-Agent Client Hints API to expose browser and platform information. User-Agent Client Hints provide browser and platform information in a more privacy-preserving way. See [Detect Windows 11 and CPU architecture using User-Agent Client Hints](./how-to-detect-win11.md), and [User-Agent Client Hints API](https://developer.mozilla.org/docs/Web/API/User-Agent_Client_Hints_API). |
4140
| Deprecate `Intl.Locale` getters | v135 | The accessor properties of the `Intl.Locale` object are now deprecated, in favor of the corresponding functions, per specification. See [Deprecate `Intl.Locale` getters](./release-notes/135.md#deprecate-intllocale-getters), in _Microsoft Edge 135 web platform release notes (Apr. 2025)_. |
4241
| Remove `navigator.xr.supportsSession` method | v135 | The deprecated `navigator.xr.supportsSession` property is removed from the WebXR API. See [Remove `navigator.xr.supportsSession` method](./release-notes/135.md#remove-navigatorxrsupportssession-method), in _Microsoft Edge 135 web platform release notes (Apr. 2025)_. |

microsoft-edge/webview2/landing/index.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,6 @@ landingContent:
6060
- text: Release Notes for the WebView2 SDK
6161
url: ../release-notes/index.md
6262

63-
- text: WebView2 Roadmap
64-
url: ../roadmap.md
65-
6663
- linkListType: how-to-guide
6764
links:
6865
- text: WebView2 end-user FAQ

microsoft-edge/webview2/roadmap.md

Lines changed: 0 additions & 81 deletions
This file was deleted.

0 commit comments

Comments
 (0)