Add initial support for defect #12:
commit5494cec6064dcb4e9ade4379d154ce1b5262a414
authorJan Michael Alonzo <jmalonzo@unpluggable.com>
Tue, 18 Nov 2008 07:23:56 +0000 (18 18:23 +1100)
committerJan Michael Alonzo <jmalonzo@unpluggable.com>
Tue, 18 Nov 2008 07:23:56 +0000 (18 18:23 +1100)
tree5378f8a03df581d00149b211acbab12d744fcf31
parent48cd58c3cbdcc0ddfaf49370225233a38f7e292f
Add initial support for defect #12:

http://code.google.com/p/pywebkitgtk/issues/detail?id=12
defect #12 - JavaScript execution / evaluation capabilities

It's currently turned off by default since we need to modify the way we load
the webkit module. You can turn it on by adding --with-gjs to configure or
autogen.sh if you're tracking the development repositories.
Makefile.am
configure.ac
gjs.defs [new file with mode: 0644]
gjs.override [new file with mode: 0644]
gjs/gjs.c [new file with mode: 0644]
gjs/gjs.h [new file with mode: 0644]
javascriptcore/javascriptcore_types.c
javascriptcore/javascriptcore_types.h
webkit.override
webkitmodule.c