TAGS
20 tagsJSB - 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
MyGet Key Update Update to using a limited access expiry key from my account (amaitland)
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
README.md - Add cefsharp/63 branch details (branch to follow)
appveyor.yml: Update api_key The previous key belonged to Alex Maitland, who has revoked it. Updating to use my own key instead.
Add 57.0.0 branch details (branch to follow)
Upgrade to 3.2883.1552 Add isMainFrame to IRequestContextHandler.OnBeforePluginLoad (CEF API changed)
Add reference to the cefsharp/55 branch (will be created shortly)
Only set keyboard handler in Winforms example of using multiThreadedMessageLoopEnabled
Add reference to cefsharp/53 release branch
Fix bool, number culture, and string escaping in ExecuteScriptAsync with parameters (#1731)
Update README.md in preparation for cefsharp/51 branch
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
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
Add enable-logging command line argument example