ataranto / CefSharp

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

ClientAdapter is now CefJSDialogHandler #50

Open KristinaKoeva opened 11 years ago

KristinaKoeva commented 11 years ago

Make ClientAdapter CefJSDialogHandler. Methods call propagate to WebView and then BrowserCore. This way we could override WebView and provide custom implementation for some of the CefJSDialogHandler methods.

ataranto commented 11 years ago

Thanks! I will review/merge this when I have some time to spend on CefSharp.

perlun commented 11 years ago

FYI: Merged into my master branch now, and fixed to work with VS2012 project file.