Use a for loop rather than for/in loop when copying events, so that code will work...
[jquery.git] / test / unit /
2010-12-21 Dave MethvinUse a for loop rather than for/in loop when copying...
2010-12-14 Colin SnoverMerge branch 'bug_7397' of https://github.com/rwldrn...
2010-12-13 Colin SnoverSpeed up & compatibility improvements for new clone...
2010-12-12 Colin SnoverReturn test comments to ASCII space
2010-12-12 Colin SnoverMerge branch 'bug5566' into csnover-bug5566. Fixes...
2010-12-12 Colin SnoverFix the clone method to be a little less insane in...
2010-12-11 jaubourgSimplified headers tests: removed multiline headers...
2010-12-11 jaubourgTweaked the headers test to be apache independent and...
2010-12-10 jaubourgChanged document.location to window.location per Ben...
2010-12-10 jaubourgRemoved non-standard (and not that useful) xhr emulatio...
2010-12-09 jaubourgRewrite of the Ajax module by Julian Aubourg. Some...
2010-12-09 jeresigBacking out cec68e2b00d86357c18b576cbaed52cc1ea42a74...
2010-12-09 jeresigBacking out fb6c038bf00296480234c971a1664ac01ca1479e...
2010-12-09 jeresigMerge branch 'bug5566' of https://github.com/csnover...
2010-12-09 jeresigMerge branch 'attrFollowupFix' of https://github.com...
2010-12-09 jeresigMerge branch 'support_6897' of https://github.com/rwldr...
2010-12-09 jeresigMerge branch 'bug_7413' of https://github.com/rwldrn...
2010-12-07 Anton MFix attr() problems in IE with attribute nodes. Followu...
2010-12-07 Colin SnoverClone fragments in domManip using jQuery.clone instead...
2010-12-06 John ResigMerge branch 'bug7524' of https://github.com/csnover...
2010-12-06 John ResigMerge branch 'bug7531' of https://github.com/csnover...
2010-12-06 John ResigMerge branch 't6398' of https://github.com/jitter/jquer...
2010-12-06 John ResigMerge branch 't4386' of https://github.com/jitter/jquer...
2010-12-06 John ResigMerge branch 't7578' of https://github.com/jitter/jquer...
2010-12-06 John ResigMerge branch 't5476' of https://github.com/jitter/jquer...
2010-12-06 John ResigMerge branch 'restrictAttr' of https://github.com/jitte...
2010-12-03 Colin SnoverOnly try to get data attributes for a jQuery-wrapped...
2010-12-01 Anton MHandle carriage return characters in className property...
2010-11-24 Anton MAdd unit test for fix to #7578.
2010-11-21 Anton MMake sure custom events named "submit" can be bound...
2010-11-21 Anton MMake sure IE clones body elements correctly. Fixes...
2010-11-19 Anton MImprove performance of get() for negative indices....
2010-11-17 Colin SnoverCoerce s.url to string before calling replace, since...
2010-11-13 Anton MMake sure attr() works on non DOM element nodes. Fixes...
2010-11-10 rwldrnUpdating #7397 unit tests to correctly test for a persi...
2010-11-10 jeresigBacking out commit 795e880bba1f7f949df58748f7fd92e50296...
2010-11-10 jeresigMaintain returning 0px from width/height for disconnect...
2010-11-10 rwldrnFixes #7397; Adds 4 supporting unit tests.
2010-11-09 rwldrnFixes #7397; 4 supporting unit tests
2010-11-09 rwldrnSupport unit test for #6897
2010-11-09 rwldrnFixes #7413; isEmptyObject() check to see if obj passes...
2010-11-09 Colin SnoverRemove conditional that prevents attr from working...
2010-11-09 John ResigMerge branch 'fixAdjacentTests' of https://github.com...
2010-11-09 John ResigEnsure that unquoted attribute selectors are quoted...
2010-11-09 Anton MFix selector tests broken by newer version of Qunit.
2010-11-06 Colin SnoverEnsure that AJAX requests are actually aborted in all...
2010-11-03 jeresigLimit the scope of the CSS 'auto' change to just height...
2010-11-03 jeresigLimit the scope of the CSS 'auto' change to just height...
2010-11-01 jeresigOnly change ID on nodes that don't already have an...
2010-11-01 jeresigMake sure that accessing computed CSS for elements...
2010-10-28 Brandon AaronFix tab spacing.
2010-10-27 jeresigCalling .hide().show() on a stylesheet-hidden element...
2010-10-26 Karl SwedbergFor .show() with no arguments, only set display of...
2010-10-26 John ResigBacking out fix for #5803 from 3b50eaca2cd0b1439235e39c...
2010-10-25 dmethvinAllow DELETE requests to have a content body, and prope...
2010-10-25 dmethvinHonor stopImmediatePropagation for live/delegate event...
2010-10-24 rwldrnFixes #7229 and #5803
2010-10-22 jeresigMake sure that .width()/.height() don't return NaN...
2010-10-22 jeresigMake sure that the correct height/width of the elements...
2010-10-22 jeresigFix broken selector code from last commit.
2010-10-22 jeresigMake sure that +, >, ~ leading, rooted, selectors go...
2010-10-22 jeresigMake sure that we don't use matchesSelector on XML...
2010-10-22 jeresigMake sure that we aren't reading one of the bad expando...
2010-10-22 jeresigBe sure to clean up the previous test.
2010-10-22 jeresigMake sure that height/width getters work on hidden...
2010-10-22 jeresigAdding another test for an issue in Gecko's matchesSele...
2010-10-19 Anton MUpdate number of expected assertions in attribute tests
2010-10-17 John ResigAdd some more tests to make sure that pulling in data...
2010-10-17 Paul IrishfadeToggle(). as suggested by Karl Swedberg in his...
2010-10-17 John ResigMake sure that .data() (no args) returns a list of...
2010-10-17 John ResigWe removed deleteExpando after 1.4.2, for some reason...
2010-10-15 jeresigFix the number of change tests and remove textarea...
2010-10-15 jeresigTesting *, * was unnecessary - especially in slower...
2010-10-15 jeresigDon't test inline-block in browsers that don't support...
2010-10-15 jeresigUse prepend for the focuin test (to avoid making the...
2010-10-15 jeresigTest visible on inline elements.
2010-10-15 jeresigGetting weird results for font size tests across platfo...
2010-10-13 jeresigChange font size to 15px in the test to fix a false...
2010-10-13 Justin MeyerMake sure that focusin/focusout bubbles in non-IE browsers.
2010-10-13 jeresigWe want to make sure that we only run the MSIE-specific...
2010-10-13 jeresigTest CSS test on font size instead of padding.
2010-10-13 jeresigIE 9 preserves the case of the Alpha filter - maintain...
2010-10-13 jeresigFix broken Ajax test after recent revert to jQuery...
2010-10-13 John ResigMerge branch 'bug7150' of github.com/csnover/jquery
2010-10-13 John ResigFix some gaps in the handling of event data properties...
2010-10-12 Colin SnoverFix patch for #7150, which was not deleting the events...
2010-10-12 John ResigThe child selector-prefix branch doesn't work with...
2010-10-12 John ResigMake sure that .find() with multiple direct child selec...
2010-10-12 Colin SnoverUse a key name less likely to result in collisions...
2010-10-11 John ResigHandle some edge cases with binding events to the windo...
2010-10-11 John ResigAdd some resize event tests.
2010-10-11 John ResigAdded some more tests relating to attaching data to...
2010-10-11 John ResigMerge branch 'bug7141' of github.com/csnover/jquery...
2010-10-11 Colin SnoverFix olddisplay was inappropriately set when calling...
2010-10-11 Scott GonzálezFixed getting styles from disconnected nodes. Fixes...
2010-10-11 John ResigMake sure closest works on disconnected DOM nodes....
2010-10-10 jeresigDisable 304/Not Modified Ajax tests in Opera due to...
2010-10-09 John ResigMerge branch 'bug7123' of github.com/csnover/jquery...
2010-10-09 John ResigMerge branch 'animate-nonblock' of github.com/csnover...
2010-10-09 jeresigAdded some more tests to make sure that replaceWith...
next