aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Latest JSHint gets cranky with the _ vars in catch() {}Rick Waldron2012-10-151-2/+2
* Fix style nit: indent inside if statementRick Waldron2012-10-151-99/+99
* Deprecate fn toggle Closes gh-970 https://github.com/jquery/2012-dev-summit/i...David Bonner2012-10-154-129/+127
* Breakout JSONP domain-related testsRick Waldron2012-10-151-86/+142
* Move deprecated.js to the bottom of the build to ensure nothing depends on a ...Timmy Willison2012-10-152-3/+2
* Update Sizzle: focus test was failing if browser window was not in focusTimmy Willison2012-10-151-0/+0
* Don't try to be dynamic, just get the damn job done. Expects = 30.Rick Waldron2012-10-151-1/+1
* Split failing cross domain tests into two separate test bodies.Rick Waldron2012-10-151-9/+11
* Fixing style for test unit ajax.js. https://github.com/jquery/2012-dev-summit...Erick Ruiz2012-10-151-1989/+2201
* Adds missing expect() call in test/unit/support.js, fixes failing IE testsRick Waldron2012-10-151-0/+3
* Adds missing expect() call, fixes failing IE testsRick Waldron2012-10-151-0/+1
* Enforce expects in ajax.js (https://github.com/jquery/2012-dev-summit/issues/...James Huston2012-10-151-0/+11
* Remove duplicate expect. Add QUnit.config.requireExpects to testrunner.js QUn...Rick Waldron2012-10-152-2/+5
* Enforce expects in manipulation.js (https://github.com/jquery/2012-dev-summit...James Huston2012-10-151-0/+2
* Enforce expects in events.js (https://github.com/jquery/2012-dev-summit/issue...James Huston2012-10-151-1/+3
* Enforce expects in events.js (https://github.com/jquery/2012-dev-summit/issue...James Huston2012-10-151-0/+4
* Enforce expects in effects.js (https://github.com/jquery/2012-dev-summit/issu...James Huston2012-10-151-0/+2
* Enforce expects in css.js (https://github.com/jquery/2012-dev-summit/issues/53)James Huston2012-10-151-0/+10
* Format @DATE to ISO 8601 format. Fixes #12725, Closes gh-957Ben Truyman2012-10-151-3/+12
* Fixes update submodule task for windows (uses an npm based task)jaubourg2012-10-152-30/+3
* Sizzle: Fix :focus selector with elements that have a tabIndex !== -1Timmy Willison2012-10-151-0/+0
* Remove the Makefile and replace the submodule update with a grunt task. Thank...Mike Sherov2012-10-152-34/+19
* Update Sizzle: Fixes #12606, #12671, #12672.Timmy Willison2012-10-141-0/+0
* Use the correct escape for BOM; add build code to detect non-ASCII.Dave Methvin2012-10-112-1/+22
* Use Uglify's ascii_only to avoid converting UTF-8 escapes.Dave Methvin2012-10-112-3/+6
* Fix #12690. Avoid use of UTF-8 chars in final files.Dave Methvin2012-10-102-2/+3
* Skip jQuery.sub() test since IE6 can't handle it.Dave Methvin2012-10-091-1/+2
* Break big-html check into its own test for IE6.Dave Methvin2012-10-091-5/+8
* Test: Clean up and fix misc issuesTimo Tijhof2012-10-093-13/+13
* Do not iterate over functions. Fixes #12665. Unit tests added. Thanks to @kse...jaubourg2012-10-062-15/+30
* fix failure from bad markup leaving an element behind. Closes gh-946Richard Gibson2012-10-051-1/+1
* Update AUTHORS.txt based on CLA responses.Dave Methvin2012-10-051-15/+15
* body default display is always block. @mikesherov was right and this is the p...Rick Waldron2012-10-042-1/+19
* Sizzle: throw an invalid selector exception for trailing-comma selectors. Fix...Timmy Willison2012-10-041-0/+0
* Fix #12583: Don't ignore disabled property of select-one, close gh-932.Richard Gibson2012-10-032-20/+20
* Fix #12637: restore 1.8.1 ajax crossDomain logic. Close gh-944.Richard Gibson2012-10-032-4/+17
* Revert "Chrome fails in ajax.js tests because TestSwarm/Ngnix won't give HEAD...Dave Methvin2012-09-301-12/+1
* Since .getAttribute() returns strings, we should check for them.Dave Methvin2012-09-301-1/+1
* Fix #12537, element.css('filter') returns undefined in IE9. Close gh-942.Mike Sherov2012-09-303-2/+11
* Fix #12357: be more kind to non-browser environments. Close gh-938.Richard Gibson2012-09-301-7/+6
* Fix #10943, tabindex not set properly on clone in IE7. Close gh-937.Mike Sherov2012-09-301-18/+23
* Fixes to contributing.md. Closes gh-931Callum Macrae2012-09-251-6/+5
* Updating the source version to 1.8.3preDave Methvin2012-09-201-1/+1
* Tagging the 1.8.2 release.Dave Methvin2012-09-202-5/+9
* Update release notes script to 1.8.2 and add debug option.Dave Methvin2012-09-201-3/+3
* Sizzle: removes nth-child cacheTimmy Willison2012-09-201-0/+0
* Sizzle: account for external document contexts (such as iframes) in combinato...Timmy Willison2012-09-201-0/+0
* Update Sizzle: fix a failing test in traversing. Move an attribute selector t...Timmy Willison2012-09-192-1/+7
* Sizzle: fixes failing test in cssTimmy Willison2012-09-191-0/+0
* Update Sizzle: fix position caching with child selectors. Fixes #12337.Timmy Willison2012-09-191-0/+0