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

feat: support UWP webview debugging #1282

Merged
merged 4 commits into from
May 20, 2022
Merged

feat: support UWP webview debugging #1282

merged 4 commits into from
May 20, 2022

Conversation

connor4312
Copy link
Member

Fixes #1209

cc @DavidShoe

@connor4312 connor4312 added this to the May 2022 milestone May 20, 2022
@connor4312 connor4312 requested a review from roblourens May 20, 2022 20:50
@connor4312 connor4312 self-assigned this May 20, 2022
type: 'boolean',
description: refString('edge.useWebView.description'),
default: false,
type: 'object',
Copy link
Member

Choose a reason for hiding this comment

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

Is back-compat an issue?

Copy link
Member Author

Choose a reason for hiding this comment

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

We actually don't need back compat here -- the native webview debugging only worked when launching a browser, and the UWP webview debugging only supports attachment. So any boolean here would have been ignored

@connor4312 connor4312 merged commit 80a21b2 into main May 20, 2022
@connor4312 connor4312 deleted the uwp-pipes branch May 20, 2022 21:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support for debugging webviews in UWPs
2 participants