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

Update Overview of APIs for July 2024 #3219

Draft
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

mikehoffms
Copy link
Contributor

@mikehoffms mikehoffms commented Jul 9, 2024

Rendered article section for review:

This PR updates Overview of APIs for July 2024 promotions to Stable in Release SDK, listed in:
https://learn.microsoft.com/microsoft-edge/webview2/release-notes/
Draft of that (open in new window):
https://review.learn.microsoft.com/microsoft-edge/webview2/release-notes/?branch=pr-en-us-3218#promotions

Outline of headings:

# Overview of WebView2 features and APIs

## Overview of top-level feature areas

## Main classes: Environment, Controller, and Core

## Web/native interop
#### Host/web object sharing
#### Script execution
#### Web messaging <-- LIKELY SECTION
#### Script dialogs
#### Shared buffer

## Browser features
#### Printing
#### Cookies
#### Image capture
#### Downloads
#### Permissions
#### Context menus
#### Status bar
#### Fluent overlay scrollbars
#### User Agent
#### Autofill
#### Audio
#### Hit-testing of mouse-clicks in regions
#### Swipe gesture navigation
#### Enable or disable the browser responding to accelerator keys (shortcut keys)
#### Fullscreen
#### PDF toolbar
#### Theming
#### Language
#### New window
#### Close window
#### Document title
#### Favicon
#### Security and privacy
###### Tracking prevention
###### SmartScreen
###### Custom crash reporting
#### Browser extensions

## Process management
#### Frame process info

## Navigate to pages and manage loaded content
#### Manage content loaded into WebView2
#### Navigation history
#### Navigation kind
#### Block unwanted navigating
#### Navigation events
#### Manage network requests in WebView2
#### Custom scheme registration
#### Client certificates
#### Server certificates
#### Launch an external URI scheme

## iframes

## Authentication

## Rendering WebView2 in non-framework apps
#### Sizing, positioning, and visibility
#### Zooming
#### Rasterization scale
#### Focus and tabbing
#### Parent window
#### Keyboard accelerators
#### Default background color

## Rendering WebView2 using Composition
#### Connecting to the visual tree
#### Forwarding input
#### Drag and drop
#### Accessibility

## Environment options
#### User data
###### Multiple profiles
###### Delete a profile
#### Runtime selection

## Performance and debugging
#### Memory usage target

## Chrome DevTools Protocol (CDP)

## See also

AB#52408827

@mikehoffms mikehoffms marked this pull request as ready for review August 5, 2024 15:19
@mikehoffms mikehoffms marked this pull request as draft August 5, 2024 15:19
@@ -282,6 +282,85 @@ Your app can send messages to the web content that's within the WebView2 control

---

<!-- todo: incoming -->
#### Web messaging - INCOMING
Copy link
Contributor Author

@mikehoffms mikehoffms Aug 6, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

pls help place & integrate these links.
rendered article sections:
https://review.learn.microsoft.com/microsoft-edge/webview2/concepts/overview-features-apis?branch=pr-en-us-3219#web-messaging

outline of article headings is at top of PR main page
@victorhuangwq @peiche-jessica

  • how much lead-in text about specific APIs & capabilities? After the Ref docs PRs are live, it will be easier to read about each API & describe capabilities & specify which API - though this article is to be kept highly condensed, not detailed.

Copy link
Contributor Author

@mikehoffms mikehoffms Aug 6, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Possible doc-designs include:

Design 1:
heading
lead-in 1
tabset 1
lead-in 2
tabset 2

Design 2:
heading
lead-in
tab
... plain text label:
... list of apis
... plain text label:
... list of apis

Design 3:
heading
lead-in
tabset

heading
lead-in
tabset

Copy link

Learn Build status updates of commit 0bba3bc:

✅ Validation status: passed

File Status Preview URL Details
microsoft-edge/webview2/concepts/overview-features-apis.md ✅Succeeded View

For more details, please refer to the build report.

For any questions, please:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cat: webview2 WebView-related content. in-progress
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant