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

24 lines
892 B
XML

<?xml version="1.0"?>
<!-- This file remains only for the "suite" (seamonkey). According to
http://developer.mozilla.org/en/docs/Chrome_Registration, as at Moz 1.8,
this file is *not* necessary for Firefox or xulrunner.
todo: Remove this file as soon as seamonkey gets up to speed -
this sample is *not* about backwards compat etc - it should remain
as small as possible, focusing on only Python specific details
-->
<RDF:RDF xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:chrome="http://www.mozilla.org/rdf/chrome#">
<RDF:Seq about="urn:mozilla:package:root">
<RDF:li resource="urn:mozilla:package:pyxultest"/>
</RDF:Seq>
<RDF:Description about="urn:mozilla:package:pyxultest"
chrome:displayName="Python in XUL test"
chrome:author="Mark Hammond"
chrome:name="pyxultest">
</RDF:Description>
</RDF:RDF>