On Thursday 22 May 2008 13:21:59 Luka Napotnik wrote:
> Hello.
>
> I am interested in porting webkit to cairo for off-screen rendering
> without a X server. As I cannot find any documents about porting to
> other platform I would really appreciate if you could help me with some
> hints about porting webkit.

Start with an existing port using cairo (e.g. the Gtk+ one) change the 
buildsystem (e.g. configure.ac and GNUmakefile.am for the Gtk+ one) to remove 
everything that is GUI/X related from the buildsystem. Hack until the thing 
compiles. On this way you will notice that:
        - Adding your cairo platform to Platform.h
        - Cursors
        - Drag and Drop
        - Fonts...
        - RenderTheme
        - No API (WebKit)
        ...

will cross your way. Resolve each problem and you are done. Happy hacking
        z.
_______________________________________________
webkit-dev mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

Reply via email to