Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Updated the comment above the fix | Elijah Manor | 2012-08-08 | 1 | -2/+2 |
| | |||||
* | Fix weird clone bug and add a unit test to verify | Elijah Manor | 2012-08-08 | 2 | -2/+44 |
| | |||||
* | Manual merge after fetch upstream | Elijah Manor | 2012-07-30 | 18 | -71/+230 |
|\ | |||||
| * | Quote reserved keyword 'throws' to satisfy yui compressor. Fixes #12158. | Timmy Willison | 2012-07-30 | 2 | -2/+2 |
| | | |||||
| * | Fix a regression where has with multiple contexts was not filtering ↵ | Timmy Willison | 2012-07-27 | 2 | -5/+8 |
| | | | | | | | | correctly. Test added. | ||||
| * | Sizzle: fix a small bug with combinator cache. Fixes #10499. | Timmy Willison | 2012-07-27 | 1 | -0/+0 |
| | | |||||
| * | Sizzle: adjust pseudos regex. Fixes #12153. | Timmy Willison | 2012-07-27 | 1 | -0/+0 |
| | | |||||
| * | Updating the source version to 1.8pre | Dave Methvin | 2012-07-26 | 1 | -1/+1 |
| | | |||||
| * | Tagging the 1.8rc1 release.1.8rc1 | Dave Methvin | 2012-07-26 | 1 | -1/+1 |
| | | |||||
| * | Per @gibson042, don't need .documentElement since Sizzle handles. | Dave Methvin | 2012-07-26 | 1 | -1/+1 |
| | | |||||
| * | Adding a check for double progress call in effects units | Corey Frang | 2012-07-25 | 1 | -0/+4 |
| | | |||||
| * | Fix #12127, fer real. IE9/10 check state on clone. Close gh-875. | Daniel Chatfield | 2012-07-25 | 3 | -3/+15 |
| | | |||||
| * | Pull in unit tests from gh-877, thanks @orkel! | Dave Methvin | 2012-07-25 | 1 | -5/+10 |
| | | |||||
| * | Unbreak isHidden args, they're needed by the .filter() call. | Dave Methvin | 2012-07-25 | 1 | -1/+2 |
| | | |||||
| * | Give .stop() queue animations more leeway for Stutterin' Swarmy. | Dave Methvin | 2012-07-25 | 1 | -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 Methvin | 2012-07-25 | 2 | -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-876 | Oleg | 2012-07-25 | 2 | -7/+6 |
| | | |||||
| * | Oops, didn't mean to revert sizzle last time | Corey Frang | 2012-07-25 | 1 | -0/+0 |
| | | |||||
| * | This should repair the unit | Corey Frang | 2012-07-25 | 2 | -23/+21 |
| | | |||||
| * | Trying to repair a unit | Corey Frang | 2012-07-25 | 1 | -19/+23 |
| | | |||||
| * | Remove unnecessary else | Timmy Willison | 2012-07-25 | 1 | -3/+1 |
| | | |||||
| * | Fail silently if closest is somehow called on a document. Fixes #10726. | Timmy Willison | 2012-07-25 | 2 | -5/+5 |
| | | |||||
| * | Remove IE8 testswarm hacks for offset. | Dave Methvin | 2012-07-25 | 1 | -20/+9 |
| | | |||||
| * | Sizzle: fixes issue with :empty pseudo and comment nodes | Timmy Willison | 2012-07-25 | 1 | -0/+0 |
| | | |||||
| * | Revert "Fix #12127. IE9/10 checks fall off the box on clone. Close gh-873." | Dave Methvin | 2012-07-25 | 4 | -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 Methvin | 2012-07-25 | 1 | -1/+1 |
| | | |||||
| * | Update Sizzle: minor consolidation | Timmy Willison | 2012-07-25 | 1 | -0/+0 |
| | | |||||
| * | Update Sizzle: attribute values regex tweak | Timmy Willison | 2012-07-25 | 1 | -0/+0 |
| | | |||||
| * | Fix #7579. Don't convert to number if it changes the string. Close gh-852. | Dave Methvin | 2012-07-25 | 2 | -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 Sherov | 2012-07-25 | 1 | -1/+1 |
| | | |||||
| * | Fix #12127. IE9/10 checks fall off the box on clone. Close gh-873. | Daniel Chatfield | 2012-07-25 | 4 | -6/+16 |
| | | |||||
| * | Initial commit of AUTHORS.txt file. | Dave Methvin | 2012-07-24 | 1 | -0/+131 |
| | | |||||
| * | Add grunt-git-authors task. | Dave Methvin | 2012-07-24 | 2 | -1/+3 |
| | | |||||
| * | Fix #12132. IE10 dislikes detached object elements. Close gh-870. | Elijah Manor | 2012-07-24 | 1 | -4/+5 |
| | | |||||
| * | Update Sizzle | Timmy Willison | 2012-07-23 | 1 | -0/+0 |
| | | |||||
| * | Sizzle: fixes test fails in IE6/7 | Timmy Willison | 2012-07-23 | 1 | -0/+0 |
| | | |||||
| * | Sizzle: fix issue with adjusting the context on relative combinators in ↵ | Timmy Willison | 2012-07-23 | 2 | -1/+1 |
| | | | | | | | | element-rooted qSA | ||||
* | | Fix IE10 bug when cloning an object element without a parentNode | Elijah Manor | 2012-07-23 | 1 | -1/+7 |
|/ | |||||
* | Update Sizzle | Timmy Willison | 2012-07-23 | 1 | -0/+0 |
| | |||||
* | Support event delegation with relative selectors. Fixes #10762. Closes gh-860. | Richard Gibson | 2012-07-23 | 2 | -11/+14 |
| | |||||
* | Update Sizzle: Minor edits and fixes #10762. | Timmy Willison | 2012-07-23 | 1 | -0/+0 |
| | |||||
* | Clean up regexen; use common regex for numbers. Close gh-862. | Richard Gibson | 2012-07-22 | 8 | -25/+27 |
| | |||||
* | Fix #9217. oldIE error when changing detached elements, close gh-861 | Corey Frang | 2012-07-22 | 1 | -0/+11 |
| | |||||
* | Fix #12088, Safari 5 and more percentages in getComputedStyle | Mike Sherov | 2012-07-22 | 4 | -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-868 | Richard Gibson | 2012-07-22 | 2 | -62/+108 |
| | |||||
* | Fix the logic to set overflow:hidden on width & height animations - Fixes ↵ | Corey Frang | 2012-07-20 | 2 | -1/+15 |
| | | | | #12117 - Closes gh-869 | ||||
* | Let subproject tests use their own test fixture. Closes gh-867. | Dave Methvin | 2012-07-19 | 2 | -2/+79 |
| | |||||
* | Update Sizzle to fix #12082, #12087. | Dave Methvin | 2012-07-17 | 1 | -0/+0 |
| | |||||
* | Push serialize module to swarm /cc @jaubourg | Corey Frang | 2012-07-13 | 1 | -1/+1 |
| | |||||
* | Extracts the serialization code from the ajax module so that alternative ↵ | jaubourg | 2012-07-13 | 6 | -292/+301 |
| | | | | ajax implementations can use it without the need for the whole ajax module to be included in the build. |