Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. | ||||
* | Revert "Fix #11397. Shush Firefox warning by re-breaking #6932 for BB 4.7." | Dave Methvin | 2012-07-12 | 1 | -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 Methvin | 2012-07-12 | 1 | -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 Methvin | 2012-07-12 | 1 | -1/+1 |
| | |||||
* | Update to QUnit 1.9.0 | Dave Methvin | 2012-07-12 | 1 | -0/+0 |
| | |||||
* | Followup on #10791: "[class~=foo]" is better. Closes gh-858. | Richard Gibson | 2012-07-12 | 1 | -2/+2 |
| | |||||
* | Update Sizzle to fix oldIE erroneous getAttribute invokification. | Dave Methvin | 2012-07-12 | 1 | -0/+0 |
| | |||||
* | Fix #11547. toLowerCase not work good on XML attributes. | Dave Methvin | 2012-07-11 | 3 | -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 Methvin | 2012-07-11 | 1 | -0/+0 |
| | |||||
* | Wontfix #10791: please use "[class=foo]" with SVG elements | Richard Gibson | 2012-07-11 | 1 | -2/+2 |
| | |||||
* | grunt custom saves minified version automattically. Close gh-856, Fixes #12059 | Corey Frang | 2012-07-11 | 1 | -4/+15 |
| | |||||
* | Fixes a variety of typographical problems. Closes gh-853 | Chris Faulkner | 2012-07-11 | 6 | -19/+19 |
| | |||||
* | README: Adds missing commands to setup instructions. Closes gh-854 | Mathias Bynens | 2012-07-11 | 1 | -0/+3 |
| | |||||
* | README: Add to the full list of optional modules. Closes gh-855 | Mathias Bynens | 2012-07-11 | 1 | -1/+1 |
| | |||||
* | Remove a few stray spaces in unit tests. | Dave Methvin | 2012-07-10 | 2 | -3/+3 |
| | |||||
* | Updating the source version to 1.8pre | Dave Methvin | 2012-07-10 | 1 | -1/+1 |
| | |||||
* | Tagging the 1.8b2 release.1.8b2 | Dave Methvin | 2012-07-10 | 1 | -1/+1 |
| | |||||
* | You can't hurry tests, no, you just have to wait. | Dave Methvin | 2012-07-10 | 1 | -2/+2 |
| | | | | The 100ms here is just too fast and flakey, it causes random fails in swarmy runs. | ||||
* | Adjust jshint options to pass with closure 'sub' changes | Timmy Willison | 2012-07-10 | 1 | -0/+1 |
| | |||||
* | Sizzle: necessary changes for Advanced Closure compiler support | Timmy Willison | 2012-07-10 | 1 | -0/+0 |
| | |||||
* | Fix #10517. before() and after() on disconnected node should return multiple ↵ | Uri Gilad | 2012-07-10 | 2 | -3/+10 |
| | | | | nodes. Closes gh-851. | ||||
* | Sizzle: fix failing test in IE: malformed HTML | Timmy Willison | 2012-07-09 | 1 | -0/+0 |
| | |||||
* | Update Sizzle: fixes an issue with an escape character in the id of a context | Timmy Willison | 2012-07-09 | 1 | -0/+0 |
| | |||||
* | Fix #11962. Standardize getter return values for empty sets. | Uri Gilad | 2012-07-09 | 4 | -3/+14 |
| | |||||
* | Fix #11971 unit test in browsers lacking backgroundPositionX. | Richard Gibson | 2012-07-09 | 1 | -0/+7 |
| | | | | Closes gh-850. | ||||
* | Update Sizzle: compress/edge case pull from gibson and a fix :not/:has with ↵ | Timmy Willison | 2012-07-09 | 1 | -0/+0 |
| | | | | spaces | ||||
* | Follow the style guide, lose 72 bytes! Closes gh-840. | Mike Sherov | 2012-07-09 | 12 | -135/+147 |
| | |||||
* | Update Sizzle: fixes author of a previous commit | Timmy Willison | 2012-07-09 | 1 | -0/+0 |
| | |||||
* | Fixes indentation in grunt.js | Rick Waldron | 2012-07-09 | 1 | -31/+31 |
| | |||||
* | Update grunt:selector task to handle new Sizzle EXPOSE block | Rick Waldron | 2012-07-09 | 1 | -3/+36 |
| | |||||
* | Update Sizzle: added EXPOSE comment | Timmy Willison | 2012-07-09 | 1 | -0/+0 |
| | |||||
* | Sizzle added standalone AMD support | Timmy Willison | 2012-07-09 | 1 | -0/+0 |
| | |||||
* | Fix #11249. Inline styles anger Content Security Policy. | David Benjamin | 2012-07-07 | 1 | -3/+6 |
| | |||||
* | Sizzle: adds a test for a previously problematic selector | Timmy Willison | 2012-07-07 | 1 | -0/+0 |
| | |||||
* | Update Sizzle: adds createPseudo method on Sizzle.selectors for easily ↵ | Timmy Willison | 2012-07-07 | 1 | -0/+0 |
| | | | | creating pseudos with the new compiler | ||||
* | Update Sizzle: fixes UI tests | Timmy Willison | 2012-07-06 | 1 | -0/+0 |
| | |||||
* | Sizzle: minor change | Timmy Willison | 2012-07-06 | 1 | -0/+0 |
| | |||||
* | Update Sizzle: improved dir caching | Timmy Willison | 2012-07-06 | 1 | -0/+0 |
| | |||||
* | Fix #12018, readyState "interactive" in oldIE lies! Closes gh-848. | Mike Sherov | 2012-07-06 | 7 | -34/+77 |
| | |||||
* | Fix #8482, offsetParent should not return null. Closes gh-847. | Nowres Rafid | 2012-07-06 | 3 | -2/+8 |
| | |||||
* | Optimization of array operations, closes gh-844. | Oleg | 2012-07-06 | 3 | -16/+12 |
| | |||||
* | DRY out removeData/cleanData, closes gh-838. | Richard Gibson | 2012-07-06 | 2 | -74/+63 |
| | |||||
* | Stop using reserved words as argument names, closes gh-841. | Mike Sherov | 2012-07-06 | 2 | -26/+26 |
|\ |