| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | missing semi-colon | Brandon Aaron | 2007-07-21 | 1 | -1/+1 |
* | trigger DOM0 event handlers when doing a trigger (#1363) | Brandon Aaron | 2007-07-21 | 2 | -4/+15 |
* | Added support for parsererror errors from Ajax requests (bug #1145). | John Resig | 2007-07-21 | 1 | -3/+6 |
* | Added a fix for setting the style property in IE: .attr("style", "...") (bug ... | John Resig | 2007-07-21 | 1 | -2/+4 |
* | Added a fix for h1 + h2 not working. (Bug #1361) | John Resig | 2007-07-20 | 1 | -1/+1 |
* | Safari doesn't return the correct computed opacity. (Fix for bug #1369) | John Resig | 2007-07-20 | 1 | -0/+3 |
* | Added a fix to prevent the completion callback from firing multiple times in ... | John Resig | 2007-07-20 | 1 | -1/+1 |
* | Completely reworked the evalScripts() code, fixing bugs #1332, #975, and #777. | John Resig | 2007-07-20 | 2 | -51/+16 |
* | broken test in IE | Brandon Aaron | 2007-07-20 | 1 | -13/+11 |
* | Moving the easing check logic to the fx function, since Interface was overwri... | John Resig | 2007-07-20 | 1 | -2/+2 |
* | Added a fix for when trim receives a null value (bug #1395). | John Resig | 2007-07-20 | 1 | -1/+1 |
* | Made it so that you can set the text value of elements to numbers (in additio... | John Resig | 2007-07-20 | 1 | -1/+1 |
* | The isTimeout fix from #970 was causing unintended status bugs (fixed). This ... | John Resig | 2007-07-20 | 1 | -9/+14 |
* | Fix for #1402 | Brandon Aaron | 2007-07-20 | 1 | -2/+2 |
* | Made the error message equal to "timeout", if the request timed out. (Bug #970) | John Resig | 2007-07-20 | 1 | -3/+3 |
* | IE doesn't like doing attaching the mergeNum property to XML documents, so fo... | John Resig | 2007-07-20 | 1 | -5/+9 |
* | Added runtest ant task (doesn't display results yet); | Jörn Zaefferer | 2007-07-17 | 2 | -5/+16 |
* | display block was being set on top/left animation, when they shouldn't be. | John Resig | 2007-07-15 | 1 | -1/+4 |
* | Fix for IE firing document ready too soon (Bug #1320). | John Resig | 2007-07-12 | 1 | -1/+1 |
* | Added better support for local file XHR, added document.innerHTML, change .va... | John Resig | 2007-07-10 | 1 | -41/+68 |
* | Added support for events, made window.location Async (and based upon XHR), ad... | John Resig | 2007-07-09 | 2 | -30/+115 |
* | Got some XHR tests to run, still some hanging threads (need to investigate). ... | John Resig | 2007-07-09 | 6 | -47/+74 |
* | 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 | 4 | -13/+34 |
* | 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 se... | John Resig | 2007-07-08 | 2 | -10/+18 |
* | Added basic support for IFrames, disabled a test which we don't take into acc... | John Resig | 2007-07-08 | 2 | -8/+28 |
* | 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 | 4 | -0/+575 |
* | Upgraded Rhino to 1.6r6. | John Resig | 2007-07-08 | 1 | -0/+0 |
* | Making the test suite a little more XML-compliant. | John Resig | 2007-07-08 | 2 | -4/+4 |
* | Final fix for Safari crasher (bug #1331). | John Resig | 2007-07-06 | 1 | -1/+1 |
* | Fix for Safari 1.3 crash (bug #1331). | John Resig | 2007-07-05 | 1 | -1/+1 |
* | commit annother trivial comment fix to reduce my local changesets | Ed Engelhardt | 2007-07-05 | 1 | -1/+1 |
* | fix little typo in comment | Ed Engelhardt | 2007-07-05 | 1 | -1/+1 |
* | Tagging the 1.1.3.1 release.1.1.3.1 | John Resig | 2007-07-05 | 1 | -1/+1 |
* | Overflow revert was completely borked when you animated multiple properties (... | John Resig | 2007-07-05 | 1 | -13/+16 |
* | Added fix for broken child selectors in XML documents, bug #1346. | John Resig | 2007-07-05 | 1 | -2/+2 |
* | Added a fix for bug #1331, which caused Safari 1.3 to crash. | John Resig | 2007-07-04 | 1 | -1/+1 |
* | Fixed bug that prevented $= from working on elements that didn't have the spe... | John Resig | 2007-07-04 | 1 | -1/+1 |
* | The browser.version check was causing browsers with undetected useragents to ... | John Resig | 2007-07-03 | 1 | -1/+1 |
* | fix opacity issues in IE | Brandon Aaron | 2007-07-02 | 1 | -9/+10 |
* | Tagging the 1.1.3 release.1.1.3 | John Resig | 2007-07-01 | 1 | -1/+1 |