Disabled a broken test for now, until WebKit browsers become more current.
[jquery.git] / test / unit / selector.js
2011-01-17 jeresigDisabled a broken test for now, until WebKit browsers...
2011-01-17 jeresigAccidentally removed the module teardown code.
2011-01-17 jeresigOpera was falling back to undefined, which it didn...
2011-01-17 jeresigMerge branch 'master' of github.com:jquery/jquery
2011-01-17 jeresigFixed a couple issues with escaping of attribute values...
2011-01-09 Colin SnoverUpdate unit tests with a leak detection mechanism for...
2010-12-30 Colin SnoverClean trailing whitespace from all files.
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-01 jeresigOnly change ID on nodes that don't already have an...
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 jeresigAdding another test for an issue in Gecko's matchesSele...
2010-10-15 jeresigTesting *, * was unnecessary - especially in slower...
2010-09-28 John ResigMake sure that ambiguous val() selection works correctly.
2010-09-24 Dave MethvinDon't have .val() return selected-but-disabled options...
2010-09-07 Karl Swedbergadded "#main" ancestor selector to an "Only Child"...
2010-09-02 John ResigFix the order of the element test arguments.
2010-09-02 John ResigTweaked the name unit tests to specify the exact nodes...
2010-09-02 John ResigRemove cases of :contains() where quotes are used ...
2010-07-28 jzaeffererReplace usage of the removed global reset() method...
2010-01-12 jeresigBringing some selector tests back from Sizzle.
2009-12-19 John ResigBringing Sizzle test suite changes back in.
2009-12-17 jeresigReworked some more of the selector tests as well to...
2009-12-17 jeresigAdded some more tests around the name tests to catch...
2009-12-07 John ResigCheck Sizzle or jQuery.
2009-12-07 John ResigOnly run the visibility selectors if the filter exists.
2009-12-03 jeresigRemoved broken hidden/visible test.
2009-12-03 jeresigRe-arranged many of the selector tests, breaking them...
2009-09-29 John ResigUpdated the jQuery suite to use the updated QUnit CSS...
2009-09-29 John ResigAdapted the jQuery test suite to handle the toolbar...
2009-09-29 John ResigUpdated the jQuery suite to use the new 'qunit-' prefix...
2009-09-29 John ResigSwitched from using QUnit's isObj/isSet to the more...
2009-08-26 John ResigTemporarily disabled some tests for Opera 10 - a variet...
2009-05-04 Brandon Aaronfix :hidden selector that was accidentally reverted...
2009-03-18 Brandon Aaronfix for #4374, gap in :hidden, :visible logic
2009-02-19 John ResigFixed one of the selector tests that was reporting...
2009-02-18 John ResigMissed an other search-related test.
2009-02-18 John ResigMade it so that search input elements are now serialize...
2009-02-17 John ResigBrought back the compareDocumentPosition code. While...
2009-02-17 John ResigTweaked some of the selector tests to handle some of...
2009-02-17 John ResigDisabled one of the ordering tests that was taking...
2009-02-16 John ResigAdded support for class selectors and class attribute...
2009-02-16 John ResigFixed an issue with :nth-child selectors embedded in...
2009-02-16 John ResigChange the behavior of how :visible and :hidden work...
2009-02-16 John ResigFixed a bug with certain + selectors failing (Fixes...
2009-02-15 John ResigFixed the issue where weird characters were being used...
2009-02-15 John ResigMake sure that [name=FOO] searches actually have the...
2009-02-15 John ResigAdded fixes for two different :not() bugs. One with...
2009-02-15 John ResigUpdated the copy of jQuery and added some more context...
2009-02-14 John ResigProvide a graceful failover for [name=foo] queries...
2009-02-14 John ResigAdded support for sorting in Safari - when querySelecto...
2009-02-14 John ResigDisabled expando selector tests - they don't work in...
2009-02-14 John ResigMake sure that elements are returned in document order...
2009-02-09 John ResigFixed bubbling of live events (if an inner element...
2009-02-09 John ResigReworked the attribute selection code to be able to...
2009-02-07 John ResigAdded a fix for empty attribute selection values. Fixes...
2009-02-07 John ResigAdded logic for not using getElementsByClassName in...
2009-01-22 John ResigTweaked one of the selector tests.
2009-01-21 John ResigA follow-up for bug #3945. ID selectors don't work...
2009-01-21 John ResigMake sure that [name=foo] and #id selectors don't use...
2009-01-21 John ResigNow handle the case where Safari's querySelectorAll...
2009-01-21 John ResigAfter discussing it with a number of users I've decided...
2009-01-21 John ResigCHILD positions were being cached improperly. Tweaked...
2009-01-20 John ResigAdded support for a[name^='foo['] style selectors....
2009-01-19 John ResigMerged some recent fixes in from Sizzle.
2009-01-13 John ResigMerged Sizzle changes back into jQuery.
2009-01-05 John ResigFixed an issue with how broken selector tests were...
2009-01-05 John ResigLanded cross-browser support for tabIndex, by Scott...
2009-01-05 John ResigSynced with the Sizzle repository.
2008-12-20 John ResigLanding the new Sizzle selector engine. There'll need...
2008-08-21 John ResigA test was using the old / child selector syntax -...
2008-07-23 Ariel Fleslerjquery core: closes #2652. val() supports option elemen...
2008-05-28 Ariel Fleslertest runner: the changes are:
2008-05-06 Ariel Fleslertest runner: translated all the ok() with '==' to equal...
2007-12-13 David SerdukeFixed #1854 by using wizzud's suggestion. The only...
2007-11-16 David SerdukeFixed #1095 bug where radio buttons became unchecked...
2007-11-16 David SerdukeFixed #1727 bug where :nth-child() was non-standard...
2007-09-08 John ResigFinished up some of the reorganization.