Finish partial XPath implementation.All unit tests for it pass now.
Add tests to test xmldom.XPath.
Update JSLint.
Use manifest.js files to speed up loading.The manifest.js file lists for each directory in the path, the available js files. This avoids looking for files in places where they are not.
Use "use strict" to have more sanity checks.
Update to a new JSLintand fix all the new errors it finds.
Simplify Qt based executables.Zip implementation is no longer in C++ but in JavaScript. Runtime customization is now shared between the two Qt executables.
Print summary at the end of the tests.
Remove temporary file after running test.
Add command-line unit test with qtjsruntime.This has the advantage that all unit tests are run. The Rhino and Node.JS unit tests, while valuable, cover only part of the tests.
View revisions
Also available in: Atom