aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Give .stop() queue animations more leeway for Stutterin' Swarmy.Dave Methvin2012-07-251-2/+2
| | | | This test sometimes fails with only 2 animations left in the queue, so this extends the first animation in case we're running afoul of the one-second rule for background windows.
* Fix #12148. Let .toggle() call the public .hide() for punching.Dave Methvin2012-07-252-8/+21
| | | | There is a slightly shorter way to do this but it's not Closure-friendly.
* Moves isHidden to src/css.js and re-introduces its use. No ticket. Closes gh-876Oleg2012-07-252-7/+6
|
* Oops, didn't mean to revert sizzle last timeCorey Frang2012-07-251-0/+0
|
* This should repair the unitCorey Frang2012-07-252-23/+21
|
* Trying to repair a unitCorey Frang2012-07-251-19/+23
|
* Remove unnecessary elseTimmy Willison2012-07-251-3/+1
|
* Fail silently if closest is somehow called on a document. Fixes #10726.Timmy Willison2012-07-252-5/+5
|
* Remove IE8 testswarm hacks for offset.Dave Methvin2012-07-251-20/+9
|
* Sizzle: fixes issue with :empty pseudo and comment nodesTimmy Willison2012-07-251-0/+0
|
* Revert "Fix #12127. IE9/10 checks fall off the box on clone. Close gh-873."Dave Methvin2012-07-254-16/+6
| | | | | | This reverts commit 569d064fc93459695cb6eb6fd09e5ba3fda62f03. Causing test fails in Safari, IE6, and IE7.
* Loosen the ajax statusText check so Safari AND Chrome pass.Dave Methvin2012-07-251-1/+1
|
* Update Sizzle: minor consolidationTimmy Willison2012-07-251-0/+0
|
* Update Sizzle: attribute values regex tweakTimmy Willison2012-07-251-0/+0
|
* Fix #7579. Don't convert to number if it changes the string. Close gh-852.Dave Methvin2012-07-252-5/+10
| | | | Net effect here is that hex numbers and most exponential-format numbers or long sequences of digits will remain strings rather than being coerced to numbers. `The people have spoken.
* Followup #12018, fix a test fail converting to pixels. Close gh-874.Mike Sherov2012-07-251-1/+1
|
* Fix #12127. IE9/10 checks fall off the box on clone. Close gh-873.Daniel Chatfield2012-07-254-6/+16
|
* Initial commit of AUTHORS.txt file.Dave Methvin2012-07-241-0/+131
|
* Add grunt-git-authors task.Dave Methvin2012-07-242-1/+3
|
* Fix #12132. IE10 dislikes detached object elements. Close gh-870.Elijah Manor2012-07-241-4/+5
|
* Update SizzleTimmy Willison2012-07-231-0/+0
|
* Sizzle: fixes test fails in IE6/7Timmy Willison2012-07-231-0/+0
|
* Sizzle: fix issue with adjusting the context on relative combinators in ↵Timmy Willison2012-07-232-1/+1
| | | | element-rooted qSA
* Update SizzleTimmy Willison2012-07-231-0/+0
|
* Support event delegation with relative selectors. Fixes #10762. Closes gh-860.Richard Gibson2012-07-232-11/+14
|
* Update Sizzle: Minor edits and fixes #10762.Timmy Willison2012-07-231-0/+0
|
* Clean up regexen; use common regex for numbers. Close gh-862.Richard Gibson2012-07-228-25/+27
|
* Fix #9217. oldIE error when changing detached elements, close gh-861Corey Frang2012-07-221-0/+11
|
* Fix #12088, Safari 5 and more percentages in getComputedStyleMike Sherov2012-07-224-14/+21
| | | | In particular, min-width and max-width are taunting the awesome hack. Closes gh-865.
* Really support subproject tests in testswarm, closes gh-868Richard Gibson2012-07-222-62/+108
|
* Fix the logic to set overflow:hidden on width & height animations - Fixes ↵Corey Frang2012-07-202-1/+15
| | | | #12117 - Closes gh-869
* Let subproject tests use their own test fixture. Closes gh-867.Dave Methvin2012-07-192-2/+79
|
* Update Sizzle to fix #12082, #12087.Dave Methvin2012-07-171-0/+0
|
* Push serialize module to swarm /cc @jaubourgCorey Frang2012-07-131-1/+1
|
* Extracts the serialization code from the ajax module so that alternative ↵jaubourg2012-07-136-292/+301
| | | | ajax implementations can use it without the need for the whole ajax module to be included in the build.
* Revert "Fix #11397. Shush Firefox warning by re-breaking #6932 for BB 4.7."Dave Methvin2012-07-121-0/+8
| | | | | | This reverts commit e866893fd29b0328ebc282cf0ba716e6f87384c3. Failures in IE6 when this is removed, unfortunately.
* Fix #11397. Shush Firefox warning by re-breaking #6932 for BB 4.7.Dave Methvin2012-07-121-8/+0
| | | | At this point BlackBerry 4.7 (and related ancient browsers) should be scarce (released circa 2008) so #6932 will be closed wontfix for this edge case.
* Image location is relative to css file, not html file.Dave Methvin2012-07-121-1/+1
|
* Update to QUnit 1.9.0Dave Methvin2012-07-121-0/+0
|
* Followup on #10791: "[class~=foo]" is better. Closes gh-858.Richard Gibson2012-07-121-2/+2
|
* Update Sizzle to fix oldIE erroneous getAttribute invokification.Dave Methvin2012-07-121-0/+0
|
* Fix #11547. toLowerCase not work good on XML attributes.Dave Methvin2012-07-113-22/+29
| | | | This was fixed to some extent in gh-724 but there were insufficient test cases. Removing the lowercase completely allows IE 6/7 to work properly since there you need an exact case match for attributes, even in HTML docs. More discussion and test cases in the comments on gh-724.
* Update Sizzle; Closes #12054, #12057.Dave Methvin2012-07-111-0/+0
|
* Wontfix #10791: please use "[class=foo]" with SVG elementsRichard Gibson2012-07-111-2/+2
|
* grunt custom saves minified version automattically. Close gh-856, Fixes #12059Corey Frang2012-07-111-4/+15
|
* Fixes a variety of typographical problems. Closes gh-853Chris Faulkner2012-07-116-19/+19
|
* README: Adds missing commands to setup instructions. Closes gh-854Mathias Bynens2012-07-111-0/+3
|
* README: Add to the full list of optional modules. Closes gh-855Mathias Bynens2012-07-111-1/+1
|
* Remove a few stray spaces in unit tests.Dave Methvin2012-07-102-3/+3
|
* Updating the source version to 1.8preDave Methvin2012-07-101-1/+1
|