Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Updated test.js for the runtest build target to reflect the path changes for ↵ | Paul Mclanahan | 2007-09-12 | 1 | -5/+5 |
| | | | | the test scripts. | ||||
* | Complete overhaul of the Ajax test suite, it's now passing in all browsers. ↵ | John Resig | 2007-08-19 | 1 | -3/+3 |
| | | | | | | | | | | In order to achieve this I had to fix a numbe r of bugs in the suite itself, along with other random bugs that popped up. The following bugs were resolved along the wa y: #1236 (.extend() keeps processing when it hits nulls), #1028 (.extend() now works recursively), #1080 ($.get no longer overwrites the data parameter), #1210 (Creating script and link tags now work), and #1463 (jQuery.global has been re-too led to no longer leak memory and slow things down). | ||||
* | Added support for events, made window.location Async (and based upon XHR), ↵ | John Resig | 2007-07-09 | 1 | -14/+17 |
| | | | | added trigger for window.onload. | ||||
* | Got some XHR tests to run, still some hanging threads (need to investigate). ↵ | John Resig | 2007-07-09 | 1 | -0/+1 |
| | | | | Started moving some Ajax tests away from using PHP (more portable this way). Fixed a number of XHR env bugs. | ||||
* | Tweaked some of the tests, added in events and fx tests. | John Resig | 2007-07-09 | 1 | -1/+6 |
| | |||||
* | Automated test running using Rhino (no browser required!). Still very buggy, ↵ | John Resig | 2007-07-08 | 1 | -0/+12 |
but off to a good start. |