aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit/core.js
Commit message (Expand)AuthorAgeFilesLines
* Revert "Adds an invert method to promises that returns a "inverted" promise t...jaubourg2011-02-181-41/+9
* Fix some unscoped tests which failed after recent changes to QUnit.Anton M2011-02-151-5/+5
* 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
* Make sure subclass is a proper subclass not just subclassing the fn methods. ...Digitalxero2011-01-271-0/+49
* Renames Deferred's fire and fireReject methods as resolveWith and rejectWith ...jaubourg2011-01-201-1/+1
* Merge in data_nocollide branch. Fixes #6968, improves unit testing framework ...Colin Snover2011-01-171-1/+7
|\
| * Update unit tests with a leak detection mechanism for the various jQuery glob...Colin Snover2011-01-091-1/+4
* | Added unit tests to check and demonstrate new jQuery.Deferred() works.jaubourg2011-01-171-1/+20
* | Implements joined jQuery.when statements. Makes it so calling jQuery.when wit...jaubourg2011-01-161-3/+43
* | Fix a failing subclass test due to a change in masterwycats2011-01-141-5/+5
* | added jQuery.subclassJared Grippe2011-01-141-0/+72
* | Ensure that buildFragment clones elements properly in all browsers. Fixes #38...Colin Snover2011-01-091-1/+6
|/
* Renamed "complete" to "done" in order to avoid conflicts with jXHR.complete.jaubourg2011-01-061-11/+11
* Cleaning up trailing whitespace again.Colin Snover2011-01-051-66/+66
* Revert "Register as a CommonJS async module if in that kind of environment. F...wycats2011-01-051-24/+22
* "then" renamed "complete" and new "then" method defined using "complete" and ...jaubourg2011-01-051-14/+14
* Simplified the way a Promise is tested for (removed promiseMarker). Removed i...jaubourg2010-12-311-15/+11
* Introduced a new promise method on deferreds that returns an immutable object...jaubourg2010-12-311-27/+23
* Removed custom method in isDeferred and when.unknown2010-12-311-22/+3
* Deferred cannot be cancelled by returning false in a callback. Exception in t...unknown2010-12-311-74/+7
* Capitalized Deferred & _Deferred to clearly mark them as new types, like Event.unknown2010-12-311-20/+20
* Added deferred to core. Used internally for DOM readyness and ajax callbacks.jaubourg2010-12-311-0/+250
* Register as a CommonJS async module if in that kind of environment. Fixes #7102.jrburke2010-12-271-22/+24
* Backing out fb6c038bf00296480234c971a1664ac01ca1479e, was causing jQuery.para...jeresig2010-12-091-11/+4
* Merge branch 'bug_7413' of https://github.com/rwldrn/jquery into rwldrn-bug_7413jeresig2010-12-091-4/+11
|\
| * Fixes #7413; isEmptyObject() check to see if obj passes isPlainObjectrwldrn2010-11-091-4/+11
* | Improve performance of get() for negative indices. Fixes #5476.Anton M2010-11-191-5/+5
|/
* Test jQuery.type also with document.Robert Katic2010-09-231-1/+2
* Made jQuery.type more consistent with host objects.Robert Katic2010-09-231-1/+5
* Added some tests for #5991.Robert Katic2010-09-231-1/+5
* Ensured that arrays are not considered same as plain object on deep extending...Robert Katic2010-09-231-2/+1
* Add some tests for jQuery.isWindow and make sure that we're operating against...jeresig2010-09-221-0/+19
* Make sure that jQuery works even when the individual modules are loaded separ...jeresig2010-09-081-1/+2
* Added some tweaks to $.type to handle null and undefined. Added a bunch of un...John Resig2010-08-271-0/+23
* Fixing getting/setting classes and makeArray(RegExp) for Blackberry 4.7. Fixe...John Resig2010-08-231-15/+28
* Replace usage of the removed global reset() method with QUnit.reset().jzaefferer2010-07-281-2/+2
* Adjust isPlainObject test to run in an iframe.jeresig2010-03-241-1/+1
* Landing a faster trim method. Based upon the work by Travis Hardiman and DBJD...jeresig2010-03-091-6/+12
* Make sure leading whitespace is trimmed for parseJSON. Fixes #6031.jeresig2010-02-131-2/+4
* Landing some minor perf optimization to jQuery().jeresig2010-01-281-1/+1
* Make empty strings (and other non-string values) simply return null from pars...jeresig2010-01-231-0/+25
* Moved add() tests from core to traversing.jeresig2010-01-231-55/+0
* Make sure that disconnected nodes aren't sorted/uniqued. Fixes #5791.jeresig2010-01-131-4/+9
* Fixed typo in logic, also disabled function setters in this case to allow th...jeresig2010-01-121-1/+7
* Make sure to do a deep copy on arrays. #5750Filipe Fortes2010-01-071-2/+7
* Merging in jQuery.proxy() branch.jeresig2010-01-051-0/+19
|\
| * Added in jQuery.proxy(obj, name), like the method described in Secrets of the...jeresig2009-12-311-0/+19
* | Rewrite of jQuery.browser to become engine-centric, rather than browser-centr...jeresig2010-01-051-33/+19
|/
* Fixed the spacing from the last commit.jeresig2009-12-181-11/+11