mhammond%skippinet.com.au 94e1ef753b First cut at the Python implementation of nsIScriptContext etc (see
http://wiki.mozilla.org/Breaking_the_grip_JS_has_on_the_DOM).

See also bug 255942 - "Support other scripting languages than JS".

Not part of the build - indeed this will not build at all until bug
255942 lands, or the latest patch there is applied.


git-svn-id: svn://10.0.0.236/trunk@195705 18797224-902f-48f8-a5cc-f745e15eee43
2006-04-29 01:56:45 +00:00

28 lines
1.2 KiB
Plaintext

# JAR manifest for the pyxultest chrome
# http://developer.mozilla.org/en/docs/jar.mn tells me that this file is
# only used by the Mozilla build process (although I'm not sure exactly now!)
# As most apps will be outside the mozilla tree and presumably have their
# own build process, they probably don't need this file.
#
# Clarifications and simplifications welcome!
pyxultest.jar:
#ifdef MOZ_XUL_APP
## A xulrunner app
% content pyxultest %content/pyxultest/
#else
## Old style manifest.
content/pyxultest/contents.rdf (chrome/contents.rdf)
#endif
content/pyxultest/pyxultest.xul (chrome/content/pyxultest.xul)
content/pyxultest/pyxultest.py (chrome/content/pyxultest.py)
content/pyxultest/pyxultest.css (chrome/content/pyxultest.css)
content/pyxultest/dialog.xul (chrome/content/dialog.xul)
content/pyxultest/python_overlay.xul (chrome/content/python_overlay.xul)
content/pyxultest/js_overlay.xul (chrome/content/js_overlay.xul)
content/pyxultest/pytester.xul (chrome/content/pytester.xul)
content/pyxultest/pytester.py (chrome/content/pytester.py)
content/pyxultest/html_content.html (chrome/content/html_content.html)