aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* #7883 .delegate and .live should accept false as the fn arg, like bindrwldrn2011-01-011-0/+39
* 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
* Removed custom method in isDeferred and when.unknown2010-12-311-22/+3
* Deferred cannot be cancelled by returning false in a callback. Exception in t...unknown2010-12-311-74/+7
* Capitalized Deferred & _Deferred to clearly mark them as new types, like Event.unknown2010-12-311-20/+20
* Changed dataConverters key format.unknown2010-12-311-1/+5
* Added deferred to core. Used internally for DOM readyness and ajax callbacks.jaubourg2010-12-311-0/+250
* Remove patch for very early versions of Opera 9 that made it impossible to an...Colin Snover2010-12-301-0/+17
* Clean trailing whitespace from all files.Colin Snover2010-12-3014-394/+394
* Don't cache non-html strings in buildFragment to avoid possible collision wit...Dave Methvin2010-12-271-0/+17
* When a native browser event is bubbling up the DOM, make sure that the correc...Dave Methvin2010-12-271-0/+35
* Register as a CommonJS async module if in that kind of environment. Fixes #7102.jrburke2010-12-272-23/+30
* Don't use for-in loops on Arrays. Fixes #7817. Thanks to dmethvin.Colin Snover2010-12-221-0/+3
|\
| * Use a for loop rather than for/in loop when copying events, so that code will...Dave Methvin2010-12-201-0/+3
* | More unit tests and a $.hasData that works for JS objects too.Colin Snover2010-12-221-6/+12
* | Update jQuery.hasData to always return a boolean, with unit tests.Colin Snover2010-12-221-12/+21
* | Remove code for ticket #7717 which has been marked WONTFIX to match existing ...Colin Snover2010-12-221-8/+4
* | Fix #7717 and #7165. Thanks to dmethvin and iliakan for their help fixing the...Colin Snover2010-12-191-6/+22
|/
* Merge branch 'bug_7397' of https://github.com/rwldrn/jquery into rwldrn-bug_7397Colin Snover2010-12-141-0/+39
|\
| * Updating #7397 unit tests to correctly test for a persisted display valuerwldrn2010-11-101-11/+15
| * Fixes #7397; 4 supporting unit testsrwldrn2010-11-091-0/+35
* | Speed up & compatibility improvements for new clone mechanism in IE.Colin Snover2010-12-122-2/+10
* | Return test comments to ASCII spaceColin Snover2010-12-121-2/+2
* | Merge branch 'bug5566' into csnover-bug5566. Fixes #4386, #5566, #6997.Colin Snover2010-12-121-62/+108
|\ \
| * | Fix the clone method to be a little less insane in IE, which fixes the new ev...Colin Snover2010-12-121-8/+34
* | | Simplified headers tests: removed multiline headers (support is far too serve...jaubourg2010-12-113-46/+24
* | | Tweaked the headers test to be apache independent and actually work.jaubourg2010-12-112-20/+17
* | | Changed document.location to window.location per Ben Alman advice.jaubourg2010-12-101-1/+1
* | | Removed non-standard (and not that useful) xhr emulation methods & reworked t...jaubourg2010-12-102-20/+53
* | | Rewrite of the Ajax module by Julian Aubourg. Some (dated) details can be fou...jaubourg2010-12-096-14/+559
* | | Backing out cec68e2b00d86357c18b576cbaed52cc1ea42a74, was causing serialize t...jeresig2010-12-091-76/+56
* | | Backing out fb6c038bf00296480234c971a1664ac01ca1479e, was causing jQuery.para...jeresig2010-12-091-11/+4
* | | Merge branch 'bug5566' of https://github.com/csnover/jquery into csnover-bug5566jeresig2010-12-091-56/+76
|\| |
| * | Clone fragments in domManip using jQuery.clone instead of DocumentFragment.cl...Colin Snover2010-12-061-56/+76
* | | Merge branch 'attrFollowupFix' of https://github.com/jitter/jquery into jitte...jeresig2010-12-091-4/+4
|\ \ \
| * | | Fix attr() problems in IE with attribute nodes. Followup to commit b50f41a2.Anton M2010-12-071-4/+4
* | | | Merge branch 'support_6897' of https://github.com/rwldrn/jquery into rwldrn-s...jeresig2010-12-091-0/+25
|\ \ \ \
| * | | | Support unit test for #6897rwldrn2010-11-091-0/+25
| | |_|/ | |/| |
* | | | Merge branch 'bug_7413' of https://github.com/rwldrn/jquery into rwldrn-bug_7413jeresig2010-12-091-4/+11
|\ \ \ \ | |_|/ / |/| | |
| * | | Fixes #7413; isEmptyObject() check to see if obj passes isPlainObjectrwldrn2010-11-091-4/+11
| |/ /
* | | Merge branch 'bug7524' of https://github.com/csnover/jquery into csnover-bug7524John Resig2010-12-061-1/+4
|\ \ \
| * | | Only try to get data attributes for a jQuery-wrapped object if it is actually...Colin Snover2010-12-031-1/+4
| | |/ | |/|
* | | Merge branch 'bug7531' of https://github.com/csnover/jquery into csnover-bug7531John Resig2010-12-061-0/+10
|\ \ \
| * | | Coerce s.url to string before calling replace, since replace is also a method...Colin Snover2010-11-171-0/+10
* | | | Merge branch 't6398' of https://github.com/jitter/jquery into jitter-t6398John Resig2010-12-061-3/+10
|\ \ \ \
| * | | | Make sure custom events named "submit" can be bound to non DOM elements in IE...Anton M2010-11-211-3/+10
| |/ / /