Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Update Sizzle | timmywil | 2012-06-18 | 1 | -0/+0 | |
| | ||||||
* | Update Sizzle: rewrite attributes handling to be simpler and more widespread ↵ | timmywil | 2012-06-17 | 1 | -0/+0 | |
| | | | | when independent from jQuery. No changes to jQuery's attribute handling. | |||||
* | Update Sizzle: Removes an unnecessary link in the test suite | timmywil | 2012-06-15 | 1 | -0/+0 | |
| | ||||||
* | Update Sizzle. Fixes #11109. | timmywil | 2012-06-15 | 1 | -0/+0 | |
| | ||||||
* | Add necessary test html from Sizzle tests; Add an easy way to turn off QSA ↵ | timmywil | 2012-06-15 | 1 | -0/+0 | |
| | | | | in tests | |||||
* | Relativize all urls pertaining to dist/jquery.js so users can run their ↵ | timmywil | 2012-06-04 | 1 | -0/+0 | |
| | | | | server from any file location; Make sure Sizzle is available for its tests in testrunner. | |||||
* | Update Sizzle: Fixes fail in ajax module and Safari 5.0 | timmywil | 2012-05-30 | 1 | -0/+0 | |
| | ||||||
* | Update Sizzle: fixes fail in traversing tests | timmywil | 2012-05-29 | 1 | -0/+0 | |
| | ||||||
* | Update Sizzle: regex cleanup | timmywil | 2012-05-29 | 1 | -0/+0 | |
| | ||||||
* | Update Sizzle: save 5 bytes | timmywil | 2012-05-29 | 1 | -0/+0 | |
| | ||||||
* | Update Sizzle: fixes a bug with the adjacent combinator. Fixes #9939. | timmywil | 2012-05-29 | 1 | -0/+0 | |
| | ||||||
* | Update Sizzle: only one assertion is needed for getElementsByClassName | timmywil | 2012-05-29 | 1 | -0/+0 | |
| | ||||||
* | Update Sizzle | timmywil | 2012-05-29 | 1 | -0/+0 | |
| | ||||||
* | Add quick-start documentation for testing with QUnit and using jQuery's ↵ | timmywil | 2012-05-29 | 1 | -0/+0 | |
| | | | | helper methods. | |||||
* | Fix #11767. Modularize build and unit tests for exluding effects. | Richard Gibson | 2012-05-28 | 1 | -0/+0 | |
| | | | | Closes gh-785. To build a version of jQuery without effects, use `grunt build:*:*:-effects`. The unit tests feature-check for the interfaces and skip the unit tests for effects if they don't detect it. | |||||
* | Update Sizzle: Case insensitive text filter. Fixes #8943 | timmywil | 2012-05-28 | 1 | -0/+0 | |
| | ||||||
* | Update Sizzle: Add test for [selected] attribute selections. Addresses a ↵ | timmywil | 2012-05-28 | 1 | -0/+0 | |
| | | | | small issue in IE8's boolean attribute selections with QSA. | |||||
* | Update Sizzle: Fixes a fail in traversing and one in ajax. | timmywil | 2012-05-28 | 1 | -0/+0 | |
| | ||||||
* | Move length tests to jQuery's selector tests as it relates to jQuery.merge. | timmywil | 2012-05-28 | 1 | -0/+0 | |
| | ||||||
* | Update Sizzle: independent XML testing | timmywil | 2012-05-28 | 1 | -0/+0 | |
| | ||||||
* | Update Sizzle and add tests from the Sizzle suite that require jQuery for ↵ | timmywil | 2012-05-28 | 1 | -0/+0 | |
| | | | | the selection to jquery/test/unit/selector.js | |||||
* | Remove $("body") case; $(document.body) is 2x faster. | Dave Methvin | 2012-04-18 | 1 | -0/+0 | |
| | ||||||
* | Update sizzle rev | Yehuda Katz | 2012-04-15 | 1 | -0/+0 | |
| | ||||||
* | Update Sizzle and add test for sizzle getText fix. Removes usage of ↵ | timmywil | 2012-03-30 | 1 | -0/+0 | |
| | | | | innerText. Fixes #11153. | |||||
* | Update qunit and sizzle | timmywil | 2012-01-20 | 1 | -0/+0 | |
| | ||||||
* | Use Sizzle.Expr.match.globalPOS for identifying POS selectors in traversing. ↵ | timmywil | 2011-12-12 | 1 | -0/+0 | |
| | | | | Fixes #10970. | |||||
* | Pull in sizzle updates for JSHint | Dave Methvin | 2011-12-08 | 1 | -0/+0 | |
| | ||||||
* | Update Sizzle. Adds document to acceptable nodeTypes for .text(). Fixes #10724. | timmywil | 2011-11-08 | 1 | -0/+0 | |
| | ||||||
* | Update Sizzle | timmywil | 2011-11-08 | 1 | -0/+0 | |
| | ||||||
* | Update Sizzle | timmywil | 2011-11-07 | 1 | -0/+0 | |
| | ||||||
* | Update sizzle; Add sizzle cache collision iframe test. Fixes #8539. | timmywil | 2011-10-13 | 1 | -0/+0 | |
| | ||||||
* | Update Sizzle. Fixes #3144, #6863. | timmywil | 2011-09-28 | 1 | -0/+0 | |
| | ||||||
* | Added filtering tests and updating sizzle to fix filtering with positional ↵ | timmywil | 2011-09-19 | 1 | -0/+0 | |
| | | | | selectors. Fixes #10315. | |||||
* | Update sizzle | timmywil | 2011-09-19 | 1 | -0/+0 | |
| | ||||||
* | Override Sizzle attribute retrieval with jQuery.attr. Fixes #5637, #7128, ↵ | timmywil | 2011-09-19 | 1 | -0/+0 | |
| | | | | | | #9261, #9570, #10178. Bug fixed on the side: $(window).is('a') was throwing an exception. Fixes #10178. | |||||
* | Update sizzle and QUnit | timmywil | 2011-08-17 | 1 | -0/+0 | |
| | ||||||
* | Updating Sizzle. | John Resig | 2011-05-10 | 1 | -0/+0 | |
| | ||||||
* | Update sizzle. | John Resig | 2011-05-10 | 1 | -0/+0 | |
| | ||||||
* | Fix tabs in delegate test. | John Resig | 2011-05-10 | 1 | -0/+0 | |
| | ||||||
* | Update Sizzle and QUnit | timmywil | 2011-04-21 | 1 | -0/+0 | |
| | ||||||
* | Updating Sizzle and QUnit. | jeresig | 2011-04-20 | 1 | -0/+0 | |
| | ||||||
* | Update Sizzle - qunit-fixture changes | timmywil | 2011-04-17 | 1 | -0/+0 | |
| | ||||||
* | Updating Sizzle. | jeresig | 2011-04-13 | 1 | -0/+0 | |
| | ||||||
* | Bringing in the latest Sizzle code. | jeresig | 2011-04-10 | 1 | -0/+0 | |
| | ||||||
* | Pulling in latest Sizzle. | jeresig | 2011-04-10 | 1 | -0/+0 | |
| | ||||||
* | Land new sizzle commit. | jeresig | 2011-03-24 | 1 | -0/+0 | |
| | ||||||
* | Updating Sizzle submodule to bring in the latest commit. | jeresig | 2011-03-24 | 1 | -0/+0 | |
| | ||||||
* | Introduce submodules, closes #8536 | Carl Fürstenberg | 2011-03-15 | 1 | -0/+0 | |
| | | | | | | Instead of the manual clone of sizzle and qunit, use git submodules instead. this will ensure that all future releases can be recreated by checking out an tag. | |||||
* | Switched from using Git Submodules to just doing a straight clone of the ↵ | jeresig | 2009-11-30 | 1 | -0/+0 | |
| | | | | QUnit and Sizzle directories. Works much better for what we want. | |||||
* | Bringing Sizzle and QUnit up to date. | jeresig | 2009-11-30 | 1 | -0/+0 | |
| |