[webkit-dev] Language Bindings

Brent Fulgham bfulgham at gmail.com
Thu Jan 7 17:28:42 PST 2010


Please refer to the Appcelerator project, which does something similar
to what you describe.

On Thu, Jan 7, 2010 at 5:15 PM, AS <szoylent.green at gmail.com> wrote:
> Hello
>
> I'm looking into adding bindings for Python to the webkit DOM objects.
>
> Ideally, what I would like to create is WebKit based application that can
> use Python for DHTML manipulation.
>
> From the code, I can see how there are perl scripts that parse the idl files
> and generate binding files, such as those for Javascript and Objective C, I
> would like to add a set that does the same for Python.
>
> From the generated files, I a bit unclear as to where the actual objects are
> instaniated, i.e. if some jscript created a new say node, is there a table
> of class names / ctores somewhere?
>
> Would it be possible for someone to give a quick overview of what process
> should be followed to create a new language binding.
>
> thanks
> _______________________________________________
> webkit-dev mailing list
> webkit-dev at lists.webkit.org
> http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev
>
>


More information about the webkit-dev mailing list