aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Disabled a broken test for now, until WebKit browsers become more current.jeresig2011-01-171-2/+5
* Accidentally removed the module teardown code.jeresig2011-01-171-1/+1
* Opera was falling back to undefined, which it didn't appreciate.jeresig2011-01-171-1/+1
* Merge branch 'master' of github.com:jquery/jqueryjeresig2011-01-1715-131/+371
|\
| * Merge in data_nocollide branch. Fixes #6968, improves unit testing framework ...Colin Snover2011-01-1715-131/+371
| |\
| | * Update unit tests with a leak detection mechanism for the various jQuery glob...Colin Snover2011-01-0915-38/+189
| | * Change the way jQuery.data works so that there is no longer a chance of colli...Colin Snover2011-01-094-93/+179
* | | Fixed a couple issues with escaping of attribute values in selectors. Fixes #...jeresig2011-01-171-12/+55
|/ /
* | Merge branch '7608' of https://github.com/rwldrn/jquery into rwldrn-7608jeresig2011-01-171-0/+22
|\ \
| * | whitespace fixes in unit testsrwldrn2011-01-101-18/+18
| * | Bug #7608 elem.runtimeStyle throws exception in Operarwldrn2011-01-051-0/+22
* | | Merging pull request 183 for #7793.jeresig2011-01-171-4/+12
|\ \ \
| * | | Update test case to feature-detect Opera's lack of defaultPrevented and skip ...Dave Methvin2011-01-151-1/+8
| * | | Test for standard createEvent before IE-specific click method.Dave Methvin2010-12-271-7/+4
| * | | When a native browser event is bubbling up the DOM, make sure that the correc...Dave Methvin2010-12-231-0/+38
* | | | Added unit tests to check and demonstrate new jQuery.Deferred() works.jaubourg2011-01-171-1/+20
* | | | Implements joined jQuery.when statements. Makes it so calling jQuery.when wit...jaubourg2011-01-161-3/+43
* | | | Fixed the ajax test regarding the jsonp option set to false and added a test ...jaubourg2011-01-161-5/+5
* | | | Revised jsonp unit tests and added a test for when the jsonp option is set to...jaubourg2011-01-161-259/+222
* | | | Fixes #2994. Not finding a transport now fires the error callbacks and doesn'...jaubourg2011-01-161-11/+5
* | | | So embarrassing :( wycats2011-01-141-8/+0
* | | | Fix a failing subclass test due to a change in masterwycats2011-01-141-5/+5
* | | | Overwrite CRLF with LFwycats2011-01-141-0/+8
* | | | added jQuery.subclassJared Grippe2011-01-141-0/+72
* | | | Fixes #4964. Adds a statusCode object together with a new statusCode method o...jaubourg2011-01-131-0/+70
* | | | Fixes #4897. Added ?? as a context-insensitive placeholder for the callback n...jaubourg2011-01-122-2/+59
* | | | Yet another missing semicolon!jaubourg2011-01-111-1/+1
* | | | Fixes #6230. Added a unit test to control that, since the ajax rewrite, setti...jaubourg2011-01-111-0/+22
* | | | Fixes 4825. jQuery.fn.load: use the jXHR's Promise interface to get the actua...jaubourg2011-01-111-0/+12
* | | | Merge branch 'master' of github.com:jquery/jquery into jquery-masterColin Snover2011-01-091-1/+1
|\ \ \ \
| * | | | Fixes a race condition in JSONP Local test.jaubourg2011-01-101-1/+1
| | |_|/ | |/| |
* / | | Ensure that buildFragment clones elements properly in all browsers. Fixes #38...Colin Snover2011-01-092-10/+29
|/ / /
* | | Fixes #5812. =? will be detected even when it has been escaped during data se...jaubourg2011-01-091-1/+17
* | | Simplified cross-domain detection tests.jaubourg2011-01-091-33/+13
* | | Fixes #5955. Option crossDomain now forces ajax to consider a request as cros...jaubourg2011-01-091-2/+17
* | | Added a test for retrying a request on error using jQuery.ajax(this). Works a...jaubourg2011-01-091-0/+23
* | | Fixes #7465. Reworked the regexp and associated test for cross-domain detecti...jaubourg2011-01-091-0/+52
* | | Fixes #7868. ResponseText is now properly propagated for error callbacks.jaubourg2011-01-092-0/+22
* | | Fixes #7881. Setting contentType to false will prevent the Content-Type heade...jaubourg2011-01-092-7/+39
* | | Added missing commas.jaubourg2011-01-071-7/+7
* | | Renamed "complete" to "done" in order to avoid conflicts with jXHR.complete.jaubourg2011-01-061-11/+11
* | | Renamed src/transports to src/ajax (in case we need prefilters in the future ...jaubourg2011-01-061-3/+3
* | | Cleaning up trailing whitespace again.Colin Snover2011-01-052-69/+69
* | | Revert "Register as a CommonJS async module if in that kind of environment. F...wycats2011-01-052-30/+23
| |/ |/|
* | "then" renamed "complete" and new "then" method defined using "complete" and ...jaubourg2011-01-051-14/+14
* | When serializing text, encode all line breaks as CRLF pairs per the applicati...Dave Methvin2010-12-311-4/+4
* | Simplified the way a Promise is tested for (removed promiseMarker). Removed i...jaubourg2010-12-311-15/+11
* | Introduced a new promise method on deferreds that returns an immutable object...jaubourg2010-12-311-27/+23
* | Renamed several ajaxSettings options. Removed cors test, fixed failing cors t...jaubourg2010-12-311-48/+16
* | Removed re-usability from jXHR object (no more open, send & onreadystatechang...jaubourg2010-12-312-163/+4