aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* No ticket: speedup effects testsRichard Gibson2012-11-123-93/+55
* Fix #12858: don't expose jQuery/Sizzle expandosRichard Gibson2012-11-091-5/+14
* No ticket: speedup test suite. Close gh-1020.Richard Gibson2012-11-084-264/+223
* Rewriting unit test to be less sticky based on time issuesCorey Frang2012-11-071-18/+27
* Fixing unitsCorey Frang2012-11-071-3/+3
* Keep track of a hiding state for toggle based animations - Fixes #8685Corey Frang2012-11-071-0/+44
* Ensure each tick gets it's own fxNow - Fixes #12837 - Thanks @chadparryCorey Frang2012-11-071-0/+29
* Remove APIs now in jquery-compatDave Methvin2012-11-071-139/+1
* Restore jQuery.access parameter mistakenly removed in 80d45a69Richard Gibson2012-11-061-25/+38
* No ticket: update test suite to pass QUnit globals check in most environments...Richard Gibson2012-11-056-90/+196
* Fix #12840: remove undocumented parameter "pass" from .attr. Close gh-1017.Richard Gibson2012-11-051-78/+0
* Remove gratuitous punctuationRichard Gibson2012-11-011-3/+3
* Fix #10299. Add a propHook for oldIE link href.Dave Methvin2012-11-011-1/+3
* Remove trailing comma to fix test lint.Dave Methvin2012-11-011-1/+1
* No ticket: remove test suite external dependenciesRichard Gibson2012-11-019-37/+38
* Followup to gh-997, decode entities in test names. Close gh-1013.Timo Tijhof2012-11-011-3/+3
* Fix testing of no-ajax custom buildsRichard Gibson2012-11-015-14/+28
* Test case for #12816Dave Methvin2012-10-311-1/+3
* Fix #10544. Remove deprecated .data() event namespaced triggering.Dave Methvin2012-10-311-58/+1
* No ticket: fix effects test failure in IE6. Close gh-1012.Timo Tijhof2012-10-313-22/+48
* Fix #12009. $().find( DOMElement ) should pushStack properly. Close gh-927.Mike Sherov2012-10-301-11/+13
* Fix #12685. Handle inconsistent opacity for ie < 9. Close gh-1005.yiminghe2012-10-301-0/+16
* Fix #10416. Don't trust computed styles on detached elements. Close gh-941.Oleg2012-10-281-5/+15
* Implement expectation test instead of using _removeData. Close gh-997.Timo Tijhof2012-10-2810-248/+340
* Fixes #12139, make sure absolutely positioned elements have HTML as offsetPar...David Fox2012-10-261-1/+6
* Elements created from html strings have a parentnode. Fixes #12392Oleg2012-10-251-5/+22
* Simplify tests for #12786, reduce to only those required to support the fixRick Waldron2012-10-251-57/+22
* Less deep and more strict.Rick Waldron2012-10-251-2/+2
* Fix #11542. document.body should not be special in .offset() and document.doc...Daniel Gálvez2012-10-242-7/+11
* Remove .hyphen property from tests (left behind in refactoring)Rick Waldron2012-10-241-6/+3
* Brute force property removal when removeData([a,b,c]). Fixes #12786Rick Waldron2012-10-241-0/+70
* Fix #12411, .removeClass(undefined) is a chaining no-op. Close gh-913.Matthias Jäggli2012-10-211-0/+9
* Missing semicolon.Dave Methvin2012-10-211-1/+1
* Fix failing tests for beforeunload in Safari 5.0. Close gh-1002.Oleg2012-10-211-12/+28
* Fix #12061. Avoid window.onbeforeunload to permit multiple handlers. Close gh...Oleg2012-10-201-9/+52
* Fix #12107. Let .proxy() curry args without overwriting context. Close gh-866.Marcel Greter2012-10-201-1/+9
* Fix #12048. Set attributes for XML fragments. Close gh-965.Sai Wong2012-10-203-0/+27
* Fix attribute names in aliased form property test. Close gh-951.Jonathan Sampson2012-10-201-1/+1
* Fix #4262: faster .eq(), closes gh-1000.Richard Gibson2012-10-191-40/+9
* Combine parseJSON tests and fix style.Dave Methvin2012-10-191-71/+14
* Followup for #12751, only test on browsers with JSON.parseDave Methvin2012-10-191-33/+36
* Fix #12739. Keep namespace when triggering with an Event. Close gh-972.Allen J Schmidt Jr2012-10-191-0/+37
* Fix #12751. Ensure parseJson throws in the same situations as JSON.parse. Clo...James Huston2012-10-172-3/+68
* no ticket: fix jQuery suite failure on AndroidRichard Gibson2012-10-171-1/+1
* fix failing offset testsMike Sherov2012-10-171-2/+19
* Fixes #12749, correctly detect position() for position:fixed elements, closes...Merrifield, Jay2012-10-171-31/+37
* Style nit in test/unit/callbacks.js. Closes gh-992Erick Ruiz de Chavez2012-10-161-1/+1
* Refactored before/after/replaceWith to not pushStack. Fixes #12664, closes gh...Sai Wong2012-10-161-11/+63
* Enforce style in test/unit/callbacks.js. https://github.com/jquery/2012-dev-s...Erick Ruiz de Chavez2012-10-161-22/+27
* Merge branch 'master' of github.com:jquery/jqueryDave Methvin2012-10-1610-320/+474
|\