-
Notifications
You must be signed in to change notification settings - Fork 16.2k
fix: set WebContents background color ubiquitously #27593
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
fix: set WebContents background color ubiquitously #27593
Conversation
💖 Thanks for opening this pull request! 💖 We use semantic commit messages to streamline the release process. Before your pull request can be merged, you should update your pull request title to start with a semantic prefix. Examples of commit messages with semantic prefixes:
Things that will help get your PR across the finish line:
We get a lot of pull requests on this repo, so please be patient and we will get back to you as soon as we can. |
e4863f9
to
2778d3a
Compare
@marekharanczyk can you please rebase this? |
Move it from LoadURL to RenderViewCreated which is present in all window creation cases and is called early enough to be relevant from user prespective and after RenderWidgetHostView is already present.
2778d3a
to
08523b4
Compare
Rebase done. |
Failure is unrelated. |
Congrats on merging your first pull request! 🎉🎉🎉 |
Release Notes Persisted
|
I was unable to backport this PR to "10-x-y" cleanly; |
I was unable to backport this PR to "12-x-y" cleanly; |
I was unable to backport this PR to "11-x-y" cleanly; |
@codebytere has manually backported this PR to "12-x-y", please check out #27942 |
@codebytere has manually backported this PR to "11-x-y", please check out #27944 |
@codebytere has manually backported this PR to "10-x-y", please check out #27945 |
…27942) Move it from LoadURL to RenderViewCreated which is present in all window creation cases and is called early enough to be relevant from user prespective and after RenderWidgetHostView is already present. Co-authored-by: marekharanczyk <48673767+marekharanczyk@users.noreply.github.com>
Move it from LoadURL to RenderViewCreated which is present
in all window creation cases and is called early enough to be
relevant from UX perspective but after RenderWidgetHostView
is already present.
Description of Change
Checklist
npm test
passesRelease Notes
Notes: Fixed background color not being applied for child windows created by native window.open path.