Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Cleaned out the build directory - a lot of old files that weren't being used ↵ | John Resig | 2009-10-22 | 3 | -913/+0 |
| | | | | anymore. | ||||
* | 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). | ||||
* | reverted my "fixes", seems like they work only with the latest (dev) rhino ↵ | Jörn Zaefferer | 2007-08-14 | 1 | -7/+4 |
| | | | | version, which isn't that helpful | ||||
* | Added runtest ant task (doesn't display results yet); | Jörn Zaefferer | 2007-07-17 | 1 | -4/+7 |
| | | | | added href-attribute to DOMElement, fixed XMLHttpRequest to actually allow sync requests, fixed new Thread(new Runnable({run...})) to use new Thread({run:...}) | ||||
* | Added better support for local file XHR, added document.innerHTML, change ↵ | John Resig | 2007-07-10 | 1 | -41/+68 |
| | | | | .valueOf() to be .outerHTML. | ||||
* | Added support for events, made window.location Async (and based upon XHR), ↵ | John Resig | 2007-07-09 | 2 | -30/+115 |
| | | | | added trigger for window.onload. | ||||
* | Got some XHR tests to run, still some hanging threads (need to investigate). ↵ | John Resig | 2007-07-09 | 3 | -16/+41 |
| | | | | Started moving some Ajax tests away from using PHP (more portable this way). Fixed a number of XHR env bugs. | ||||
* | Touched up the XMLHttpRequest code (fixed some bugs, fixed formatting, etc.). | John Resig | 2007-07-09 | 1 | -65/+86 |
| | |||||
* | Adds XHR support to Rhino evn | Yehuda Katz | 2007-07-09 | 1 | -6/+77 |
| | |||||
* | Tweaked some of the tests, added in events and fx tests. | John Resig | 2007-07-09 | 2 | -2/+28 |
| | |||||
* | Added a className tweak. All core and selector tests now pass. | John Resig | 2007-07-09 | 1 | -1/+4 |
| | |||||
* | Added a number of fixes: Tag name case-sensitivity, text escaping, opacity ↵ | John Resig | 2007-07-08 | 1 | -6/+14 |
| | | | | setting. Tweaked the test suite slightly. | ||||
* | Added basic support for IFrames, disabled a test which we don't take into ↵ | John Resig | 2007-07-08 | 1 | -2/+25 |
| | | | | account. | ||||
* | A barebones implementation of getComputedStyle. | John Resig | 2007-07-08 | 1 | -9/+18 |
| | |||||
* | UTF8 support rolled in (both for external docs and innerHTML). | John Resig | 2007-07-08 | 1 | -2/+4 |
| | |||||
* | Attribute values should be JS strings. | John Resig | 2007-07-08 | 1 | -3/+2 |
| | |||||
* | .ownerDocument should be null on document. | John Resig | 2007-07-08 | 1 | -1/+1 |
| | |||||
* | Added support for "first option is auto-selected in a drop-down" functionality. | John Resig | 2007-07-08 | 1 | -0/+21 |
| | |||||
* | Fixed selected/checked/disabled, added .style support, added .elements. | John Resig | 2007-07-08 | 1 | -4/+26 |
| | |||||
* | Added .value to the env impl. | John Resig | 2007-07-08 | 1 | -0/+3 |
| | |||||
* | Automated test running using Rhino (no browser required!). Still very buggy, ↵ | John Resig | 2007-07-08 | 3 | -0/+568 |
but off to a good start. |