aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit
Commit message (Expand)AuthorAgeFilesLines
* Make a new jQuery.support.noCloneChecked - splitting apart the previous featu...jeresig2011-02-231-3/+4
* Revert "Adds an invert method to promises that returns a "inverted" promise t...jaubourg2011-02-181-41/+9
* Fix a some inaccuracies in the original test case for #7912.Anton M2011-02-171-16/+26
* Fixes #7912. Make sure .cur() only returns 0 as fallback value when it needs ...louisremi2011-02-171-15/+38
* Only perpetrate the .toJSON hack on data caches when they are attached to a p...Dave Methvin2011-02-171-6/+0
* Fixes #8297. Makes sure response headers with empty values are handled proper...jaubourg2011-02-171-3/+9
* Revert "Merge branch '8099' of https://github.com/rwldrn/jquery into rwldrn-8...Anton M2011-02-151-12/+0
* Fix some whitespace issues.Anton M2011-02-151-6/+6
* Fixes #7922. Copy the donor event when simulating a bubbling submit in IE so ...Dave Methvin2011-02-151-0/+11
* Fixes #8277. Sets data to undefined rather than null when it is not provided ...jaubourg2011-02-151-0/+15
* Fix some unscoped tests which failed after recent changes to QUnit.Anton M2011-02-153-9/+9
* Hide metadata when serializing JS objects using JSON.stringify via a toJSON h...Colin Snover2011-02-141-3/+29
* Merge branch '8099' of https://github.com/rwldrn/jquery into rwldrn-8099jeresig2011-02-141-0/+12
|\
| * Bug #8099 - Always restore to correct display value based on element's expect...rwldrn2011-01-311-0/+12
* | Fix breaking test in Chrome.Anton M2011-02-141-1/+1
* | Don't add "px" to unit-less properties when animating them. Fixes #4966.Anton M2011-02-131-0/+10
* | Clean up whitespace in test/unit/effects.jsAnton M2011-02-131-44/+37
* | Remove duplicate test.Anton M2011-02-111-3/+1
* | Make sure .val() works after form.reset() in IE. Fixes #2551.rwldrn2011-02-101-0/+19
* | Make sure .clone(true) correctly clones namespaced events. Fixes #4537.Anton M2011-02-101-6/+13
* | Fix some whitespace issues. Improve and correct an events test.Anton M2011-02-101-30/+26
* | No need to duplicate Sizzle tests, just run them directly from Sizzle.John Resig2011-02-101-517/+0
* | Pull over tests from Sizzle. "Remove backslashes from tag name filter. Fixes ...Anton M2011-02-101-2/+3
* | Fixes #8219. Introduces the mimeType option to override content-type header i...jaubourg2011-02-091-0/+28
* | Revert portions of 7acb141ed7f2dedd950bb65acf878098640d081e that attempt to u...Colin Snover2011-02-081-13/+2
* | Update $.data to use a function instead of an object when attaching to JS obj...Colin Snover2011-02-072-7/+21
* | Fixes a bug that prevented headers from being set in an ajaxSend callback. Un...jaubourg2011-02-071-5/+12
* | Fixes a typo in the title of the load() unit test.jaubourg2011-02-051-1/+1
* | Remove an invalid ajax test and some code that is no longer used by any test.Anton M2011-02-051-15/+0
* | Fixes abort in prefilter. No global event will be fired in that case even if ...jaubourg2011-02-041-0/+19
* | Fixes #7945. Make jQuery.param() serialize plain objects with a property name...Anton Kovalyov2011-02-021-1/+6
* | Fixes #8129. Fix cloning multiple selected options in IE8.rwldrn2011-02-021-1/+9
* | Fixes #8115. Renames all references to jXHR with jqXHR in the code (like was ...jaubourg2011-02-011-18/+18
* | The default for .clone() is to not clone any events. Fixes #8123.jeresig2011-02-011-0/+11
* | Places multiple signature test after all primary callbacks tests.jaubourg2011-02-011-15/+15
* | Improve $.ajax method signature unit test and placementDan Heberden2011-02-011-19/+15
* | Bug 8107; Fix argument handling for $.ajax for multiple method signatues and ...Dan Heberden2011-01-311-0/+19
* | Fixes #8095. Properly handles the case where browser cache needs to be bypass...jaubourg2011-01-311-78/+87
|/
* Script dataType now supports ecmascript mimetypes.jaubourg2011-01-311-8/+14
* Makes sure jsonp callback is not left in the global namespace in case of an e...jaubourg2011-01-311-3/+35
* Makes sure all converters keys are lowercased before any conversion is taking...jaubourg2011-01-311-4/+4
* Fixes #7568. Follow-up fix for #5862. Objects with a length property weren't ...Anton M2011-01-311-10/+28
* Adds an invert method to promises that returns a "inverted" promise that is r...jaubourg2011-01-311-9/+41
* Rename jQuery.subclass() to jQuery.sub().jeresig2011-01-311-6/+6
* Removed errorThrown test for 404 responses seeing as Safari 3.x XHR sets the ...jaubourg2011-01-311-1/+7
* Simplifies the unit test for #8082.jaubourg2011-01-291-8/+3
* Fixes #8082. Text to script converter now returns text. Unit test added.jaubourg2011-01-291-3/+9
* Use the original element/fragment as the last item to be appended to the docu...Colin Snover2011-01-281-0/+13
* Pull over tests from Sizzle. Fixes #3729. Fixes #6428.Anton M2011-01-281-1/+10
* Make sure subclass is a proper subclass not just subclassing the fn methods. ...Digitalxero2011-01-271-0/+49