Skip to content

Tags: laurent-barbisan-ullink/CefSharp

Tags

v49.0.0

Toggle v49.0.0's commit message
Split paramArray and missing arg logic out into two if statements. Pr…

…eviously null was being replaced by Type.Missing.

Two seperate if statement branches allows for a method that has options params and a param array

Resolve cefsharp#1673

v47.0.4

Toggle v47.0.4's commit message
Update to version 47.0.4

v49.0.0-pre02

Toggle v49.0.0-pre02's commit message
Add enable-logging command line argument example

v49.0.0-pre01

Toggle v49.0.0-pre01's commit message
Upgrade to 3.2623.1396

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