Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release Notes for WebView2 119 Prerelease SDK #2838

Merged
merged 43 commits into from
Sep 21, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
43 commits
Select commit Hold shift + click to select a range
637df69
draft Prerelease section
mikehoffms Sep 15, 2023
5981eb4
Remove Prelim note
mikehoffms Sep 15, 2023
fbcb005
Remove sample app changes
victorhuangwq Sep 15, 2023
de61fec
Adds Frame Process Info API and NewWindowRequested
victorhuangwq Sep 18, 2023
cd48c45
Change name of frame process info
victorhuangwq Sep 18, 2023
a016d6c
Merge branch 'main' into user/mikehoffms/relnotes-prerelease-119
mikehoffms Sep 18, 2023
b2784a9
Merge branch 'user/mikehoffms/relnotes-prerelease-119' of https://git…
mikehoffms Sep 18, 2023
5bfd159
writer pass on new tab-set
mikehoffms Sep 18, 2023
7bf8413
member kind for win32 links
mikehoffms Sep 18, 2023
befe20d
Update GetProcessExtendedInfo information
victorhuangwq Sep 18, 2023
b838138
Tighten ProcessExtendedInfo desc
mikehoffms Sep 18, 2023
5cdd776
Frame Process Info API not Get...
mikehoffms Sep 18, 2023
78a9917
Tighten lines in Win32
mikehoffms Sep 18, 2023
bb9ae95
Lead-in for Promotions
mikehoffms Sep 18, 2023
c3c5ccd
Restore Release section above
mikehoffms Sep 18, 2023
70f4ac5
Add GetProcessExtendedInfos for WinRT and DotNet
victorhuangwq Sep 18, 2023
420f464
Enum values
mikehoffms Sep 19, 2023
b5a94c4
Spell Win32 enum values
mikehoffms Sep 19, 2023
0b17528
Remove member anchor from type link
mikehoffms Sep 19, 2023
dd10846
templates, incl "Experimental APIs" heading
mikehoffms Sep 19, 2023
19a8a4c
Experimental features > Experimental APIs
mikehoffms Sep 19, 2023
1e6280e
Reduced/clarified use of General heading
mikehoffms Sep 19, 2023
671649b
Remove dup stray Promotions section
mikehoffms Sep 19, 2023
aa0f45b
Restore list item format for Importants in 0.9.579
mikehoffms Sep 19, 2023
91bdae5
Flatten headings that apply to All Platforms
mikehoffms Sep 19, 2023
afe223c
Moved Bug Fixes to be last in sections
mikehoffms Sep 19, 2023
8dfd68c
Remove trailing spaces
mikehoffms Sep 19, 2023
a93032a
Add "General features" heading in templates
mikehoffms Sep 19, 2023
24f1b7f
Remove C++ member kind
mikehoffms Sep 19, 2023
186ee06
Remove kind from C++ link text
mikehoffms Sep 19, 2023
01d0658
Broad vs. narrow names of Frame Process Info API
mikehoffms Sep 19, 2023
8404e50
Whitespace to trigger doc build
mikehoffms Sep 19, 2023
ef4e939
Clarify lead-ins
mikehoffms Sep 19, 2023
b4cb0ac
Group bug fixes for Runtime vs SDK
mikehoffms Sep 19, 2023
1b09be5
Dummy change 2 to trigger build
mikehoffms Sep 19, 2023
feb6863
update date
mikehoffms Sep 20, 2023
7f81353
add specifier Release or Prerelease before SDK
mikehoffms Sep 20, 2023
3fbae89
Test Win32 links, swap order
mikehoffms Sep 20, 2023
d48eed8
Test & finalize WinRT links
mikehoffms Sep 20, 2023
a16ff19
Move CustomSchemeRegistration to Promotions
mikehoffms Sep 20, 2023
1c9275c
SetPermissionState affects Runtime & SDK
mikehoffms Sep 20, 2023
c7112a3
x-plat links augment RT's CustomSchemeRegistrations
mikehoffms Sep 20, 2023
2a178df
Scheme reg API plural
mikehoffms Sep 20, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion microsoft-edge/webview2/concepts/frames.md
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ For iframes, you can listen to network events and modify them, by using the `Web
See also:
* [Manage network requests in WebView2](./overview-features-apis.md#manage-network-requests-in-webview2) in _Overview of WebView2 features and APIs_.
* [Custom management of network requests](../how-to/webresourcerequested.md)
* [1.0.1222-prerelease > Experimental features](../release-notes.md#experimental-features-2) in _Release Notes for the WebView2 SDK_ regarding these APIs.
* [Experimental APIs for 1.0.1222-prerelease](../release-notes.md#experimental-apis-for-101222-prerelease) in _Release Notes for the WebView2 SDK_.


##### [.NET/C#](#tab/dotnetcsharp)
Expand Down
Loading