Bug 8107; Fix argument handling for $.ajax for multiple method signatues and add...
[jquery.git] / test /
2011-02-01 Dan HeberdenBug 8107; Fix argument handling for $.ajax for multiple...
2011-01-31 jaubourgFixes #8095. Properly handles the case where browser...
2011-01-31 jaubourgScript dataType now supports ecmascript mimetypes.
2011-01-31 jaubourgMakes sure jsonp callback is not left in the global...
2011-01-31 jaubourgMakes sure all converters keys are lowercased before...
2011-01-31 Anton MFixes #7568. Follow-up fix for #5862. Objects with...
2011-01-31 jaubourgAdds an invert method to promises that returns a "inver...
2011-01-31 jeresigRename jQuery.subclass() to jQuery.sub().
2011-01-31 jaubourgRemoved errorThrown test for 404 responses seeing as...
2011-01-29 jaubourgSimplifies the unit test for #8082.
2011-01-29 jaubourgFixes #8082. Text to script converter now returns text...
2011-01-28 Colin SnoverUse the original element/fragment as the last item...
2011-01-28 Anton MPull over tests from Sizzle. Fixes #3729. Fixes #6428.
2011-01-27 DigitalxeroMake sure subclass is a proper subclass not just subcla...
2011-01-26 jaubourgFixes #5856. Adds document protocol at the beginning...
2011-01-25 jaubourgFixes #8054 by reverting feature enhancement 5812 ...
2011-01-25 jaubourgReworks how values of parameters passed to error callba...
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...
next