gecko-dev/extensions/python/dom
peterv%propagandism.org f9d150b4a0 Fix Python. Patch by sombrero@alum.mit.edu, r=me. 2007-03-02 14:01:36 +00:00
..
nsdom Bug 106386 Correct misspellings in source code 2006-11-01 23:02:18 +00:00
src Fix Python. Patch by sombrero@alum.mit.edu, r=me. 2007-03-02 14:01:36 +00:00
test Correct the semantics of Python global variables in event handlers. 2006-10-26 05:23:08 +00:00
Makefile.in
README.txt

README.txt

This is the Python/DOM bindings for Mozilla.

These bindings consist of an XPCOM component implementing
nsIScriptRuntime, nsIScriptContext and related interfaces.  See
http://wiki.mozilla.org/Breaking_the_grip_JS_has_on_the_DOM for
a general description of what this means.

The XPCOM component is implemented in C++ and can be found in
the 'src' directory.  This component delegates to a Python implementation
inside a Python 'nsdom' package, which can be found in the nsdom directory.

This directory is built by configuring the Mozilla build process with
the 'python' extenstion enabled - eg, '--enable-extensions=python,default'

The 'test' directory contains all test related code - notably a 'pyxultest'
chrome application.  If you build with --enable-tests, you can run this test
by opening the chrome URL 'chrome://pyxultest/content' (exactly how you do 
that depends on what project you are building). See test/pyxultest/README.txt
for more.