aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * 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-162-0/+28
| * 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
|/
* Clean up jshintrc configs. Close gh-983.Mike Sherov2012-10-161-8/+8
* 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-1612-104/+111
* 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
* Deprecate fn toggle Closes gh-970 https://github.com/jquery/2012-dev-summit/i...David Bonner2012-10-152-103/+101
* 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-151-2/+1
* 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