Tagging the 1.5rc1 release.
[jquery.git] / test /
2011-01-24 jeresigBring back in #main prefix on adjacent selectors.
2011-01-24 jeresigBacking out disconnected + and ~ tests as they're not...
2011-01-22 Anton MFix selector scope on some tests, so they don't fail...
2011-01-21 rwldrnMerge branch '8017lint' of https://github.com/rwldrn...
2011-01-21 jeresigMerge branch '8013p' of https://github.com/rwldrn/jquer...
2011-01-21 rwldrnBasic unit tests; This patch relies on the 51 existing...
2011-01-21 jeresigRevert "Make sure that focusin/focusout bubbles in...
2011-01-21 jaubourgReplaces "text in-between" technique with a full-fledge...
2011-01-20 John ResigMerge branch 'fix-7853-add-context' of https://github...
2011-01-20 jaubourgRenames Deferred's fire and fireReject methods as resol...
2011-01-20 jaubourgMakes sure statusCode callbacks are ordered in the...
2011-01-20 jaubourgCleans up and simplifies code shared by ajaxPrefilter...
2011-01-20 Dave MethvinRework unit tests to check actual result elements.
2011-01-19 jaubourgMoves active counter test after all other ajax tests...
2011-01-18 John ResigAdd another tweak for handling CSP - we need to make...
2011-01-18 rwldrnUpdate unit test for #7608 which was leaking timers.
2011-01-17 jeresigDisabled a broken test for now, until WebKit browsers...
2011-01-17 jeresigAccidentally removed the module teardown code.
2011-01-17 jeresigOpera was falling back to undefined, which it didn...
2011-01-17 jeresigMerge branch 'master' of github.com:jquery/jquery
2011-01-17 jeresigFixed a couple issues with escaping of attribute values...
2011-01-17 Colin SnoverMerge in data_nocollide branch. Fixes #6968, improves...
2011-01-17 jeresigMerge branch '7608' of https://github.com/rwldrn/jquery...
2011-01-17 jeresigMerging pull request 183 for #7793.
2011-01-17 jaubourgAdded unit tests to check and demonstrate new jQuery...
2011-01-16 jaubourgImplements joined jQuery.when statements. Makes it...
2011-01-16 jaubourgFixed the ajax test regarding the jsonp option set...
2011-01-16 jaubourgRevised jsonp unit tests and added a test for when...
2011-01-16 jaubourgFixes #2994. Not finding a transport now fires the...
2011-01-15 Dave MethvinUpdate test case to feature-detect Opera's lack of...
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 rwldrnwhitespace fixes in unit tests
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 Colin SnoverUpdate unit tests with a leak detection mechanism for...
2011-01-09 Colin SnoverChange the way jQuery.data works so that there is no...
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 rwldrnBug #7608 elem.runtimeStyle throws exception in Opera
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-29 Dave MethvinBy default, use document root rather than current selec...
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-27 Dave MethvinTest for standard createEvent before IE-specific click...
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-24 Dave MethvinWhen a native browser event is bubbling up the DOM...
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...
next