aboutsummaryrefslogtreecommitdiffstats
path: root/build/runtest
Commit message (Expand)AuthorAgeFilesLines
* Cleaned out the build directory - a lot of old files that weren't being used ...John Resig2009-10-223-913/+0
* Updated test.js for the runtest build target to reflect the path changes for ...Paul Mclanahan2007-09-121-5/+5
* Complete overhaul of the Ajax test suite, it's now passing in all browsers. I...John Resig2007-08-191-3/+3
* reverted my "fixes", seems like they work only with the latest (dev) rhino ve...Jörn Zaefferer2007-08-141-7/+4
* Added runtest ant task (doesn't display results yet);Jörn Zaefferer2007-07-171-4/+7
* Added better support for local file XHR, added document.innerHTML, change .va...John Resig2007-07-101-41/+68
* Added support for events, made window.location Async (and based upon XHR), ad...John Resig2007-07-092-30/+115
* Got some XHR tests to run, still some hanging threads (need to investigate). ...John Resig2007-07-093-16/+41
* Touched up the XMLHttpRequest code (fixed some bugs, fixed formatting, etc.).John Resig2007-07-091-65/+86
* Adds XHR support to Rhino evnYehuda Katz2007-07-091-6/+77
* Tweaked some of the tests, added in events and fx tests.John Resig2007-07-092-2/+28
* Added a className tweak. All core and selector tests now pass.John Resig2007-07-091-1/+4
* Added a number of fixes: Tag name case-sensitivity, text escaping, opacity se...John Resig2007-07-081-6/+14
* Added basic support for IFrames, disabled a test which we don't take into acc...John Resig2007-07-081-2/+25
* A barebones implementation of getComputedStyle.John Resig2007-07-081-9/+18
* UTF8 support rolled in (both for external docs and innerHTML).John Resig2007-07-081-2/+4
* Attribute values should be JS strings.John Resig2007-07-081-3/+2
* .ownerDocument should be null on document.John Resig2007-07-081-1/+1
* Added support for "first option is auto-selected in a drop-down" functionality.John Resig2007-07-081-0/+21
* Fixed selected/checked/disabled, added .style support, added .elements.John Resig2007-07-081-4/+26
* Added .value to the env impl.John Resig2007-07-081-0/+3
* Automated test running using Rhino (no browser required!). Still very buggy, ...John Resig2007-07-083-0/+568