amccreight / webxpidl

Automated generation of coercions from WebIDL to XPIDL for Gecko

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

webxpidl

Automated generation of coercions from XPIDL to WebIDL for Gecko, as one step towards allowing JS to implement WebIDL interfaces.

See https://bugzilla.mozilla.org/show_bug.cgi?id=785193

To run

Set PYTHONPATH to the directory that includes the WebIDL parser, like so:

PYTHONPATH=/dom/bindings/parser/ python WebXPIDL.py

About

Automated generation of coercions from WebIDL to XPIDL for Gecko


Languages

Language:Python 100.0%