Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix effects tests failure | Mike Sherov | 2012-10-16 | 3 | -8/+8 |
| | |||||
* | Latest JSHint gets cranky with the _ vars in catch() {} | Rick Waldron | 2012-10-15 | 1 | -2/+2 |
| | |||||
* | Fix style nit: indent inside if statement | Rick Waldron | 2012-10-15 | 1 | -99/+99 |
| | |||||
* | Deprecate fn toggle Closes gh-970 ↵ | David Bonner | 2012-10-15 | 4 | -129/+127 |
| | | | | https://github.com/jquery/2012-dev-summit/issues/24 | ||||
* | Breakout JSONP domain-related tests | Rick Waldron | 2012-10-15 | 1 | -86/+142 |
| | |||||
* | Move deprecated.js to the bottom of the build to ensure nothing depends on a ↵ | Timmy Willison | 2012-10-15 | 2 | -3/+2 |
| | | | | deprecated feature | ||||
* | Update Sizzle: focus test was failing if browser window was not in focus | Timmy Willison | 2012-10-15 | 1 | -0/+0 |
| | |||||
* | Don't try to be dynamic, just get the damn job done. Expects = 30. | Rick Waldron | 2012-10-15 | 1 | -1/+1 |
| | | | | Signed-off-by: Rick Waldron <waldron.rick@gmail.com> | ||||
* | Split failing cross domain tests into two separate test bodies. | Rick Waldron | 2012-10-15 | 1 | -9/+11 |
| | | | | Signed-off-by: Rick Waldron <waldron.rick@gmail.com> | ||||
* | Fixing style for test unit ajax.js. ↵ | Erick Ruiz | 2012-10-15 | 1 | -1989/+2201 |
| | | | | https://github.com/jquery/2012-dev-summit/issues/56 | ||||
* | Adds missing expect() call in test/unit/support.js, fixes failing IE tests | Rick Waldron | 2012-10-15 | 1 | -0/+3 |
| | |||||
* | Adds missing expect() call, fixes failing IE tests | Rick Waldron | 2012-10-15 | 1 | -0/+1 |
| | |||||
* | Enforce expects in ajax.js ↵ | James Huston | 2012-10-15 | 1 | -0/+11 |
| | | | | (https://github.com/jquery/2012-dev-summit/issues/53) Closes gh-964 | ||||
* | Remove duplicate expect. Add QUnit.config.requireExpects to testrunner.js ↵ | Rick Waldron | 2012-10-15 | 2 | -2/+5 |
| | | | | QUnit configurations. | ||||
* | Enforce expects in manipulation.js ↵ | James Huston | 2012-10-15 | 1 | -0/+2 |
| | | | | (https://github.com/jquery/2012-dev-summit/issues/53) Closes gh-963 | ||||
* | Enforce expects in events.js ↵ | James Huston | 2012-10-15 | 1 | -1/+3 |
| | | | | (https://github.com/jquery/2012-dev-summit/issues/53) Closes gh-962 | ||||
* | Enforce expects in events.js ↵ | James Huston | 2012-10-15 | 1 | -0/+4 |
| | | | | (https://github.com/jquery/2012-dev-summit/issues/53) Closes gh-961 | ||||
* | Enforce expects in effects.js ↵ | James Huston | 2012-10-15 | 1 | -0/+2 |
| | | | | (https://github.com/jquery/2012-dev-summit/issues/53) Closes gh-960 | ||||
* | Enforce expects in css.js (https://github.com/jquery/2012-dev-summit/issues/53) | James Huston | 2012-10-15 | 1 | -0/+10 |
| | |||||
* | Format @DATE to ISO 8601 format. Fixes #12725, Closes gh-957 | Ben Truyman | 2012-10-15 | 1 | -3/+12 |
| | |||||
* | Fixes update submodule task for windows (uses an npm based task) | jaubourg | 2012-10-15 | 2 | -30/+3 |
| | |||||
* | Sizzle: Fix :focus selector with elements that have a tabIndex !== -1 | Timmy Willison | 2012-10-15 | 1 | -0/+0 |
| | |||||
* | Remove the Makefile and replace the submodule update with a grunt task. ↵ | Mike Sherov | 2012-10-15 | 2 | -34/+19 |
| | | | | Thanks to @ryanneufeld. Closes gh-953. | ||||
* | Update Sizzle: Fixes #12606, #12671, #12672. | Timmy Willison | 2012-10-14 | 1 | -0/+0 |
| | |||||
* | Use the correct escape for BOM; add build code to detect non-ASCII. | Dave Methvin | 2012-10-11 | 2 | -1/+22 |
| | |||||
* | Use Uglify's ascii_only to avoid converting UTF-8 escapes. | Dave Methvin | 2012-10-11 | 2 | -3/+6 |
| | | | | Thanks @curiousdannii! | ||||
* | Fix #12690. Avoid use of UTF-8 chars in final files. | Dave Methvin | 2012-10-10 | 2 | -2/+3 |
| | |||||
* | Skip jQuery.sub() test since IE6 can't handle it. | Dave Methvin | 2012-10-09 | 1 | -1/+2 |
| | |||||
* | Break big-html check into its own test for IE6. | Dave Methvin | 2012-10-09 | 1 | -5/+8 |
| | |||||
* | Test: Clean up and fix misc issues | Timo Tijhof | 2012-10-09 | 3 | -13/+13 |
| | | | | | | | | | | | | * Clean up testinit and testrunner * Uncomment isLocal (at least make sure it is declared) * Rephrase environment assertions to make sense if one reads them when they pass. * Optimise an expensive loop that might be the cause of this in IE6: http://cl.ly/image/3f20053m112n | ||||
* | Do not iterate over functions. Fixes #12665. Unit tests added. Thanks to ↵ | jaubourg | 2012-10-06 | 2 | -15/+30 |
| | | | | @kselden for finding the bug. | ||||
* | fix failure from bad markup leaving an element behind. Closes gh-946 | Richard Gibson | 2012-10-05 | 1 | -1/+1 |
| | |||||
* | Update AUTHORS.txt based on CLA responses. | Dave Methvin | 2012-10-05 | 1 | -15/+15 |
| | |||||
* | body default display is always block. @mikesherov was right and this is the ↵ | Rick Waldron | 2012-10-04 | 2 | -1/+19 |
| | | | | proof. Fixes #10227 | ||||
* | Sizzle: throw an invalid selector exception for trailing-comma selectors. ↵ | Timmy Willison | 2012-10-04 | 1 | -0/+0 |
| | | | | Fixes #12643. | ||||
* | Fix #12583: Don't ignore disabled property of select-one, close gh-932. | Richard Gibson | 2012-10-03 | 2 | -20/+20 |
| | |||||
* | Fix #12637: restore 1.8.1 ajax crossDomain logic. Close gh-944. | Richard Gibson | 2012-10-03 | 2 | -4/+17 |
| | |||||
* | Revert "Chrome fails in ajax.js tests because TestSwarm/Ngnix won't give ↵ | Dave Methvin | 2012-09-30 | 1 | -12/+1 |
| | | | | | | | | HEAD requests any respect. Skip them rather than hear Swarmy call FAILURE on each run." This reverts commit 9c5089a60d479a959b290a5b4ab8ef38c985e963. These were not the droids we were looking for. Actually caused by a BrowserStack issue. | ||||
* | Since .getAttribute() returns strings, we should check for them. | Dave Methvin | 2012-09-30 | 1 | -1/+1 |
| | |||||
* | Fix #12537, element.css('filter') returns undefined in IE9. Close gh-942. | Mike Sherov | 2012-09-30 | 3 | -2/+11 |
| | |||||
* | Fix #12357: be more kind to non-browser environments. Close gh-938. | Richard Gibson | 2012-09-30 | 1 | -7/+6 |
| | |||||
* | Fix #10943, tabindex not set properly on clone in IE7. Close gh-937. | Mike Sherov | 2012-09-30 | 1 | -18/+23 |
| | | | | This is only a unit test fix because the bug was tangentially fixed by a different commit | ||||
* | Fixes to contributing.md. Closes gh-931 | Callum Macrae | 2012-09-25 | 1 | -6/+5 |
| | |||||
* | Updating the source version to 1.8.3pre | Dave Methvin | 2012-09-20 | 1 | -1/+1 |
| | |||||
* | Tagging the 1.8.2 release. | Dave Methvin | 2012-09-20 | 2 | -5/+9 |
| | |||||
* | Update release notes script to 1.8.2 and add debug option. | Dave Methvin | 2012-09-20 | 1 | -3/+3 |
| | |||||
* | Sizzle: removes nth-child cache | Timmy Willison | 2012-09-20 | 1 | -0/+0 |
| | |||||
* | Sizzle: account for external document contexts (such as iframes) in ↵ | Timmy Willison | 2012-09-20 | 1 | -0/+0 |
| | | | | combinator checks. Fixes #12572. | ||||
* | Update Sizzle: fix a failing test in traversing. Move an attribute selector ↵ | Timmy Willison | 2012-09-19 | 2 | -1/+7 |
| | | | | test to jQuery-only. | ||||
* | Sizzle: fixes failing test in css | Timmy Willison | 2012-09-19 | 1 | -0/+0 |
| |