-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
XUL support with test #13
Conversation
…o work on XUL applications
…o work on XUL applications
* package/loader.js now has a object to load with mozIJSSubScriptLoader * dom/builder.js consider to use createElementNS * The xulenv directory is a little XUL app to test JS.Class on this environment
How do I run the XUL app to see the tests working? |
Easy :-) I add this information on the |
Looks great. I'm working on a new core at the moment (see my Thanks for contributing! |
Cool! Locks like you are making big changes with this number of commits! I can't wait to use the official JS.Class on my project! :-D |
Just merged this into master - thanks a lot for contributing! At the moment, master is where new libraries for the next release are being added. This release will either be 2.2 or 3.0 depending on how work on the 'three' branch is going. 'three' is mostly a rewrite of the core plus some new features that this rewrite makes possible. It's still experimental: it works but needs some big performance improvements before it can go into master. If this branch can't perform as required I'll probably do a 2.2 release instead. |
Hi James,
I make the specific loader object as you asked for and some other little improvements. I also add a mini-XUL App to test on this environment.