gecko/extensions/python/dom/test/pyxultest
2007-03-22 10:30:00 -07:00
..
chrome Free the (distributed) Lizard! Automatic merge from CVS: Module mozilla: tag HG_REPO_INITIAL_IMPORT at 22 Mar 2007 10:30 PDT, 2007-03-22 10:30:00 -07:00
application.ini Free the (distributed) Lizard! Automatic merge from CVS: Module mozilla: tag HG_REPO_INITIAL_IMPORT at 22 Mar 2007 10:30 PDT, 2007-03-22 10:30:00 -07:00
jar.mn Free the (distributed) Lizard! Automatic merge from CVS: Module mozilla: tag HG_REPO_INITIAL_IMPORT at 22 Mar 2007 10:30 PDT, 2007-03-22 10:30:00 -07:00
Makefile.in Free the (distributed) Lizard! Automatic merge from CVS: Module mozilla: tag HG_REPO_INITIAL_IMPORT at 22 Mar 2007 10:30 PDT, 2007-03-22 10:30:00 -07:00
pyxultest-prefs.js Free the (distributed) Lizard! Automatic merge from CVS: Module mozilla: tag HG_REPO_INITIAL_IMPORT at 22 Mar 2007 10:30 PDT, 2007-03-22 10:30:00 -07:00
README.txt Free the (distributed) Lizard! Automatic merge from CVS: Module mozilla: tag HG_REPO_INITIAL_IMPORT at 22 Mar 2007 10:30 PDT, 2007-03-22 10:30:00 -07:00

This is the test (and also sample) code for Python in XUL.

* Configure and build Mozilla with --enable-extensions=python,... --enable-tests

  See http://developer.mozilla.org/en/docs/PyXPCOM for any issues regarding
  the building of PyXPCOM itself.  If PyXPCOM builds, this DOM extension 
  should too!

* Start it!

  - From XULRunner, execute:
    % dist/bin/xulrunner xpi-stage/pyxultest/application.ini

  - From Seamonkey (suite) execute:
    % seamonkey -chrome chrome://pyxultest/content

  - From Firebox (browser) execute:
    % firefox ????  (Try the same -chrome as for suite)

Note that on Linux, in all cases you should prefix the command with 
run-mozilla.sh, or any other magic normally necessary...