therealromster / pywebkitgtk

Automatically exported from code.google.com/p/pywebkitgtk
0 stars 0 forks source link

Wrap JavaScriptCore API #1

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
We need a wrapper for JSC.

Original issue reported on code.google.com by jmalo...@gmail.com on 22 Jun 2008 at 8:49

GoogleCodeExporter commented 9 years ago
I'm thinking of using sip4 for this. Any comments or suggestions?

Original comment by jmalo...@gmail.com on 20 Aug 2008 at 12:53

GoogleCodeExporter commented 9 years ago
I already do that
http://code.google.com/p/pywebkitgtk/issues/detail?id=28&q=label:Type-Defect

It is a quick 8 hour hack with cython.
I will make better as i need to :)

I think cython is better in this case since you can make higher level wrapper.

Original comment by jpjane...@gmail.com on 18 Apr 2009 at 12:15

GoogleCodeExporter commented 9 years ago

Original comment by jmalo...@gmail.com on 4 Jun 2009 at 11:20

GoogleCodeExporter commented 9 years ago
jmalonzo, what do you mean by a wrapper for JSC?  do you mean like the gjs
experimental stuff i added in an early version of #13 patch, which also went in 
as #12?

Original comment by luke.lei...@gmail.com on 11 Jul 2009 at 3:23

GoogleCodeExporter commented 9 years ago
Is pywebkitgtk a dead project?

I have new wrappers, pure ctypes, updated for GTK3, and with wrappers for 
Javascript-Core.  Works with Python2, Python3, and PyPy

http://code.google.com/p/rpythonic/source/browse/examples/webkitgtk-helloworld.p
y

http://code.google.com/p/rpythonic/source/browse/examples/webkitgtk/__init__.py

Original comment by br...@insynchq.com on 14 Jul 2012 at 6:22