Page 1 of 1

CefSharp - dotnet bindings for CEF

PostPosted: Fri Dec 03, 2010 12:09 pm
by chillitom
I've just release a pre-alpha version of CefSharp my .Net bindings for the Chromium Embedded Framework.

Check it out and give me your thoughts: https://github.com/chillitom/CefSharp

N.B. I'm very new to C++/CLI so if anyone with more experience was willing to give the code a critical review that'd be greatly appreciated.

Re: CefSharp - dotnet bindings for CEF

PostPosted: Thu Dec 16, 2010 5:10 am
by chillitom
Released v0.2:

- ISchemeHandler lets you introduce your own scheme/protocol handlers
- JavaScript console messages are now exposed on the ConsoleMessage event
- Basic support for binding CLR objects into the browser's window DOM object.
- Renamed BrowserControl to CefWebBrowser, now derives from Control instead of UserControl
- The control now checks it is initialized before accepting commands
- Fixes including resize issues and incorrect address events.
- New unit tests and examples.