github cefsharp/CefSharp v1.25.4
1.25.4

latest releases: v124.3.20, v123.0.60, v122.1.120...
10 years ago

September 4, 2013, Chromium 25.0.1364.1123

  • #150: All schemes are registered as non-standard. Not truly fixed, but let's at least remove the is_standard flag for a while to decrease the confusion. [@plundberg with @alexwarren]
  • #161: Make the WPF WebView be transparent (using the alpha channel), so that you can allow HTML content to be rendered on top of WPF content, allowing for some nifty, more complex scenarios. [@dcartwright]
  • Breaking change: Changed ISchemeHandler to use asynchronous processing of requests (to avoid having to perform network traffic/heavy processing on the UI thread) instead of synchronous processing. [@plundberg]
  • Added the possibility for a custom scheme handler to override the response HTTP headers. [@plundberg]

Don't miss a new CefSharp release

NewReleases is sending notifications on new releases.