aboutsummaryrefslogtreecommitdiffstats
path: root/test/data
Commit message (Collapse)AuthorAgeFilesLines
* Avoid changing html in two places; add minified jQuery as an option to the ↵timmywil2011-05-022-3/+8
| | | | main test page
* Syntax in testrunnertimmywil2011-04-281-2/+3
|
* Landing pull request 354. Adds QUnit Aliases to testrunner.js. Fixes #8991.Rick Waldron2011-04-281-0/+9
| | | | | | More Details: - https://github.com/jquery/jquery/pull/354 - http://bugs.jquery.com/ticket/8991
* Merge branch '8099' of https://github.com/rwldrn/jquery. Fixes #8099.jeresig2011-04-141-1/+6
|\ | | | | | | | | Conflicts: test/data/testsuite.css
| * Ticket #8099 Performance tweaking, creditsrwldrn2011-04-131-0/+2
| |
| * Ticket 8099, Reattempt with iframerwldrn2011-04-121-0/+3
| |
* | VML.type test was causing multiple test suite fails, fix attributes.js fail ↵timmywil2011-04-121-0/+3
|/ | | | in IE6 where the val(String/Number) tests were interfering with the val(Function) tests
* Revert "QUnit test for overriding important css declarations, references #4427"jeresig2011-04-121-4/+0
| | | | | | | | This reverts commit 1299e89dcd803ee0ed48622c716dc3d4c8567cb7. Conflicts: test/unit/css.js
* 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
| | | | | | | | / jQuery.ready(true) logic. Fix problem where jQuery.ready may trigger twice, causing the (unsupported) document.onready to run twice. Fixes #8803 .
* | Fix test cases for bug #8316 fix.timmywil2011-03-312-30/+1
| | | | | | | | | | | | - Removed special page, just needed another test in the fixed offset tests - Checks it's position related to scrolling
* | Oops, that test file for bug #8316 was needed - was also missing an include ↵jeresig2011-03-241-0/+30
| | | | | | | | and was causing errors.
* | Moves Deferred-related code into a separate module. Context handling has ↵jaubourg2011-03-037-0/+7
|/ | | | been simplified in _Deferred.resolve and jQuery.when has been refactored for clarity (and minor optimization).
* Fixes #8297. Makes sure response headers with empty values are handled ↵jaubourg2011-02-171-0/+2
| | | | properly and do not prevent proper parsing of the entire response headers string. Unit test amended.
* Revert "Merge branch '8099' of https://github.com/rwldrn/jquery into ↵Anton M2011-02-151-3/+0
| | | | | | | | | | | rwldrn-8099" This reverts commit bb9408516aa0fc8892f4e07a99b1a47bce06081b, reversing changes made to 3ad8dd242acec1066f43a9349f4c1a352680d37b. Conflicts: src/effects.js
* 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 ↵rwldrn2011-01-311-0/+3
| | | | | | | | expected default display
* | Merge branch 'fix8033' of https://github.com/SlexAxton/jquery into ↵jeresig2011-02-147-13/+13
|\ \ | | | | | | | | | SlexAxton-fix8033
| * | Moved jQuery global leak to end of file so accidental gEBCN overrides in ↵Alex Sexton2011-01-237-13/+13
| | | | | | | | | | | | prototype don't get caught up in confusion. Fixed tests to reference jQuery variable instead of $ (best practice). Fixes #8033
* | | Remove old cruft from test folder. Change "polluted" test suite loader to ↵Anton M2011-02-132-16/+0
| | | | | | | | | | | | use CDN hosted libraries.
* | | Add readyWait tests. Fixes #8145.jrburke2011-02-122-0/+26
| | | | | | | | | | | | Adds tests for the fix to #6781.
* | | 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
|\ | | | | | | checks for leaky stuff.
| * Update unit tests with a leak detection mechanism for the various jQuery ↵Colin Snover2011-01-091-0/+49
| | | | | | | | globals and fix all leaks in the tests.
* | Fixes #4897. Added ?? as a context-insensitive placeholder for the callback ↵jaubourg2011-01-121-0/+4
|/ | | | name of a JSONP request. Unit tests provided.
* 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 ↵jaubourg2011-01-091-7/+3
| | | | header from being sent. Unit test added.
* Revert "Register as a CommonJS async module if in that kind of environment. ↵wycats2011-01-051-6/+1
| | | | | | | | | | Fixes #7102." This reverts commit 6ffa730721a8ebcd128f3dc202706e46d9cfe249. Conflicts: src/core.js
* 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 ↵jaubourg2010-12-112-21/+18
| | | | servers & browsers dependant) and made all the tests in a single request.
* 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 ↵jaubourg2010-12-101-0/+21
| | | | the headers test as a consequence.
* Rewrite of the Ajax module by Julian Aubourg. Some (dated) details can be ↵jaubourg2010-12-094-0/+31
| | | | found here: http://oksoclap.com/6Y26bm1ZsB more details are forthcoming. Fixes #7195.
* 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, ↵Colin Snover2010-10-051-0/+2
| | | | non-floated elements), and to use a more proper display mode for those elements. Fixes #2185.
* Removing the old cow image from the effects tests - it's no longer needed. ↵John Resig2010-09-262-1/+1
| | | | Fixes #7086.
* Use a different workaround for detecting when Opera finds a status 304 page. ↵John Resig2010-09-211-0/+1
| | | | Fixes #6060.
* 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
| |