TAGS
20 tagsUpgrade to 3.2623.1396
Upgrade the AssemblyCopyright year to 2016 - don't worry about updating the other files as they were updated in master recently
Merge pull request #1444 from amaitland/feature/preferences Implement Change Preferences at Runtime.
Merge pull request #1491 from cefsharp/feature/build-with-vs2013 Adjustments to make it possible to build CefSharp v37 using VS2013:
Add CefExecuteProcess as Cef.ExecuteProcess - useful for implementing your own very minimal browser without the custom subprocess
Add cefsharp/45 branch
always create the offscreen browser using the instance settings, request context and address
Add using(callback) so dispose is called in the event of an exception
Add missing OnOpenURLFromTab implementation
Now that `OnLoadStart` and `OnLoadEnd` simply fire event handlers remove the locking Conflicts: CefSharp.Core/Internals/ClientAdapter.h
Upgrade version numbers and packages version for 41.0.0 (3.2272.32)
Merge pull request #1049 from Antonyo/master Make SourceHook virtual for Wpf ChromiumWebBrowser
Set no_sandbox = true Still logs a `Running without renderer sandbox` message, hopefully one day it'll work
Upgrade build.ps1 to use 3.2171.2069 (will have to rebuild `39.0.0` packages)
Add UserAgent example