ataranto / CefSharp

.Net binding for the Chromium Embedded Framework
Other
62 stars 34 forks source link

Multiple AppDomain support & Several fixes #58

Open joaompneves opened 11 years ago

joaompneves commented 11 years ago

Added support for multiple AppDomain (useful for running NUnit) Fixed a null pointer exception that occurs when WebView is loaded. Fixed crash on windows deactivate Changed debugging configuration (it wasn't working)

ataranto commented 11 years ago

thanks, looks good. i will merge when i have time to work on cefsharp

avlee commented 11 years ago

+1

perlun commented 11 years ago

@avlee/@jmn: I've now merged this into my tree.