aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* fix effects tests failureMike Sherov2012-10-163-8/+8
|
* 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 ↵David Bonner2012-10-154-129/+127
| | | | https://github.com/jquery/2012-dev-summit/issues/24
* 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
| | | | deprecated feature
* 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
| | | | Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
* Split failing cross domain tests into two separate test bodies.Rick Waldron2012-10-151-9/+11
| | | | Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
* Fixing style for test unit ajax.js. ↵Erick Ruiz2012-10-151-1989/+2201
| | | | https://github.com/jquery/2012-dev-summit/issues/56
* 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 ↵James Huston2012-10-151-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 Waldron2012-10-152-2/+5
| | | | QUnit configurations.
* Enforce expects in manipulation.js ↵James Huston2012-10-151-0/+2
| | | | (https://github.com/jquery/2012-dev-summit/issues/53) Closes gh-963
* Enforce expects in events.js ↵James Huston2012-10-151-1/+3
| | | | (https://github.com/jquery/2012-dev-summit/issues/53) Closes gh-962
* Enforce expects in events.js ↵James Huston2012-10-151-0/+4
| | | | (https://github.com/jquery/2012-dev-summit/issues/53) Closes gh-961
* Enforce expects in effects.js ↵James Huston2012-10-151-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 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. ↵Mike Sherov2012-10-152-34/+19
| | | | Thanks to @ryanneufeld. Closes gh-953.
* 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
| | | | Thanks @curiousdannii!
* 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
| | | | | | | | | | | | * 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 ↵jaubourg2012-10-062-15/+30
| | | | @kselden for finding the bug.
* 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 ↵Rick Waldron2012-10-042-1/+19
| | | | proof. Fixes #10227
* Sizzle: throw an invalid selector exception for trailing-comma selectors. ↵Timmy Willison2012-10-041-0/+0
| | | | Fixes #12643.
* 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 ↵Dave Methvin2012-09-301-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 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
| | | | This is only a unit test fix because the bug was tangentially fixed by a different commit
* 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 ↵Timmy Willison2012-09-201-0/+0
| | | | combinator checks. Fixes #12572.
* Update Sizzle: fix a failing test in traversing. Move an attribute selector ↵Timmy Willison2012-09-192-1/+7
| | | | test to jQuery-only.
* Sizzle: fixes failing test in cssTimmy Willison2012-09-191-0/+0
|