ataranto / CefSharp

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

Added support for the BeforeBrowse function #7

Closed kppullin closed 12 years ago

kppullin commented 12 years ago

Added support for the BeforeBrowse function. Note: it does not expose the CefFrame class in the IBeforeBrowse interface.

ataranto commented 12 years ago

Thanks for this, sorry for my delayed reply. I am going to spend time next week updating CefSharp to wrap CEF r373, I'll merge this after that.

ataranto commented 12 years ago

i let this sit too long and there were conflicts. implemented here: https://github.com/ataranto/CefSharp/commit/1bc3a9750dfd2e01b6cbced33880e7a22d62c934

thanks!