[webkit-help] Minimum required for embedding

Dirk Pranke dpranke at chromium.org
Wed Oct 12 14:45:47 PDT 2011


Ryosuke's answer is correct. The chromium team is working on something
called the "content API" that will eventually be useful for an
embedder. There is also the Chromium Embedded Framework, which is a
third-party project built on top of Chromium.

But, chromium-dev or chromium-discuss is indeed a better place for
such questions.

-- Dirk

On Wed, Oct 12, 2011 at 2:21 PM, Ryosuke Niwa <rniwa at webkit.org> wrote:
> WebKit's Chromium port doesn't come up with a browser / launcher. It only
> provides you of the minimum binary to run layout tests. As far as I know,
> there is no embedding layer or API for Chromium yet.
> At any rate, if you're interested in embedding Chromium code, then you
> probably want to ask it on chromium-dev or chromium-discuss instead.
> - Ryosuke
> On Wed, Oct 12, 2011 at 2:11 PM, Leander Bessa <leanderbb at gmail.com> wrote:
>>
>> Hi,
>> I've been trying to embed webkit into my application in order to render
>> HTML5 + CSS3 pages. I need a port that supports the css 3D transform and is
>> cross platform in nature. As far as i could tell, only the chromium port
>> meets these requirements.
>> I have managed to compile the chromium port, but i can't figure out which
>> of the files are required for embedding or how to embed webkit itself. After
>> the build process, i checked the output folder and i only see executables
>> for testing purposes.
>> Am i doing this right or am i forgetting something?
>> Regards,
>> Leander
>>
>>
>> _______________________________________________
>> webkit-help mailing list
>> webkit-help at lists.webkit.org
>> http://lists.webkit.org/mailman/listinfo.cgi/webkit-help
>>
>
>
> _______________________________________________
> webkit-help mailing list
> webkit-help at lists.webkit.org
> http://lists.webkit.org/mailman/listinfo.cgi/webkit-help
>
>


More information about the webkit-help mailing list