Commit Graph

22 Commits

Author SHA1 Message Date
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
Alex Maitland
368f4a52ab
Upgrade to 83.4.20 (#94)
* Upgrade to 83.4.20
* OffScreen - Fix Google search javascript
2020-07-02 11:08:43 +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
Konstantin Preißer
9632e10c14 Add .NET Core 3.0 WinForms/WPF/OffScreen examples (#57)
* Add minimal WinForms and WPF examples using .NET Core 3.0 projects, reusing the existing code files.

Issue cefsharp/CefSharp#2796

* Follow-Up: Add a minimal OffScreen example using a .NET Core 3.0 project.

* Upgrade to 75.1.142.

* Update README.md to mention .NET Core support.

* Fix typo.

* Add comment about UseShellExecute.
2019-09-10 18:20:34 +10:00
amaitland
294d2d7746 Revert "OffScreen Example - Click Google search button using mouse down/up"
This reverts commit b5ee0f5d0c.
2018-10-26 13:13:52 +10:00
amaitland
f36aeca119 Demo CefSharpSettings.SubprocessExitIfParentProcessClosed
Set CefSharpSettings.SubprocessExitIfParentProcessClosed = true; to demo this feature.
2018-10-26 13:12:32 +10:00
amaitland
b5ee0f5d0c OffScreen Example - Click Google search button using mouse down/up 2018-10-11 17:11:06 +10:00
amaitland
75ccd029e0 Set CachePath for all three examples - use AppData Local folder 2017-03-22 15:04:33 +10:00
amaitland
507ac7f326 Remove disable-gpu flag from offscreen and WPF examples - bug has been fixed 2016-09-15 21:08:28 +10:00
amaitland
c1276f824d Update to 53.0.0-pre01
shutdownOnProcessExit has been removed
2016-09-15 21:05:18 +10:00
amaitland
7f371af1a0 Run the Offscreen continuation on the Threadpool 2016-07-15 08:17:47 +10:00
amaitland
5150ce34ef Disable GPU on windows 7
https://github.com/cefsharp/CefSharp/issues/1634
2016-06-16 08:14:16 +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
ffcf0ecadc Disable GPU in WPF and Offscreen examples until #1634 has been resolved 2016-03-23 15:27:16 +10:00
amaitland
f862aa4f44 Enable Dependency Checking for all three projects 2015-11-05 09:13:24 +10:00
amaitland
db4db05662 Update OffScreen example to evaluate some javascript before taking the screenshot.
Still need to investigate a better method of waiting for render to complete as Thread.Sleep is crude

Conflicts:
	CefSharp.MinimalExample.OffScreen/Program.cs
2015-09-10 15:01:46 +10:00
amaitland
97298dc2bc Update example as API had changed 2015-08-20 11:54:49 +10:00
amaitland
b90f61ab55 Year bump 2015-06-15 18:33:22 +10:00
amaitland
6740acacd1 Update to 39.0.0-pre03 2015-02-27 14:04:50 +10:00
amaitland
261f014ad9 Add OffScreen example 2014-11-27 16:40:15 +10:00