Make sure subclass is a proper subclass not just subclassing the fn methods. Fixes...
[jquery.git] / test / unit / core.js
2011-01-27 DigitalxeroMake sure subclass is a proper subclass not just subcla...
2011-01-20 jaubourgRenames Deferred's fire and fireReject methods as resol...
2011-01-17 Colin SnoverMerge in data_nocollide branch. Fixes #6968, improves...
2011-01-17 jaubourgAdded unit tests to check and demonstrate new jQuery...
2011-01-16 jaubourgImplements joined jQuery.when statements. Makes it...
2011-01-14 wycatsFix a failing subclass test due to a change in master
2011-01-14 Jared Grippeadded jQuery.subclass
2011-01-10 Colin SnoverEnsure that buildFragment clones elements properly...
2011-01-09 Colin SnoverUpdate unit tests with a leak detection mechanism for...
2011-01-06 jaubourgRenamed "complete" to "done" in order to avoid conflict...
2011-01-05 Colin SnoverCleaning up trailing whitespace again.
2011-01-05 wycatsRevert "Register as a CommonJS async module if in that...
2011-01-05 jaubourg"then" renamed "complete" and new "then" method defined...
2010-12-31 jaubourgSimplified the way a Promise is tested for (removed...
2010-12-31 jaubourgIntroduced a new promise method on deferreds that retur...
2010-12-31 unknownRemoved custom method in isDeferred and when.
2010-12-31 unknownDeferred cannot be cancelled by returning false in...
2010-12-31 unknownCapitalized Deferred & _Deferred to clearly mark them...
2010-12-31 jaubourgAdded deferred to core. Used internally for DOM readyne...
2010-12-30 jaubourgSimplified the way a Promise is tested for (removed...
2010-12-28 jaubourgIntroduced a new promise method on deferreds that retur...
2010-12-28 jaubourgMerge branch 'master' of github.com:jquery/jquery into...
2010-12-27 jrburkeRegister as a CommonJS async module if in that kind...
2010-12-25 unknownRemoved custom method in isDeferred and when.
2010-12-25 unknownDeferred cannot be cancelled by returning false in...
2010-12-24 unknownCapitalized Deferred & _Deferred to clearly mark them...
2010-12-24 jaubourgAdded deferred to core. Used internally for DOM readyne...
2010-12-20 jaubourgAdded deferred to core. Used internally for DOM readyne...
2010-12-09 jeresigBacking out fb6c038bf00296480234c971a1664ac01ca1479e...
2010-12-09 jeresigMerge branch 'bug_7413' of https://github.com/rwldrn...
2010-11-19 Anton MImprove performance of get() for negative indices....
2010-11-09 rwldrnFixes #7413; isEmptyObject() check to see if obj passes...
2010-09-23 Robert KaticTest jQuery.type also with document.
2010-09-23 Robert KaticMade jQuery.type more consistent with host objects.
2010-09-23 Robert KaticAdded some tests for #5991.
2010-09-23 Robert KaticEnsured that arrays are not considered same as plain...
2010-09-22 jeresigAdd some tests for jQuery.isWindow and make sure that...
2010-09-08 jeresigMake sure that jQuery works even when the individual...
2010-09-08 jeresigMake sure that jQuery works even when the individual...
2010-08-27 John ResigAdded some tweaks to $.type to handle null and undefine...
2010-08-23 John ResigFixing getting/setting classes and makeArray(RegExp...
2010-07-28 jzaeffererReplace usage of the removed global reset() method...
2010-06-20 jeresigAdjust isPlainObject test to run in an iframe.
2010-03-24 jeresigAdjust isPlainObject test to run in an iframe.
2010-03-09 jeresigLanding a faster trim method. Based upon the work by...
2010-02-13 jeresigMake sure leading whitespace is trimmed for parseJSON...
2010-01-28 jeresigLanding some minor perf optimization to jQuery().
2010-01-23 jeresigMake empty strings (and other non-string values) simply...
2010-01-23 jeresigMoved add() tests from core to traversing.
2010-01-13 jeresigMake sure that disconnected nodes aren't sorted/uniqued...
2010-01-13 jeresigFixed typo in logic, also disabled function setters...
2010-01-06 Filipe FortesMake sure to do a deep copy on arrays. #5750
2010-01-06 jeresigMerging in jQuery.proxy() branch.
2010-01-05 jeresigRewrite of jQuery.browser to become engine-centric...
2009-12-31 jeresigAdded in jQuery.proxy(obj, name), like the method descr...
2009-12-18 jeresigFixed the spacing from the last commit.
2009-12-18 jeresigDisabled the passthrough .attr(method_name) functionali...
2009-12-18 Robert KaticMade isPlainObject() supporting null, undefined, and...
2009-12-11 John ResigMake sure that dynamically-created elements don't have...
2009-12-10 John ResigMoved some methods around inbetween core.js and travers...
2009-12-10 John ResigRewrote .merge() (faster and less obtuse now). Fixed...
2009-12-10 John ResigSwitched jQuery() to represent jQuery([]) instead of...
2009-12-06 John ResigRenamed isObjectLiteral to isPlainObject (makes more...
2009-12-02 jeresigAdded some isObjectLiteral tests.
2009-11-30 Yehuda KatzFixes $.trim for   closes #4980
2009-11-25 Robert KaticGeneric jQuery.merge and safer jQuery.makeArray(nodeList).
2009-11-13 Robert KaticCorrected some minor errors made by me (rkatic) in...
2009-11-12 Robert KaticForgotten to update the number of jQuery.extend related...
2009-11-12 Robert KaticMade jQuery.extend(true, ...) to extend recursively...
2009-11-12 Robert KaticMade isObjectLiteral to work correctly with custom...
2009-11-11 John ResigMade jQuery('<div/>') and jQuery('<div></div>') use...
2009-11-09 rkaticAdded a method to myKlass.
2009-11-07 John ResigMake .add() take an optional context and - if a context...
2009-09-29 John ResigSwitched from using QUnit's isObj/isSet to the more...
2009-09-25 John ResigA follow-up to [6578] (which stopped adding expandos...
2009-09-14 Ariel Fleslerjquery core: Fixed #5202. Fixing selector generation...
2009-09-07 John ResigSplit out the fragment-building code from domManip...
2009-08-27 John ResigFixed a bug with the isXMLDoc test - also made sure...
2009-08-27 John ResigTweaked the isXMLDoc iframe test case to test the docum...
2009-07-27 John ResigAdded an improvement to quickExpr and some more tests...
2009-07-27 John ResigAdded an extra documentElement check to isXMLDoc for...
2009-07-17 Yehuda KatzAdd test for jQuery(jQueryObj) cloning and simplify...
2009-07-16 Ariel Fleslerjquery core: Simplifying isEmptyObject() and adding...
2009-07-16 Yehuda KatzAdd a test for index()
2009-07-16 Yehuda KatzjQuery.extend(true, Object, Object) copies custom objec...
2009-07-16 Yehuda KatzjQuery.extend(true, Object, Object) copies objects...
2009-07-16 Yehuda KatzClear some dangling whitespace
2009-07-16 Yehuda KatzAdd support for .get(-Number) Closes #4188
2009-07-16 Yehuda KatzMake toArray an alias for .get(). Closes #3999
2009-06-20 Ariel Fleslerjquery core: Closes #2827. jQuery.each iterates over...
2009-05-07 Brandon Aaronanother unit test for index method
2009-05-03 Ariel Fleslertestrunner: Updating an orphaned test
2009-05-03 Ariel Fleslerjquery core: $() -> $(document) and $(undefined) -...
2009-05-02 Brandon Aaronactually should be 6330, not 6329
2009-05-02 Brandon Aaronindex now works in reverse when passed a selector or...
2009-03-31 John ResigUnified the formatting of core.js. === or !== are used...
2009-03-18 Brandon Aaronbreaking jquery out into smaller modules. added attribu...
2009-03-17 Brandon Aaronfix for #3688, setting type attribute on button causes...
2009-02-28 John ResigSimplified the structure of the .css() and .attr()...
2009-02-20 John ResigMade sure that .remove now uses multiFilter. Fixes...
next