Skip to content

Commit 7d9877d

Browse files
committed
apply replies to rvw cmts
1 parent 7a81dce commit 7d9877d

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

  • microsoft-edge/webview2/release-notes

microsoft-edge/webview2/release-notes/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ No additional APIs have been promoted to Stable and added in this Release SDK.
5252
<!-- ---------- -->
5353
###### Runtime-only
5454

55-
* Disabled `kExtensionDisableUnsupportedDeveloper` in WebView2. ([Issue #5113](https://github.com/MicrosoftEdge/WebView2Feedback/issues/5113))<!-- todo: correct spelling? not found in any docset, not mentioned in the Issue - more relevant wording for users? where can confirm spelling? -->
55+
* Extensions won't get disabled in WebView2 by using `AddBrowserExtensionAsync`, regardless of whether developer mode is on. ([Issue #5113](https://github.com/MicrosoftEdge/WebView2Feedback/issues/5113))
5656
* Disabled background update of network time. ([Issue #5047](https://github.com/MicrosoftEdge/WebView2Feedback/issues/5047))
5757
* Fixed the download popup not being displayed when `target="_blank"`. ([Issue #5063](https://github.com/MicrosoftEdge/WebView2Feedback/issues/5063))
5858

@@ -90,23 +90,23 @@ No APIs have been promoted from Experimental to Stable in this Prerelease SDK.
9090
###### Runtime and SDK
9191

9292
* Fixed host object async method exception handling. ([Issue #3402](https://github.com/MicrosoftEdge/WebView2Feedback/issues/3402))
93-
* Behavioral comment change.<!-- todo: clarify generic desc; specify the change --> ([Issue #5091](https://github.com/MicrosoftEdge/WebView2Feedback/issues/5091))
93+
* Fixed documentation for `CoreWebVIew2.Navigate`. ([Issue #5091](https://github.com/MicrosoftEdge/WebView2Feedback/issues/5091))
9494

9595

9696
<!-- ---------- -->
9797
###### Runtime-only
9898

9999
* Fixed an "Add to Chrome" store installation regression.
100100
* Fixed folder uploads in UWP and WinUI. ([Issue #3275](https://github.com/MicrosoftEdge/WebView2Feedback/issues/3275))
101-
* Disabled `kExtensionDisableUnsupportedDeveloper` in WebView2. ([Issue #5113](https://github.com/MicrosoftEdge/WebView2Feedback/issues/5113))<!-- todo: correct spelling? not found in any docset, not mentioned in the Issue - more relevant wording for users? where can confirm spelling? -->
101+
* Extensions won't get disabled in WebView2 by using `AddBrowserExtensionAsync`, regardless of whether developer mode is on. ([Issue #5113](https://github.com/MicrosoftEdge/WebView2Feedback/issues/5113))
102102
* Disabled background update of network time. ([Issue #5047](https://github.com/MicrosoftEdge/WebView2Feedback/issues/5047))
103103
* Fixed the download popup not being displayed when `target="_blank"`. ([Issue #5063](https://github.com/MicrosoftEdge/WebView2Feedback/issues/5063))
104104

105105

106106
<!-- ---------- -->
107107
###### SDK-only
108108

109-
* Fixes a crash that could occur when the Garbage Collector calls `Finalize` off<!-- todo: clarify "off" - on? of? --> the main thread.
109+
* Fixes a crash that could occur when the Garbage Collector calls `Finalize` on a thread other than the main thread.
110110

111111
<!-- end of Mar 2025 Prerelease SDK -->
112112

0 commit comments

Comments
 (0)