Skip to content
New issue

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

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

Already on GitHub? # to your account

Add spec for CoreWebView2ControllerOptions.DefaultBackgroundColor.md #4899

Conversation

citlalli-z
Copy link
Contributor

@citlalli-z citlalli-z commented Oct 30, 2024

This is a review for the new CoreWebView2ControllerOptions.DefaultBackgroundColor API.

@citlalli-z citlalli-z added the API Proposal Review WebView2 API Proposal for review. label Oct 30, 2024
@citlalli-z citlalli-z force-pushed the api-CoreWebView2ControllerOptions.DefaultBackgroundColor-draft branch 3 times, most recently from 33fde7c to 08674c7 Compare November 1, 2024 17:09
Update to address feedback from review comments
@citlalli-z citlalli-z force-pushed the api-CoreWebView2ControllerOptions.DefaultBackgroundColor-draft branch from 08674c7 to bad09b9 Compare November 1, 2024 17:14
return S_OK;
}

wil::com_ptr<ICoreWebView2ControllerOptions> stagingOptions;wil::com_ptr<ICoreWebView2ControllerOptions4> options4;
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
wil::com_ptr<ICoreWebView2ControllerOptions> stagingOptions;wil::com_ptr<ICoreWebView2ControllerOptions4> options4;
wil::com_ptr<ICoreWebView2ControllerOptions4> options4;

Copy link
Contributor

Choose a reason for hiding this comment

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

+make sure to change other instances of stagingOptions to options4 :)

@citlalli-z citlalli-z force-pushed the api-CoreWebView2ControllerOptions.DefaultBackgroundColor-draft branch 4 times, most recently from 6df85f0 to 8c25360 Compare November 12, 2024 00:11
@citlalli-z citlalli-z force-pushed the api-CoreWebView2ControllerOptions.DefaultBackgroundColor-draft branch from 8c25360 to 614e9de Compare December 9, 2024 22:21
@citlalli-z citlalli-z force-pushed the api-CoreWebView2ControllerOptions.DefaultBackgroundColor-draft branch from 2a4b5ec to 462d39d Compare December 9, 2024 23:17
@citlalli-z citlalli-z merged commit 6f25685 into api-CoreWebView2ControllerOptions.DefaultBackgroundColor Dec 10, 2024
1 check passed
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
API Proposal Review WebView2 API Proposal for review.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants