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

Import CefSharp.Wpf.HwndHost into main repository. #4981

Open
wants to merge 12 commits into
base: master
Choose a base branch
from

Conversation

amaitland
Copy link
Member

@amaitland amaitland commented Nov 16, 2024

Fixes: [issue-number]
#4982

Summary:

  • Import the CefSharp.Wpf.HwndHost code into a subfolder in the CefSharp.Wpf project

Changes:

  • Import code into HwndHost folder (namespace in CefSharp.Wpf project)
  • Add new common interface
  • Add the existing example (though will be migrated to MinimalExample shortly)

How Has This Been Tested?

  • Added basic unit tests

Screenshots (if appropriate):

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Updated documentation

Checklist:

  • Tested the code(if applicable)
  • Commented my code
  • Changed the documentation(if applicable)
  • New files have a license disclaimer
  • The formatting is consistent with the project (project supports .editorconfig)

@amaitland amaitland linked an issue Nov 16, 2024 that may be closed by this pull request
@amaitland
Copy link
Member Author

amaitland commented Nov 16, 2024

Still a few thing to resolve

  • Meta nuget package
  • Add some tests now the project is in the main repo
  • Update the example to be part of the Wpf example so it can used the existing tabbed interface
  • Remove the current Example.

@AppVeyorBot
Copy link

@amaitland
Copy link
Member Author

I was hoping to have this done for M131, feels a bit too rushed, so will wait for M132

@amaitland
Copy link
Member Author

Need to manually cherry pick changes from PR cefsharp/CefSharp.Wpf.HwndHost#31

@AppVeyorBot
Copy link

@AppVeyorBot
Copy link

@amaitland amaitland marked this pull request as ready for review December 4, 2024 10:56
/// DelegateCommand
/// </summary>
/// <seealso cref="System.Windows.Input.ICommand" />
internal class DelegateCommand : ICommand
Copy link
Contributor

Choose a reason for hiding this comment

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

Can this be removed in favor of

internal class DelegateCommand : ICommand
?

Copy link
Member Author

Choose a reason for hiding this comment

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

Excellent suggestion! Thanks.

@AppVeyorBot
Copy link

@AppVeyorBot
Copy link

@AppVeyorBot
Copy link

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.

Feature Request - Migrade HwndHost code into main repository
3 participants