Optimize for size instead of speed.
[jquery.git] / test /
2010-11-17 Colin SnoverCoerce s.url to string before calling replace, since...
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 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...
2010-10-09 jeresigMake sure null/NaN values aren't set in .css(). Fixes...
2010-10-09 Colin SnoverPrevent IE from throwing errors when setting RGBA value...
2010-10-09 Colin SnoverCoerce all array values to strings before comparison...
2010-10-09 Colin SnoverFixed code convention issues. Reduced size of overflow...
2010-10-05 Colin SnoverUpdate $.fn.animate to only keep overflow set to hidden...
2010-10-05 Colin SnoverIE6 will shrink-wrap elements with layout instead of...
2010-10-05 Colin SnoverUpdate $.fn.animate to change display mode only when...
2010-10-05 Colin SnoverFix :visible does not work properly when display:none...
2010-09-30 John ResigTweak broken serialize tests from commit 879799fe955f01...
2010-09-30 Colin SnoverMake sure setting opacity does not clobber other inline...
2010-09-29 Dave ReedUsing data() on JavaScript objects sets fields directly...
2010-09-29 John ResigFix number of expected select tests from commit 879799f...
2010-09-28 John ResigHandle child selectors in particular - away from the...
2010-09-28 John ResigMake sure that the contents of the element is still...
2010-09-28 John ResigMake sure that mixed case alpha filters are handled...
2010-09-28 John ResigMake setting .css(name, undefined) a no-op. Fixes ...
2010-09-28 John ResigMake sure that ambiguous val() selection works correctly.
2010-09-28 John ResigMake .attr(name, null) equivalent to removeAttr(name...
2010-09-28 John ResigMake sure that .offset() doesn't fail against disconnec...
2010-09-28 jeresigRemoving unique check on closest(Array) (it wasn't...
2010-09-27 jeresigMerge branch 'closestbug-6700' of github.com/ajpiano...
2010-09-27 jeresigAllow 304/Not Modified tests to complete in Opera.
2010-09-27 jeresigMake sure that opacity is being reset properly on a...
2010-09-27 jeresigAdjust manipulation test to handle whitespace RegExp...
2010-09-27 John ResigRemoving the old cow image from the effects tests ...
2010-09-24 dmethvinMake .val(undefined) == .val("") and chainable; fixes...
2010-09-24 Dave MethvinDon't have .val() return selected-but-disabled options...
2010-09-24 temp01Serialize keys with empty arrays/object values in jQuer...
2010-09-24 jeresigMake sure that undefined is always returned for missing...
2010-09-24 jeresigAllow data to be bound to Flash objects (but still...
2010-09-23 Robert KaticTest jQuery.type also with document.
2010-09-23 Robert KaticMade jQuery.type more consistent with host objects.
2010-09-23 Robert KaticEnsure that selector is not broken.
2010-09-23 Robert KaticCorrecting some imperfections in test added in previous...
2010-09-23 Robert KaticAdded support for map of events in live, die, delegate...
2010-09-23 Robert KaticAdded some tests for #5991.
2010-09-23 Robert KaticEnsured that arrays are not considered same as plain...
next