]> spindle.queued.net Git - midori/commit
Make javascript gobject bindings independant.
authorChristian Dywan <christian@twotoasts.de>
Mon, 5 May 2008 22:51:04 +0000 (00:51 +0200)
committerChristian Dywan <christian@twotoasts.de>
Mon, 5 May 2008 22:51:04 +0000 (00:51 +0200)
commit4a829b0ab0bc2c825b74582d27bc92b6b628a486
treeeebcb44b456f418fe415a199dffdde1040282825
parent750d9d5b017ad00d22d125e09a1b7d86e23f0e4c
Make javascript gobject bindings independant.

Moving the bindings into a single file makes them independant
of addons and midori, requiring only JavaScriptCore and GObject.

This allows for standalone scripts to run independant from
Midori itself. Also extensions will run independant from a
browser instance.
This change removes the 'midori' object.
src/Makefile.am
src/gjs.c [new file with mode: 0644]
src/gjs.h [new file with mode: 0644]
src/main.c
src/midori-addons.c