SIGN IN SIGN UP
cefsharp / CefSharp UNCLAIMED

.NET (WPF and Windows Forms) bindings for the Chromium Embedded Framework

0 0 0 C#

TAGS

20 tags
v63.0.1

JSB - JavascriptObjectRepository.ResolveObject was only being called when object previously registered The HasBoundObjects check has been removed, now we always attempt to GetObjects and return a response Resolves #2273

v63.0.0

CookieManager - Make unmanaged constructor internal

v63.0.0-pre03

MyGet Key Update Update to using a limited access expiry key from my account (amaitland)

v63.0.0-pre02

Nupkg Restructure Resolves #2156 Nuget packages updated to use ItemGroup None instead of Copy target Nuget props restructure to support Win32 target x86 and Win32 targets are exactly the same in content, they differ in name only, so switched to using an <Otherwise/> block Remove AnyCpu <When/> option from props files and consolidate with x86 and Win32. Set Private to false and rely on the <None/> entires to copy the files to the output folder Ideally would move the OffScreen, WinForms and WPF targets file content to the props (as they're actually props now), unfortunately we need guaranteed ordering and Nuget 2.8.x doesn't provide that, if we leave them as .targets it'll happen late enough to make sure the cef.redist list of files is provided. https://github.com/NuGet/Home/issues/4229#issuecomment-271387190

v63.0.0-pre01

README.md - Add cefsharp/63 branch details (branch to follow)

v62.0.0-pre01

appveyor.yml: Update api_key The previous key belonged to Alex Maitland, who has revoked it. Updating to use my own key instead.

v57.0.0

Upgrade to CEF 3.2987.1601

v57.0.0-pre01

Add 57.0.0 branch details (branch to follow)

v55.0.0

Upgrade to 3.2883.1552 Add isMainFrame to IRequestContextHandler.OnBeforePluginLoad (CEF API changed)

v55.0.0-pre01

Add reference to the cefsharp/55 branch (will be created shortly)

v53.0.1

Upgrade to CEF 3.2785.1486

v53.0.0

Only set keyboard handler in Winforms example of using multiThreadedMessageLoopEnabled

v53.0.0-pre01

Add reference to cefsharp/53 release branch

v51.0.0

Update README.md for 51.0.0 release

v51.0.0-pre02

Fix bool, number culture, and string escaping in ExecuteScriptAsync with parameters (#1731)

v51.0.0-pre01

Update README.md in preparation for cefsharp/51 branch

v49.0.1

Update AssemblyInfo and build.ps1 to version 49.0.1 Not absolutely required as the build would be generated with those versions when tagged, less confusing for outsiders though

v49.0.0

Split paramArray and missing arg logic out into two if statements. Previously 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 #1673

v47.0.4

Update to version 47.0.4

v49.0.0-pre02

Add enable-logging command line argument example