Updating the source version to 1.5pre.
[jquery.git] / test /
2011-01-14 wycatsSo embarrassing :(
2011-01-14 wycatsFix a failing subclass test due to a change in master
2011-01-14 wycatsOverwrite CRLF with LF
2011-01-14 Jared Grippeadded jQuery.subclass
2011-01-13 jaubourgFixes #4964. Adds a statusCode object together with...
2011-01-12 jaubourgFixes #4897. Added ?? as a context-insensitive placehol...
2011-01-11 jaubourgYet another missing semicolon!
2011-01-11 jaubourgFixes #6230. Added a unit test to control that, since...
2011-01-11 jaubourgFixes 4825. jQuery.fn.load: use the jXHR's Promise...
2011-01-10 Colin SnoverMerge branch 'master' of github.com:jquery/jquery into...
2011-01-10 Colin SnoverEnsure that buildFragment clones elements properly...
2011-01-09 jaubourgFixes a race condition in JSONP Local test.
2011-01-09 jaubourgFixes #5812. =? will be detected even when it has been...
2011-01-09 jaubourgSimplified cross-domain detection tests.
2011-01-09 jaubourgFixes #5955. Option crossDomain now forces ajax to...
2011-01-09 jaubourgAdded a test for retrying a request on error using...
2011-01-09 jaubourgFixes #7465. Reworked the regexp and associated test...
2011-01-09 jaubourgFixes #7868. ResponseText is now properly propagated...
2011-01-09 jaubourgFixes #7881. Setting contentType to false will prevent...
2011-01-07 jaubourgAdded missing commas.
2011-01-06 jaubourgRenamed "complete" to "done" in order to avoid conflict...
2011-01-06 jaubourgRenamed src/transports to src/ajax (in case we need...
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 Dave MethvinWhen serializing text, encode all line breaks as CRLF...
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 jaubourgRenamed several ajaxSettings options. Removed cors...
2010-12-31 jaubourgRemoved re-usability from jXHR object (no more open...
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 unknownChanged dataConverters key format.
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-30 Colin SnoverRemove patch for very early versions of Opera 9 that...
2010-12-30 Colin SnoverClean trailing whitespace from all files.
2010-12-28 jaubourgIntroduced a new promise method on deferreds that retur...
2010-12-28 jaubourgRenamed several ajaxSettings options. Removed cors...
2010-12-28 jaubourgMerge branch 'master' of github.com:jquery/jquery into...
2010-12-27 Dave MethvinDon't cache non-html strings in buildFragment to avoid...
2010-12-27 Dave MethvinWhen a native browser event is bubbling up the DOM...
2010-12-27 jrburkeRegister as a CommonJS async module if in that kind...
2010-12-25 jaubourgRemoved re-usability from jXHR object (no more open...
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 unknownChanged dataConverters key format.
2010-12-24 jaubourgAdded deferred to core. Used internally for DOM readyne...
2010-12-23 Colin SnoverDon't use for-in loops on Arrays. Fixes #7817. Thanks...
2010-12-22 Colin SnoverMore unit tests and a $.hasData that works for JS objec...
2010-12-22 Colin SnoverUpdate jQuery.hasData to always return a boolean, with...
2010-12-22 Colin SnoverRemove code for ticket #7717 which has been marked...
2010-12-21 Dave MethvinUse a for loop rather than for/in loop when copying...
2010-12-20 jaubourgAdded deferred to core. Used internally for DOM readyne...
2010-12-19 Colin SnoverFix #7717 and #7165. Thanks to dmethvin and iliakan...
2010-12-14 Colin SnoverMerge branch 'bug_7397' of https://github.com/rwldrn...
2010-12-13 Colin SnoverSpeed up & compatibility improvements for new clone...
2010-12-12 Colin SnoverReturn test comments to ASCII space
2010-12-12 Colin SnoverMerge branch 'bug5566' into csnover-bug5566. Fixes...
2010-12-12 Colin SnoverFix the clone method to be a little less insane in...
2010-12-11 jaubourgSimplified headers tests: removed multiline headers...
2010-12-11 jaubourgTweaked the headers test to be apache independent and...
2010-12-10 jaubourgChanged document.location to window.location per Ben...
2010-12-10 jaubourgRemoved non-standard (and not that useful) xhr emulatio...
2010-12-09 jaubourgRewrite of the Ajax module by Julian Aubourg. Some...
2010-12-09 jeresigBacking out cec68e2b00d86357c18b576cbaed52cc1ea42a74...
2010-12-09 jeresigBacking out fb6c038bf00296480234c971a1664ac01ca1479e...
2010-12-09 jeresigMerge branch 'bug5566' of https://github.com/csnover...
2010-12-09 jeresigMerge branch 'attrFollowupFix' of https://github.com...
2010-12-09 jeresigMerge branch 'support_6897' of https://github.com/rwldr...
2010-12-09 jeresigMerge branch 'bug_7413' of https://github.com/rwldrn...
2010-12-07 Anton MFix attr() problems in IE with attribute nodes. Followu...
2010-12-07 Colin SnoverClone fragments in domManip using jQuery.clone instead...
2010-12-06 John ResigMerge branch 'bug7524' of https://github.com/csnover...
2010-12-06 John ResigMerge branch 'bug7531' of https://github.com/csnover...
2010-12-06 John ResigMerge branch 't6398' of https://github.com/jitter/jquer...
2010-12-06 John ResigMerge branch 't4386' of https://github.com/jitter/jquer...
2010-12-06 John ResigMerge branch 't7578' of https://github.com/jitter/jquer...
2010-12-06 John ResigMerge branch 't5476' of https://github.com/jitter/jquer...
2010-12-06 John ResigMerge branch 'restrictAttr' of https://github.com/jitte...
2010-12-03 Colin SnoverOnly try to get data attributes for a jQuery-wrapped...
2010-12-01 Anton MHandle carriage return characters in className property...
2010-11-24 Anton MAdd unit test for fix to #7578.
2010-11-21 Anton MMake sure custom events named "submit" can be bound...
2010-11-21 Anton MMake sure IE clones body elements correctly. Fixes...
2010-11-19 Anton MImprove performance of get() for negative indices....
2010-11-17 Colin SnoverCoerce s.url to string before calling replace, since...
2010-11-13 Anton MMake sure attr() works on non DOM element nodes. Fixes...
2010-11-12 Henri WiechersConvert test/data/text.php to use lf line endings.
2010-11-12 Henri WiechersConvert test/delegatetest.html to use lf line endings.
2010-11-10 rwldrnUpdating #7397 unit tests to correctly test for a persi...
2010-11-10 jeresigBacking out commit 795e880bba1f7f949df58748f7fd92e50296...
2010-11-10 jeresigMaintain returning 0px from width/height for disconnect...
2010-11-10 rwldrnFixes #7397; Adds 4 supporting unit tests.
2010-11-09 rwldrnFixes #7397; 4 supporting unit tests
2010-11-09 rwldrnSupport unit test for #6897
2010-11-09 rwldrnFixes #7413; isEmptyObject() check to see if obj passes...
2010-11-09 Colin SnoverRemove conditional that prevents attr from working...
next