aboutsummaryrefslogtreecommitdiffstats
path: root/src/sizzle
Commit message (Collapse)AuthorAgeFilesLines
...
* Sizzle: add support for :lang selectorTimmy Willison2012-12-171-0/+0
|
* Sizzle: size optimizationTimmy Willison2012-12-151-0/+0
|
* Sizzle: initialize with default document on load to get it out of the way ↵Timmy Willison2012-12-151-0/+0
| | | | for most use cases
* Sizzle: assume window.document in Sizzle.matches; massively reduce calls to ↵Timmy Willison2012-12-151-0/+0
| | | | setDocument by not calling when context is null
* Update SizzleTimmy Willison2012-12-151-0/+0
|
* Update Sizzle: avoid calling setDocument when possibleTimmy Willison2012-12-151-0/+0
|
* Update SizzleRichard Gibson2012-12-151-0/+0
|
* Update Sizzle: IE6-8 traversing test fixTimmy Willison2012-12-141-0/+0
|
* Sizzle: fix test failures related to Sizzle.containsTimmy Willison2012-12-141-0/+0
|
* Sizzle: :target and :root selector support. adds Sizzle.setDocument. Remove ↵Timmy Willison2012-12-141-0/+0
| | | | :active support.
* Adjust jQuery('html') detection to only match when html starts with '<' (not ↵timmywil2012-12-131-0/+0
| | | | counting space characters). Fixes #11290.
* Update SizzleRichard Gibson2012-12-111-0/+0
|
* Test: Update index.html to new QUnit format. Close gh-1061.Timo Tijhof2012-12-101-0/+0
| | | | Depends on jquery/sizzle#177, included with the Sizzle submodule in this commit.
* once more with feelingRichard Gibson2012-12-051-0/+0
|
* don't test SVG on IE6Richard Gibson2012-12-051-0/+0
|
* Fix #10832 (this time with tests): jQuery.contains in SVGRichard Gibson2012-12-051-0/+0
|
* Fix #12856: keep PSEUDO regex non-greedyRichard Gibson2012-12-031-0/+0
|
* Fix #12959: Optimize library-wide patternsRichard Gibson2012-11-271-0/+0
|
* update SizzleRichard Gibson2012-11-161-0/+0
|
* Fix #12858: don't expose jQuery/Sizzle expandosRichard Gibson2012-11-091-0/+0
|
* Sizzle: remove unneeded vars and POS regex (-22 bytes)Timmy Willison2012-10-241-0/+0
|
* no ticket: fix jQuery suite failure on AndroidRichard Gibson2012-10-171-0/+0
|
* Update Sizzle: fixes failing tests in traversing (FF, Opera, Safari)Timmy Willison2012-10-171-0/+0
|
* SizzzzzzllllleeeeeTimmy Willison2012-10-161-0/+0
|
* Update Sizzle: <3 revertsTimmy Willison2012-10-161-0/+0
|
* update sizzle for test failuresRichard Gibson2012-10-161-0/+0
|
* Sizzle was accidentally revertedTimmy Willison2012-10-161-0/+0
|
* Fixes #11635, Explicit overflow:auto is overridden by inline overflow:hidden ↵Mike Petrovich2012-10-161-0/+0
| | | | during animation, closes gh-981
* Update Sizzle: allows disconnected sorting. Change add to always sort with ↵Timmy Willison2012-10-161-0/+0
| | | | added nodes, even when disconnected.
* Fixing style for deferred.js unit tests. Close gh-973.Erick Ruiz de Chavez2012-10-161-0/+0
| | | | Close jquery/2012-dev-summit/#56
* Update Sizzle: focus test was failing if browser window was not in focusTimmy Willison2012-10-151-0/+0
|
* Sizzle: Fix :focus selector with elements that have a tabIndex !== -1Timmy Willison2012-10-151-0/+0
|
* Update Sizzle: Fixes #12606, #12671, #12672.Timmy Willison2012-10-141-0/+0
|
* Sizzle: throw an invalid selector exception for trailing-comma selectors. ↵Timmy Willison2012-10-041-0/+0
| | | | Fixes #12643.
* Sizzle: removes nth-child cacheTimmy Willison2012-09-201-0/+0
|
* Sizzle: account for external document contexts (such as iframes) in ↵Timmy Willison2012-09-201-0/+0
| | | | combinator checks. Fixes #12572.
* Update Sizzle: fix a failing test in traversing. Move an attribute selector ↵Timmy Willison2012-09-191-0/+0
| | | | test to jQuery-only.
* Sizzle: fixes failing test in cssTimmy Willison2012-09-191-0/+0
|
* Update Sizzle: fix position caching with child selectors. Fixes #12337.Timmy Willison2012-09-191-0/+0
|
* Fixes failing tests in selector/traversingTimmy Willison2012-09-191-0/+0
|
* Update Sizzle: Fixes #12303, #12474, #12523, #12526, #12541.Timmy Willison2012-09-191-0/+0
|
* Fix #12536. Start at .offset() 0,0 if no getBoundingClientRect.Dave Methvin2012-09-141-0/+0
| | | | This lets us still add the other offset components to the number so they're less wrong. Affects BlackBerry 5 and iOS 3, everyone else has gBCR.
* Sizzle: fix selector in Chrome 21. Fixes #12492.Timmy Willison2012-09-111-0/+0
|
* Sizzle: tagged versions are now in the repo; update selector engine listTimmy Willison2012-09-111-0/+0
|
* Sizzle: adjustment for speed totals displayTimmy Willison2012-09-081-0/+0
|
* Update Sizzle: adds custom performance suite for testing across multiple ↵Timmy Willison2012-09-081-0/+0
| | | | selector engines and multiple versions of Sizzle
* Update Sizzle: authors.txt update and fix failing tests caused by QUnit's ↵Timmy Willison2012-09-051-0/+0
| | | | html addition
* Sizzle: POS selectors make more extensive use of tokenization. Fixes #12303.Timmy Willison2012-08-291-0/+0
| | | | http://jqbug.com/12303
* Sizzle: tweak for root selector shortcut. Fixes #12419.Timmy Willison2012-08-291-0/+0
|
* Update Sizzle: minor editsTimmy Willison2012-08-291-0/+0
|