Commit Graph

12 Commits

Author SHA1 Message Date
zhangyazhou b9078f8789 修改默认网址 2022-12-10 17:08:52 +08:00
zhangyazhou dd7a518ea6 修改wpf界面功能支持执行js 2022-12-07 11:37:29 +08:00
Alex Maitland d752b5852f WPF - Set ChromiumWebBrowser as focused element 2021-12-26 13:26:18 +10:00
Alex Maitland 07049f5e62 Upgrade to 88.2.90 (#131)
* Upgrade to v88.2.40-pre

WPF - Add https scheme to default URL to workaround upstream issue
https://bitbucket.org/chromiumembedded/cef/issues/3079/cant-load-urls-without-scheme

* Net Core - Add AnyCPU Platform to projects/solution

* Net Core - Add RuntimeIdentifier based on PlatformTarget

- Set RuntimeIdentifier based on PlatformTarget (PlatformTarget isn't set of AnyCPU)
- Set SelfContained to false so as not to provide a Framework Dependant build (don't include the whole .net framework)

* WPF/WinForms - Change CefSharpBuildAction to Content

For testing of ClickOnce publish

* Net 5.0 - Update to include PublishSingleFile settings

- .Net 5.0 Publish Settings for PublishSingleFile
  https://docs.microsoft.com/en-us/dotnet/core/deploying/single-file
  Defaults differ compared to .Net Core 3.1
- Set RollForward to Major so runs on newer runtime version
- Add net5.0-windows TargetFramework

* .Net 5.0 - Publish Single Exe Example

- Use the main application exe as the BrowserSubprocess when self publishing a .Net 5.0 exe
- Only the WPF and WinForms examples have been updated

https://github.com/cefsharp/CefSharp/issues/3407

* Upgrade to 88.2.90
2021-03-05 11:15:53 +10:00
amaitland 337b617b46 WPF - Use Microsoft.Xaml.Behaviors.Wpf
Migrate from System.Windows.Interactivity.WPF to Microsoft.Xaml.Behaviors.Wpf
2020-09-09 17:53:53 +10:00
Nikhil Agrawal 515a652685 UI Changes
1. Made more space for links hover in statusbar - Moved Progress Bar below addressbar.
    a) Thinly visible when loading, hides when loaded.
    b) No flickering as progress bar and browser share same row.
2. Behaviour to load page when hit Enter in Addressbar - Behaviour for that.
2. Refactor.
2017-12-09 19:41:03 +05:30
amaitland 866e3de796 MainWindow.xaml - simplify static bindings
HoverLinkBehaviour - Always use BeginInvoke unless there's an explicit reason for using a sync action
EnvironmentConverter - Minor inconsistencies
2017-04-10 10:34:08 +10:00
Nikhil Agrawal 63d6b44f35 1) Added Hover Link, ChromiumVersion, CefVersion, CefSharpVersion, ProcessInfo in Status Bar. 2) Added Back, Forward, Print and View source buttons and Addressbar. (#36)
Add Primary Navigation/Address Bar and Status bar
2017-04-10 10:15:55 +10:00
Michel Feinstein 0dd84bc65b Improved the example UI Bindings. 2016-10-23 17:36:44 -02:00
amaitland 09b92eac80 For simplicities sake strip out all the MVVM parts and simplify the example down to the bare minimum
(Code is declared in the MainWindow now)
2016-01-13 10:53:46 +10:00
amaitland 37c43f1710 Restructure View/ViewModels into their own distinct folders 2014-08-05 14:57:24 +10:00
Per Lundberg 58792baa5e Added minimal example of how CefSharp can be used. Only WPF so far. 2013-11-12 13:14:11 +02:00