aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Rewrite of the Ajax module by Julian Aubourg. Some (dated) details can be ↵jaubourg2010-12-091-14/+524
| | | | | | | | | | | | found here: http://oksoclap.com/6Y26bm1ZsB more details are forthcoming. Fixes #7195.
* | | Backing out cec68e2b00d86357c18b576cbaed52cc1ea42a74, was causing serialize ↵jeresig2010-12-091-76/+56
| | | | | | | | | | | | tests to fail. Un-fixes #5566.
* | | Backing out fb6c038bf00296480234c971a1664ac01ca1479e, was causing ↵jeresig2010-12-091-11/+4
| | | | | | | | | | | | jQuery.param tests to fail - unfixes #7413.
* | | 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 ↵Colin Snover2010-12-061-56/+76
| | | | | | | | | | | | DocumentFragment.cloneNode in order to carry over event data. Fixes #5566, #6997.
* | | Merge branch 'attrFollowupFix' of https://github.com/jitter/jquery into ↵jeresig2010-12-091-4/+4
|\ \ \ | | | | | | | | | | | | jitter-attrFollowupFix
| * | | Fix attr() problems in IE with attribute nodes. Followup to commit b50f41a2.Anton M2010-12-071-4/+4
| | | | | | | | | | | | | | | | | | | | IE can't add properties on an attribute-node element, thus we handle it like text-/comment-nodes.
* | | | Merge branch 'support_6897' of https://github.com/rwldrn/jquery into ↵jeresig2010-12-091-0/+25
|\ \ \ \ | | | | | | | | | | | | | | | rwldrn-support_6897
| * | | | 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 ↵Colin Snover2010-12-031-1/+4
| | |/ | |/| | | | | | | actually an Element node. Fixes #7524.
* | | 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 ↵Colin Snover2010-11-171-0/+10
| |/ / | | | | | | | | | method of a Location object. Fixes #7531.
* | | 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 ↵Anton M2010-11-211-3/+10
| |/ / | | | | | | | | | IE too. Fixes 6398.
* | | Merge branch 't4386' of https://github.com/jitter/jquery into jitter-t4386John Resig2010-12-061-1/+3
|\ \ \
| * | | Make sure IE clones body elements correctly. Fixes 4386.Anton M2010-11-211-1/+3
| |/ /
* | | Merge branch 't7578' of https://github.com/jitter/jquery into jitter-t7578John Resig2010-12-061-2/+13
|\ \ \
| * | | Add unit test for fix to #7578.Anton M2010-11-241-2/+13
| |/ /
* | | Merge branch 't5476' of https://github.com/jitter/jquery into jitter-t5476John Resig2010-12-061-5/+5
|\ \ \
| * | | Improve performance of get() for negative indices. Fixes #5476.Anton M2010-11-191-5/+5
| |/ /
* | | Merge branch 'restrictAttr' of https://github.com/jitter/jquery into ↵John Resig2010-12-061-3/+48
|\ \ \ | | | | | | | | | | | | jitter-restrictAttr
| * | | Make sure attr() works on non DOM element nodes. Fixes #7202, #7451, #7500.Anton M2010-11-131-3/+48
| | |/ | |/| | | | | | | Also added some tests for this attr(name), attr(name, value) and removeAttr(name).
* | | Handle carriage return characters in className property. Fixes #7673.Anton M2010-12-011-4/+8
| |/ |/|
* | Backing out commit 795e880bba1f7f949df58748f7fd92e50296a8f4 - errors popping ↵jeresig2010-11-091-35/+0
| | | | | | | | up in IE 6/7/8.
* | Maintain returning 0px from width/height for disconnected nodes for ↵jeresig2010-11-092-6/+28
| | | | | | | | backwards compat, for now. Fixes #7395.
* | Fixes #7397; Adds 4 supporting unit tests.rwldrn2010-11-091-0/+35
|/
* Remove conditional that prevents attr from working on non-Element nodes. ↵Colin Snover2010-11-091-1/+3
| | | | Fixes #7451.
* Merge branch 'fixAdjacentTests' of https://github.com/jitter/jquery into ↵John Resig2010-11-091-5/+5
|\ | | | | | | jitter-fixAdjacentTests
| * Fix selector tests broken by newer version of Qunit.Anton M2010-11-091-5/+5
| |
* | Ensure that unquoted attribute selectors are quoted (allowing them to go ↵John Resig2010-11-091-3/+11
| | | | | | | | into qSA/matchesSelector properly). Fixes #7216.
* | Ensure that AJAX requests are actually aborted in all browsers. Fix #7422.Colin Snover2010-11-061-1/+4
|/
* Limit the scope of the CSS 'auto' change to just height/width. Fixes #7393.jeresig2010-11-031-1/+5
|
* Only change ID on nodes that don't already have an ID for rooted qSA. Fixes ↵jeresig2010-11-011-1/+6
| | | | #7212.
* Make sure that accessing computed CSS for elements returns 'auto' instead of ↵jeresig2010-11-011-2/+2
| | | | '' consistently. Fixes #7337.
* Fix tab spacing.Brandon Aaron2010-10-281-27/+27
|
* Calling .hide().show() on a stylesheet-hidden element wasn't bringing it ↵jeresig2010-10-271-1/+9
| | | | back. Fixes #7331.
* For .show() with no arguments, only set display of elements in the second ↵Karl Swedberg2010-10-261-1/+14
| | | | loop if they don't have style.display already set or if style.display isn't none. Fixes #7315.
* Backing out fix for #5803 from 3b50eaca2cd0b1439235e39c4e98a6438e8f55b2.John Resig2010-10-251-15/+0
|
* Allow DELETE requests to have a content body, and properly serialize data to ↵dmethvin2010-10-251-0/+26
| | | | the url for HEAD requests. Fixes #7285.
* Honor stopImmediatePropagation for live/delegate event handlers. Fixes #7217.dmethvin2010-10-251-0/+30
|
* Fixes #7229 and #5803rwldrn2010-10-242-0/+35
|
* Make sure that .width()/.height() don't return NaN also standardize on ↵jeresig2010-10-221-2/+2
| | | | returning instead of auto for default values (which is what we do elsewhere in .css() as well). Fixes #7225.
* Make sure that the correct height/width of the elements is retreived. Fixes ↵jeresig2010-10-221-9/+7
| | | | #7225.
* Fix broken selector code from last commit.jeresig2010-10-221-27/+38
|
* Make sure that +, >, ~ leading, rooted, selectors go to the old engine. ↵jeresig2010-10-221-38/+27
| | | | Thanks to @rkatic for the catch! Fixes #7220.
* Make sure that we don't use matchesSelector on XML Documents (same as with ↵jeresig2010-10-221-1/+2
| | | | qSA). Fixes #7219.
* Make sure that we aren't reading one of the bad expandos. Fixes #7212.jeresig2010-10-221-1/+7
|