aboutsummaryrefslogtreecommitdiffstats
path: root/test/data
Commit message (Expand)AuthorAgeFilesLines
* Revert "QUnit test for overriding important css declarations, references #4427"jeresig2011-04-121-4/+0
* Merge branch 'fix_8403' of https://github.com/lrbabe/jquery into lrbabe-fix_8403jeresig2011-04-121-1/+1
|\
| * Adding unit tests for #8403louisremi2011-03-071-1/+1
* | QUnit test for overriding important css declarations, references #4427Azatoth2011-04-121-0/+4
* | Create jQuery.holdReady(true/false) method to encapsulate jQuery.readyWait++ ...Dave Methvin2011-04-071-3/+3
* | Fix test cases for bug #8316 fix.timmywil2011-03-312-30/+1
* | Oops, that test file for bug #8316 was needed - was also missing an include a...jeresig2011-03-241-0/+30
* | Moves Deferred-related code into a separate module. Context handling has been...jaubourg2011-03-037-0/+7
|/
* Fixes #8297. Makes sure response headers with empty values are handled proper...jaubourg2011-02-171-0/+2
* Revert "Merge branch '8099' of https://github.com/rwldrn/jquery into rwldrn-8...Anton M2011-02-151-3/+0
* Merge branch '8099' of https://github.com/rwldrn/jquery into rwldrn-8099jeresig2011-02-141-0/+3
|\
| * Bug #8099 - Always restore to correct display value based on element's expect...rwldrn2011-01-311-0/+3
* | Merge branch 'fix8033' of https://github.com/SlexAxton/jquery into SlexAxton-...jeresig2011-02-147-13/+13
|\ \
| * | Moved jQuery global leak to end of file so accidental gEBCN overrides in prot...Alex Sexton2011-01-237-13/+13
* | | Remove old cruft from test folder. Change "polluted" test suite loader to use...Anton M2011-02-132-16/+0
* | | Add readyWait tests. Fixes #8145.jrburke2011-02-122-0/+26
* | | Remove an invalid ajax test and some code that is no longer used by any test.Anton M2011-02-052-7/+1
| |/ |/|
* | Script dataType now supports ecmascript mimetypes.jaubourg2011-01-311-1/+5
|/
* Merge in data_nocollide branch. Fixes #6968, improves unit testing framework ...Colin Snover2011-01-171-0/+49
|\
| * Update unit tests with a leak detection mechanism for the various jQuery glob...Colin Snover2011-01-091-0/+49
* | Fixes #4897. Added ?? as a context-insensitive placeholder for the callback n...jaubourg2011-01-121-0/+4
|/
* Fixes #7868. ResponseText is now properly propagated for error callbacks.jaubourg2011-01-091-0/+5
* Fixes #7881. Setting contentType to false will prevent the Content-Type heade...jaubourg2011-01-091-7/+3
* Revert "Register as a CommonJS async module if in that kind of environment. F...wycats2011-01-051-6/+1
* Clean trailing whitespace from all files.Colin Snover2010-12-302-9/+9
* Register as a CommonJS async module if in that kind of environment. Fixes #7102.jrburke2010-12-271-1/+6
* Simplified headers tests: removed multiline headers (support is far too serve...jaubourg2010-12-112-21/+18
* Tweaked the headers test to be apache independent and actually work.jaubourg2010-12-111-15/+12
* Removed non-standard (and not that useful) xhr emulation methods & reworked t...jaubourg2010-12-101-0/+21
* Rewrite of the Ajax module by Julian Aubourg. Some (dated) details can be fou...jaubourg2010-12-094-0/+31
* Convert test/data/text.php to use lf line endings.Henri Wiechers2010-11-121-12/+12
* Update $.fn.animate to change display mode only when necessary (inline, non-f...Colin Snover2010-10-051-0/+2
* Removing the old cow image from the effects tests - it's no longer needed. Fi...John Resig2010-09-262-1/+1
* Use a different workaround for detecting when Opera finds a status 304 page. ...John Resig2010-09-211-0/+1
* Moving jQuery-core specific resets from QUnit to core.jzaefferer2010-07-271-0/+11
* Fixing request data param issue. Thanks to mislav for the patch. Fixes #5123.jeresig2010-06-141-0/+1
* Merge branch 'master' of github.com:jquery/jqueryBrandon Aaron2010-03-271-0/+4
|\
| * Need to expose the isLocal change globally as well.jeresig2010-03-241-1/+1
| * Temporarily disable ajax tests when running in TestSwam.jeresig2010-03-241-0/+4
* | Merge branch 'master' of github.com:jquery/jqueryBrandon Aaron2010-03-238-7/+74
|\|
| * Make sure the offset tests work without a built jQuery file.jeresig2010-03-237-7/+64
| * Update the TestSwarm URL to point to the new jQuery swarm location.jeresig2010-03-231-1/+1
| * Handle auto-running of the TestSwarm injection script in the test suite.jeresig2010-03-231-0/+10
* | Fixed an issue with setting offset of absolutely positioned element that has ...Brandon Aaron2010-03-221-0/+2
|/
* adding extra useragents from trac tickets. correcting opera versionPaul Irish2010-01-121-1/+18
* Make sure that a parsererror is thrown whenever malformed JSON comes back fro...jeresig2010-01-071-0/+1
* Added in support for content-type sniffing for scripts. Fixes #5718.jeresig2010-01-061-0/+7
* Detect JSON Ajax requests by the response content-type (like is done with XML...Rick Waldron2010-01-051-1/+5
* Rewrite of jQuery.browser to become engine-centric, rather than browser-centr...jeresig2010-01-051-0/+255
* Fixing endlines.Mark Gibson2009-11-255-60/+60