Skip to content

Tags: Muhammadsh/CefSharp

Tags

v47.0.3

Toggle v47.0.3's commit message
Add IRequest.ResourceType

v47.0.2

Toggle v47.0.2's commit message
Update to version 47.0.2

v47.0.0

Toggle v47.0.0's commit message
Upgrade the AssemblyCopyright year to 2016 - don't worry about updati…

…ng the other files as they were updated in master recently

v47.0.0-pre01

Toggle v47.0.0-pre01's commit message
Merge pull request cefsharp#1444 from amaitland/feature/preferences

Implement Change Preferences at Runtime.

v37.0.3

Toggle v37.0.3's commit message
Merge pull request cefsharp#1491 from cefsharp/feature/build-with-vs2013

Adjustments to make it possible to build CefSharp v37 using VS2013:

v45.0.0

Toggle v45.0.0's commit message
Add CefExecuteProcess as Cef.ExecuteProcess - useful for implementing…

… your own very minimal browser without the custom subprocess

v45.0.0-pre01

Toggle v45.0.0-pre01's commit message
Add cefsharp/45 branch

v43.0.1

Toggle v43.0.1's commit message
always create the offscreen browser using the instance settings, requ…

…est context and address

v43.0.0

Toggle v43.0.0's commit message
Add small section about upgrading to 43.0.x in NuGet/Readme.txt

v43.0.0-pre02

Toggle v43.0.0-pre02's commit message
Add using(callback) so dispose is called in the event of an exception