On Nov 11, 8:06 am, Victor Gubin <[EMAIL PROTECTED]> wrote: > Hi guys. Our company engaging different Web browsers integration into Java. > You can see our solutions JExplorer and JxBrowser athttp://www.teamdev.com/ > Recently, we are actively discussing possibility integration Cromium into > Java. But unfortunately now we recognize the fact - that impossible to do so > without changing the Chrome code. Because actually chrome.dll contains only > one exported function - ChromeMain, that can't be used to embedding. And all > else chromium libs - is static, and we can't use they. > > So I have one question. Have you any plans to create some API for Chromium > embedded. For example like Mozilla embedded?
If you want to use our WebKit port, you can use our glue layer and compile it into your application. This is our WebKit embedding layer which we use to integrate WebKit and Chrome. There are no higher-level embedding APIs. Brett --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Chromium-discuss" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/chromium-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
