aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Rename jQuery.subclass() to jQuery.sub().jeresig2011-01-311-6/+6
* Removed errorThrown test for 404 responses seeing as Safari 3.x XHR sets the ...jaubourg2011-01-311-1/+7
* Simplifies the unit test for #8082.jaubourg2011-01-291-8/+3
* Fixes #8082. Text to script converter now returns text. Unit test added.jaubourg2011-01-291-3/+9
* Use the original element/fragment as the last item to be appended to the docu...Colin Snover2011-01-281-0/+13
* Pull over tests from Sizzle. Fixes #3729. Fixes #6428.Anton M2011-01-281-1/+10
* Make sure subclass is a proper subclass not just subclassing the fn methods. ...Digitalxero2011-01-271-0/+49
* Fixes #5856. Adds document protocol at the beginning of URLs without protocol...jaubourg2011-01-261-0/+12
* Fixes #8054 by reverting feature enhancement 5812 (4920). Regexps no longer s...jaubourg2011-01-261-19/+2
* Reworks how values of parameters passed to error callbacks are determined. Fi...jaubourg2011-01-251-0/+41
* Bring back in #main prefix on adjacent selectors.jeresig2011-01-241-5/+5
* Backing out disconnected + and ~ tests as they're not something that we activ...jeresig2011-01-241-9/+6
* Fix selector scope on some tests, so they don't fail on testswarm.Anton M2011-01-221-5/+5
* Merge branch '8017lint' of https://github.com/rwldrn/jquery into 8017lintrwldrn2011-01-221-1/+1
* Merge branch '8013p' of https://github.com/rwldrn/jquery into rwldrn-8013pjeresig2011-01-211-0/+12
|\
| * Basic unit tests; This patch relies on the 51 existing clone() testsrwldrn2011-01-211-0/+12
* | Revert "Make sure that focusin/focusout bubbles in non-IE browsers." This was...jeresig2011-01-211-20/+0
* | Replaces "text in-between" technique with a full-fledged one-level transitive...jaubourg2011-01-211-0/+43
* | Merge branch 'fix-7853-add-context' of https://github.com/dmethvin/jquery int...John Resig2011-01-201-8/+9
|\ \
| * | Rework unit tests to check actual result elements.Dave Methvin2011-01-191-6/+6
| * | By default, use document root rather than current selection's context when ad...Dave Methvin2010-12-281-8/+9
* | | Renames Deferred's fire and fireReject methods as resolveWith and rejectWith ...jaubourg2011-01-201-1/+1
* | | Makes sure statusCode callbacks are ordered in the same way success and error...jaubourg2011-01-201-3/+30
| |/ |/|
* | Cleans up and simplifies code shared by ajaxPrefilter and ajaxTransport. Remo...jaubourg2011-01-201-0/+41
* | Moves active counter test after all other ajax tests where it should be.jaubourg2011-01-191-4/+4
* | Add another tweak for handling CSP - we need to make sure that we don't trigg...John Resig2011-01-181-0/+30
* | Update unit test for #7608 which was leaking timers.rwldrn2011-01-171-11/+2
* | 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