Web Browser frameworks that can be embedding in an MFC application

Lord Nemesis

Overlord
Skilled
Guy's I need suggestions for compact browser frameworks that can be embedded in an MFC application for rendering web content on to Application windows. The pages going to be rendered can includes Java scripts and Flash support is also important. Currently, we have Trident (IE) and Gecko (Firefox) integrations. Since Mozilla is killing off support for Gecko embedding, I am looking for alternatives, especially Webkit ones.

Must Haves

1. Embedded browser redistributable should be less than <=8 MB in compressed form and <=40 MB in uncompressed form and the application should be able to run without any browser installed on the system.

2. Ability to render HTML 4 and 5, run Java Scripts and load Flash content with help of Flash plug-in.

3. Provide API to execute any Java Script function in the loaded page, send function params and receive results.

4. Access to DOM of the page.

Good to Haves

1. Open source and VC++ friendly

2. Multi-Platform compatibility (Specifically Mac OS)

Just to add, I am already looking at Chromium and CEF projects. Need more alternatives.
 
Back
Top