You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Minor Changes
63f35d7: Add a BrowserEngine discriminant ("webkit" | "chrome") to the browser surface for Managed-mode Chrome. BrowserOpenInput, BrowserOpenResult, and BrowserListEntry gain an engine field (defaults to "webkit"), and WebviewCapability gains an engines array (defaults to ["webkit"]). Purely additive — existing manifests and callers are unchanged. Mirrors the lockstep change in WebviewCapability (shell manifest.rs).