| Commit message (Expand) | Author | Age | Files | Lines |
* | Make readme instructions bold and hopefully easier to spot | Rick Waldron | 2012-06-04 | 1 | -2/+2 |
* | Take out the papers and the trash (from build/) | Rick Waldron | 2012-06-04 | 9 | -7818/+0 |
* | Strips IIFEs from modules; Always require built jQuery for tests. | Rick Waldron | 2012-06-04 | 47 | -322/+209 |
* | Space => tab indent correction | Rick Waldron | 2012-06-03 | 1 | -2/+2 |
* | No need to dasherize and use getPropertyValue, closes gh-805. | Mike Sherov | 2012-06-01 | 1 | -11/+2 |
* | Removes temp var, shaves 2 bytes from gzipped size | Rick Waldron | 2012-05-31 | 1 | -2/+3 |
* | Fix #11724, $(document).height() in Firefox 12. Closes gh-802. | Mike Sherov | 2012-05-31 | 3 | -16/+20 |
* | Fix #11743: Don't mask script errors in jQuery.ajax, closes gh-795. | Richard Gibson | 2012-05-31 | 5 | -90/+126 |
* | Fix #11787: Remove jQuery.curCSS, closes gh-801. | Richard Gibson | 2012-05-31 | 1 | -3/+0 |
* | Adjust the return type for the tabindex attribute tests to be a string. Recom... | timmywil | 2012-05-30 | 2 | -16/+15 |
* | Uncomment an old test for when the tabindex attrhook was deprecated | timmywil | 2012-05-30 | 1 | -3/+3 |
* | Remove the tabindex attrHook. Fixes #8473 | timmywil | 2012-05-30 | 3 | -28/+28 |
* | Update Sizzle: Fixes fail in ajax module and Safari 5.0 | timmywil | 2012-05-30 | 1 | -0/+0 |
* | Update Sizzle: fixes fail in traversing tests | timmywil | 2012-05-29 | 1 | -0/+0 |
* | Update Sizzle: regex cleanup | timmywil | 2012-05-29 | 1 | -0/+0 |
* | Update Sizzle: save 5 bytes | timmywil | 2012-05-29 | 1 | -0/+0 |
* | Update Sizzle: fixes a bug with the adjacent combinator. Fixes #9939. | timmywil | 2012-05-29 | 1 | -0/+0 |
* | Update Sizzle: only one assertion is needed for getElementsByClassName | timmywil | 2012-05-29 | 1 | -0/+0 |
* | Update Sizzle | timmywil | 2012-05-29 | 1 | -0/+0 |
* | Update README: IDs are without hashes in t() | timmywil | 2012-05-29 | 1 | -2/+2 |
* | Update README to stylize docs on jQuery's test suite methods | timmywil | 2012-05-29 | 1 | -45/+64 |
* | Add quick-start documentation for testing with QUnit and using jQuery's helpe... | timmywil | 2012-05-29 | 9 | -15/+104 |
* | jQuery#addBack supports an optional selector that can be used to filter the p... | Ben Alman | 2012-05-29 | 2 | -3/+5 |
* | Fix #11767. Modularize build and unit tests for exluding effects. | Richard Gibson | 2012-05-28 | 9 | -319/+433 |
* | Adds back dist/.sizecache.json; maintain build/.sizecache.json until build di... | Rick Waldron | 2012-05-28 | 1 | -0/+1 |
* | Add .sizecache.json to the gitignore | timmywil | 2012-05-28 | 1 | -1/+1 |
* | Update Sizzle: Case insensitive text filter. Fixes #8943 | timmywil | 2012-05-28 | 1 | -0/+0 |
* | Revert QUnit to a stable release (v1.6.0) | timmywil | 2012-05-28 | 1 | -0/+0 |
* | Update Sizzle: Add test for [selected] attribute selections. Addresses a smal... | timmywil | 2012-05-28 | 2 | -3/+3 |
* | Followup gh-796. Eliminate try-catch in oldIE, closes gh-799. | Oleg | 2012-05-28 | 1 | -8/+4 |
* | Update Sizzle: Fixes a fail in traversing and one in ajax. | timmywil | 2012-05-28 | 1 | -0/+0 |
* | Move length tests to jQuery's selector tests as it relates to jQuery.merge. | timmywil | 2012-05-28 | 2 | -1/+4 |
* | Update Sizzle: independent XML testing | timmywil | 2012-05-28 | 1 | -0/+0 |
* | Minor test suite adjustments | timmywil | 2012-05-28 | 2 | -10/+15 |
* | Update QUnit | timmywil | 2012-05-28 | 1 | -0/+0 |
* | Update Sizzle and add tests from the Sizzle suite that require jQuery for the... | timmywil | 2012-05-28 | 3 | -4/+56 |
* | Fix #11823. Remove webkitConvertPointFromNodeToPage. Closes gh-796. | Oleg | 2012-05-27 | 3 | -45/+27 |
* | Apply a GibsonTransform(-55) to the #10877 fix. Closes gh-788. | Richard Gibson | 2012-05-24 | 2 | -110/+103 |
* | Fix #11311. Percents not pixels for top/left/bottom/right. Closes gh-793. | Mike Sherov | 2012-05-24 | 2 | -1/+10 |
* | Fix #11443 fix. Safari 5.0.x, reliable margin? Riiight. Closes gh-792. | Mike Sherov | 2012-05-24 | 1 | -1/+1 |
* | Optimizations to animation queue/promise logic, closes gh-776. | Corey Frang | 2012-05-22 | 4 | -180/+224 |
* | Fix #11755. Avoid :hidden selector for animations. Closes gh-774. | Oleg | 2012-05-22 | 2 | -9/+125 |
* | Fix #11796. Preserve oldIE change delegation on clone. Closes gh-789. | Jason Moon | 2012-05-22 | 3 | -6/+34 |
* | Update version to 1.8pre | Rick Waldron | 2012-05-22 | 1 | -1/+1 |
* | Fix #11443 #11441, shut up Chrome 19 and Safari 5.0.x. Closes gh-790. | Mike Sherov | 2012-05-22 | 2 | -16/+8 |
* | Fix #10877. Make outerWidth/Height a setter. Closes gh-783. | Mike Sherov | 2012-05-21 | 4 | -92/+130 |
* | Followup #11649, clean up events in unit test. | Dave Methvin | 2012-05-18 | 1 | -0/+1 |
* | Fix #11649. Preserve oldIE submit flag when cloning, closes gh-772. | Jason Moon | 2012-05-18 | 3 | -3/+37 |
* | Fix #7157. Animation callbacks shouldn't see an element as :animated. | Corey Frang | 2012-05-18 | 2 | -27/+40 |
* | Fix indentation in /speed and /test dirs, closes gh-780. | Trey Hunner | 2012-05-18 | 18 | -651/+651 |