Commit Graph

16 Commits

Author SHA1 Message Date
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
Alex Maitland
cbedc3640f
Merge branch 'master' into cefsharp/65 2018-07-13 21:26:07 +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
29c9ef28df WPF - Mouse Wheel becomes unresponsive after reload
DisableTouchpadAndWheelScrollLatching as workaround

Issue #2408
2018-06-25 19:18:03 +10:00
amaitland
75ccd029e0 Set CachePath for all three examples - use AppData Local folder 2017-03-22 15:04:33 +10:00
amaitland
402267bf8e Remove call to EnableInternalPdfViewerOffScreen as it's been removed as Chromium no longer supports disabling of surfaces 2016-10-10 14:27:55 +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
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
757b8edf1e Enable internal PDF viewer in WPF project 2016-01-13 10:10:43 +10:00
amaitland
f862aa4f44 Enable Dependency Checking for all three projects 2015-11-05 09:13:24 +10:00
amaitland
33ab4ef538 Remove BrowserSubprocessPath from examples - it's already set by default 2014-10-29 11:33:43 +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