CefSharp Changelog

What's new in CefSharp 1.25.0

Jun 25, 2013
  • Add support for file downloads using IRequestHandler.GetDownloadHandler()
  • Add support for HTTP Basic Authentication using GetAuthCredentials
  • Add OnBeforeClose() binding
  • Raise LoadCompleted event when OnFrameLoadEnd() is called
  • Allow referencing CefSharp.WinForms.dll and CefSharp.Wpf.dll from the same project
  • Fix a bug that prevented Wpf.WebView from working after being moved from one window to another
  • Add a LoadHtml() overload with a url parameter
  • Fix poup dimensions when using Wpf.WebView
  • Make RequestResponse object to allow custom status code, status text and headers
  • Correct dimentions of Wpf.WebView when running in non default DPI settings, prevents web content from appearing cut off
  • Don't generate debug info for release vcproj configurations
  • Fix a GC bug when removing a WPF web view from the view hierarchy