Commit Graph

23 Commits

Author SHA1 Message Date
Alex Maitland
ed5adfc787 WinForms - Update app.manifest to PerMonitorV2
- Update app.manifest
- Update comment in Program.cs
2022-06-20 11:09:34 +10:00
Alex Maitland
841faea234
Upgrade to 96.0.142 (#142)
* Update to 96.0.140-pre

* Upgrade to 96.0.141

* Minor code cleanup
2021-12-08 09:52:48 +10:00
Alex Maitland
c5a8b3275f
Upgrade to 91.1.210 (#134)
* Upgrade to 91.1.60-pre

* AnyCPU - Use the new CefRuntime.SubscribeAnyCpuAssemblyResolver method

Now CefSharp.dll is an AnyCPU dll the code for AnyCPU dll resolution can be added to the library.
Exact same code, just included in CefSharp.dll

* Upgrade to 91.1.160

* Upgrade to 91.1.210
2021-06-22 12:12:03 +10:00
Alex Maitland
db6479b52e Enable Dependency Check 2021-04-07 15:52:56 +10:00
Alex Maitland
55bcee859a
Upgrade to 89.0.170 (#132)
* Upgrade to 89.0.140-pre

- Dependency Check is currently disabled

* Upgrade to 89.0.170
2021-04-07 15:39:45 +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
Alex Maitland
24e516dd63 CefSharp.MinimalExample.sln - Add AnyCPU Solution Platform 2021-02-08 16:53:54 +10:00
Alex Maitland
95f428829b
Upgrade to 87.1.132 (#130)
* Upgrade to 87.1.12-CI3846

- Upgrade to Net Core 3.1 (Required to use new Net Core packages)
- Migrate to NetCore specific pages

* Upgrade to 87.1.130-pre

* OffScreen - Remove UseWindowsForms from csproj file

No longer required as we use the Drawing nuget package
Also causes a problem with Console.ReadLine

* README.md - Update Net Core Section

* WinForms - Add new SdkStyle .Net 4.7.2 project and solution

TODO: Add OffScreen and WPF project files

* Upgrade to 87.1.131-pre

* Upgrade to 87.1.132
2021-02-03 11:06:58 +10:00
amaitland
4576b0a2ad WPF/WinForms - Improve WebRTC Example and links 2020-09-09 17:53:53 +10:00
Alex Maitland
3445779de5
Upgrade to 81.3.100 (#87)
* Upgrade to 81.3.20-pre

* WinForms/WPF - Update enable-media-stream command line arg

Remove the "1" as it's not required, does nothing, there is no need to pass in a second argument

Issue https://github.com/cefsharp/CefSharp/issues/2858

* Upgrade to 81.3.100
2020-05-23 12:11:28 +10:00
amaitland
898eb755c6 .Net Core - Update example to self host the BrowserSubProcess
Eliminates the requirements for .Net 4.5.2, the application exe is used as the browsersubprocess.
Additional manual import of CefSharp.BrowserSubProcess.Core is required see csproj file for example

TODO: OffScreen version is crashing on exit so it's been updated, it just isn't using itself as the BrowserSubProcess
2020-02-10 12:20:12 +10:00
amaitland
282d2c0bd3 WinForms/WPF/OffScreenRemove CefSharpSettings.SubprocessExitIfParentProcessClosed = true; as it's now the default 2019-12-14 11:52:37 +10:00
amaitland
f36aeca119 Demo CefSharpSettings.SubprocessExitIfParentProcessClosed
Set CefSharpSettings.SubprocessExitIfParentProcessClosed = true; to demo this feature.
2018-10-26 13:12:32 +10:00
amaitland
4dd87a0fc6 CefSettings has been moved
CefSharp.CefSettings is now CefSharp.WinForms.CefSettings/CefSharp.Wpf.CefSettings/CefSharp.OffScreen.CefSettings
See https://github.com/cefsharp/CefSharp/issues/2477 for more details

There is one set of settings for each flavour, all the essential command line workarounds are enabled (there are plenty of non-essential ones that have no yet been enabled by default)
2018-08-12 17:09:27 +10:00
amaitland
726c328f6a Winforms/WPF Example - Enable WebRTC
Example of setting a command line argument
2018-07-13 10:54:18 +10:00
amaitland
75ccd029e0 Set CachePath for all three examples - use AppData Local folder 2017-03-22 15:04:33 +10:00
amaitland
1197f37035 Add app.manifest to WinForms example including HighDpi settings
Use Cef.EnableHighDPISupport(); also
2016-09-29 21:35:43 +10:00
amaitland
c1276f824d Update to 53.0.0-pre01
shutdownOnProcessExit has been removed
2016-09-15 21:05:18 +10:00
amaitland
8f59950029 Set shutdownOnProcessExit to false (code has actually been removed so it's ignored totally now, just updating for completeness)
Remove --disable-gpu from OSR examples
2016-06-07 15:11:50 +10:00
amaitland
f862aa4f44 Enable Dependency Checking for all three projects 2015-11-05 09:13:24 +10:00
amaitland
b90f61ab55 Year bump 2015-06-15 18:33:22 +10:00
amaitland
33ab4ef538 Remove BrowserSubprocessPath from examples - it's already set by default 2014-10-29 11:33:43 +10:00
amaitland
96b75a5649 Add minimal winforms example to demonstrate the latest 33.0.0 packages 2014-10-07 11:03:00 +10:00