aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit
Commit message (Expand)AuthorAgeFilesLines
* 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-011-0/+2
* 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-311-1/+5
* 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-287-179/+166
* 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-241-6/+8
* 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-201-0/+11
* 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
* 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-169-320/+451
|\
| * Fixes #12736. Move hover event hack to deprecated.js for removal in 1.9. Clos...Greg Lavallee2012-10-162-26/+31
| * Convert all jQuery.removeData(foo, bar, true) calls to jQuery._remove(foo, bar)Rick Waldron2012-10-164-13/+13
| * Fixes #11635, Explicit overflow:auto is overridden by inline overflow:hidden ...Mike Petrovich2012-10-161-0/+5
| * Enforce style guide in test/unit/attributes.js. Closes gh-985Erick Ruiz de Chavez2012-10-161-275/+365
| * Update Sizzle: allows disconnected sorting. Change add to always sort with ad...Timmy Willison2012-10-161-6/+3
| * Handle a falsy URL in the settings object for jQuery.ajax. Fixes #10093, Clos...Ben Truyman2012-10-161-2/+36
* | Fix #11280. IE6-8 need name attribute to parse param. Close gh-914.Daniel Galvez2012-10-161-0/+32
|/
* Create private methods for processing data/removeData requests. Fixes #12519,...carldanley2012-10-161-9/+9
* Return correct index for no-arg index() calls. Fixes #10977. Closes gh-971MORGAN2012-10-161-0/+9
* enforce double quotes via JSHint. Closes gh-975Mike Sherov2012-10-1611-103/+109
* fixes problematic JSONP test (gotta learn to count)jaubourg2012-10-161-4/+4
* Moved attrFN to deprecated. Close gh-977.Akintayo Akinwunmi2012-10-161-0/+6
* Merge branch 'master' of github.com:jquery/jqueryjaubourg2012-10-161-79/+81
|\
| * Fixing style for deferred.js unit tests. Close gh-973.Erick Ruiz de Chavez2012-10-161-79/+81
* | comments out some problematic JSONP test until we figure out what the problem isjaubourg2012-10-161-4/+3
|/
* Fix style nit: indent inside if statementRick Waldron2012-10-151-99/+99