aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Refactor defaultDisplay's node creation and display logic, -6Rick Waldron2012-12-101-10/+13
* Ref #13019 and gh-1062. Use parentNode check instead of isDisconnected().Dave Methvin2012-12-092-12/+5
* Fix #13019. Disconnected nodes with .replaceWith are a noop. Close gh-1062.Dave Methvin2012-12-092-53/+6
* Fix #12904: Firefox defaultDisplay with body/iframe display:none. Report and ...Richard Gibson2012-12-082-52/+60
* Deferred: .resolve(), .reject() and .notify() now set the callback context to...jaubourg2012-12-072-6/+9
* Fix #13013. Move jQuery.buildFragment() to compat plugin.Dave Methvin2012-12-062-20/+6
* Don't test what ain't there no moreRichard Gibson2012-12-061-122/+0
* Make compatible with jshint, lint test/data. Close gh-1043.Timo Tijhof2012-12-068-118/+111
* once more with feelingRichard Gibson2012-12-051-0/+0
* don't test SVG on IE6Richard Gibson2012-12-051-0/+0
* Fix #10832 (this time with tests): jQuery.contains in SVGRichard Gibson2012-12-051-0/+0
* Revert "Organizes the php scripts used for testing better, so that the whole ...jaubourg2012-12-0538-828/+1301
* Revert "Fixes spacing"jaubourg2012-12-051-4/+4
* Revert "228ab3d followup 1: fix test failures. Close gh-1056."jaubourg2012-12-052-86/+89
* 228ab3d followup 1: fix test failures. Close gh-1056.Richard Gibson2012-12-052-89/+86
* Radical idea: Calculate `expect()` value before fn call. :purple_heart:Dave Methvin2012-12-041-2/+2
* Fixes #12449. make replaceWith() clone elements where required. Closes gh-920Rod Vagg2012-12-042-113/+128
* Fix #11989. Remove fragment cache, moving to jquery-compat. Close gh-1052.Paul Ramos2012-12-043-101/+9
* Fix #12756. Restyle manipulation unit tests. Close gh-1053.Paul Ramos2012-12-041-598/+798
* Fixes spacingjaubourg2012-12-041-4/+4
* Organizes the php scripts used for testing better, so that the whole logic of...jaubourg2012-12-0438-1301/+828
* Fix #12856: keep PSEUDO regex non-greedyRichard Gibson2012-12-031-0/+0
* More improvements per @jaubourgRichard Gibson2012-12-032-23/+29
* Improvements per @jaubourgRichard Gibson2012-12-032-2/+4
* No ticket: improve global variable/ajax request trackingRichard Gibson2012-12-027-54/+68
* Don't really want to expect any global events here.Dave Methvin2012-12-021-1/+1
* Followup to #12989 fix, improve unit test resiliency.Dave Methvin2012-12-021-27/+16
* Fix #12989. Remove ajax "global" event behavior.Dave Methvin2012-12-012-143/+43
* keep manipulation.js assertions consistentRichard Gibson2012-11-301-1/+1
* Fixes awkward spacingjaubourg2012-11-291-3/+2
* Simplifies how url is kept devoid of anti-cache parameter for ifModified requ...jaubourg2012-11-291-16/+16
* Unit test for #12004jaubourg2012-11-291-0/+34
* Alias options.method to options.type. Fixes #12004.Matt Farmer2012-11-281-0/+3
* Fix #12957. Simplify wrapMap, it doesn't need end tags. Close gh-1044.Oleg2012-11-273-19/+18
* save a byteRichard Gibson2012-11-271-2/+2
* Don't let removeClass create attributesRichard Gibson2012-11-272-30/+31
* sandboxes start for real this time (fixes test failures in IE)jaubourg2012-11-272-8/+8
* Use strictEqual rather than equaljaubourg2012-11-271-2/+2
* Merge branch 'master' of github.com:jquery/jqueryjaubourg2012-11-270-0/+0
|\
| * Fix #12959: Optimize library-wide patternsRichard Gibson2012-11-2612-110/+111
* | Fix #12959: Optimize library-wide patternsRichard Gibson2012-11-2712-110/+111
* | Removes unnecessary closure and applyjaubourg2012-11-261-3/+1
* | Greatly simplifies ajaxTestjaubourg2012-11-261-65/+45
* | Total revamping of the ajax unit testsjaubourg2012-11-264-2179/+1388
|/
* Grunt: Rename TestSwarm job name pattern for PR. Close gh-1042.Timo Tijhof2012-11-251-1/+1
* Fix #12803. Add jQuery.fx.start as a hook point. Close gh-1024.Corey Frang2012-11-252-2/+35
* Fix #12869. Zoom the body after support tests; avoids layout changes in IE8/9...Scott González2012-11-251-1/+3
* Fix #12134. Make .serialize() HTML5-compliant; provide a propHook for shimming.Dave Methvin2012-11-251-13/+12
* No ticket: compress ajax. Close gh-1041.Richard Gibson2012-11-254-328/+293
* Using the right matched paramCorey Frang2012-11-241-1/+1