Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix #11566, allow appending to DocumentFragment, closes gh-814. | Vladimir Zhuravlev | 2012-06-15 | 2 | -37/+71 |
| | |||||
* | Fix #9505, percentage position values in Webkit, closes gh-825. | Mike Sherov | 2012-06-15 | 4 | -17/+46 |
| | |||||
* | Interim take on cross-module variables, closes gh-817. | Richard Gibson | 2012-06-15 | 9 | -69/+64 |
| | |||||
* | Fix #11905, correct package.json license URLs, closes gh-826. | Daniel Herman | 2012-06-15 | 1 | -2/+2 |
| | |||||
* | 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 |
| | |||||
* | Update version in package.json to reflect current version and make -git ↵ | Jörn Zaefferer | 2012-06-15 | 1 | -1/+1 |
| | | | | builds slighlty more useful | ||||
* | Use QUnit's URL configs to simplify custom configuration. Closes gh-827 | Scott González | 2012-06-15 | 1 | -28/+16 |
| | |||||
* | Add necessary test html from Sizzle tests; Add an easy way to turn off QSA ↵ | timmywil | 2012-06-15 | 2 | -16/+32 |
| | | | | in tests | ||||
* | Grunt: Update testswarm task to use new module filter, reduces duplication ↵ | Jörn Zaefferer | 2012-06-14 | 1 | -1/+1 |
| | | | | when running, should speed things up | ||||
* | Update QUnit to v1.8.0 | Jörn Zaefferer | 2012-06-14 | 1 | -0/+0 |
| | |||||
* | Fix args translation example in gruntfile comments | Rick Waldron | 2012-06-12 | 1 | -1/+1 |
| | |||||
* | Simplify the terminal command args syntax for custom builds. Update README | Rick Waldron | 2012-06-12 | 2 | -12/+81 |
| | |||||
* | Fix typo in README | kborchers | 2012-06-12 | 1 | -1/+1 |
| | |||||
* | Adds ajax to the list of optional modules. | Julian Aubourg | 2012-06-12 | 1 | -1/+8 |
| | |||||
* | Tweak test for #11743 in an attempt to placate Jenkins. | Dave Methvin | 2012-06-11 | 2 | -1/+2 |
| | | | | I can't get the current test to fail locally or in Browserstack, but suspect it may have something to do with badjson.js. | ||||
* | Run the `dist` task *after* minifying so we copy the new one. | Dave Methvin | 2012-06-11 | 1 | -1/+1 |
| | |||||
* | Check animation is close instead of exact, closes gh-823. | Mike Sherov | 2012-06-11 | 1 | -1/+2 |
| | |||||
* | Test: Remove unused file "include_js.php", closes gh-820. | Timo Tijhof | 2012-06-11 | 1 | -106/+0 |
| | |||||
* | Fix regression for "-200px" in animations; closes gh-822. | Mike Sherov | 2012-06-11 | 2 | -5/+10 |
| | | | | Also removes fake IIFEs ffrom effects. | ||||
* | Fix #11328. I've never metaKey I liked on IE 6/7/8. | Dave Methvin | 2012-06-11 | 1 | -4/+2 |
| | | | | | | The `event.metaKey` property is undefined there so we ensure it's set to `false` for lack of a better default. The `originalEvent.metaKey` property is untouched if you prefer to make other guesses about the platform or key state. This is pretty much impossible to unit test since it is not only platform dependendent but also only executed for native browser events. | ||||
* | Fix #10589. Remove deprecated $.fn.data("events") special case. | Dave Methvin | 2012-06-11 | 1 | -11/+4 |
| | | | | No unit tests were harmed in the removal of this hack. | ||||
* | Test: Set testswarm.runMax from config file | Timo Tijhof | 2012-06-11 | 1 | -1/+1 |
| | |||||
* | Here is hoping everything works with the full build and the build without ↵ | jaubourg | 2012-06-11 | 1 | -2/+2 |
| | | | | ajax... looking at you @dmethvin ;) | ||||
* | Fix #8109, percent animations; fix #11854, wrong this, close gh-808 | Jeffery To | 2012-06-11 | 2 | -6/+42 |
| | |||||
* | Prevent total unit test meltdown ... and now over to @jaubourg! | Dave Methvin | 2012-06-11 | 1 | -1/+1 |
| | |||||
* | Shrink support.js, closes gh-818 | Richard Gibson | 2012-06-11 | 1 | -49/+40 |
| | |||||
* | We don't have IE9 supports grid yet, completely didn't see this while ↵ | jaubourg | 2012-06-11 | 1 | -6/+8 |
| | | | | refactoring. | ||||
* | Update QUnit so IE will pass unit tests. | Dave Methvin | 2012-06-11 | 1 | -0/+0 |
| | | | | Normally we'd want to stay with an official release, but we need 1604af735af117fff3ee7589c611c04f665ac169 so that QUnit will not yell about errors encountered bduring `globalEval`. | ||||
* | Modularize ajax (and sub-modules). | jaubourg | 2012-06-11 | 1 | -4/+4 |
| | | | | | Tests are guaranteed to run with ajax removed, not with just ajax/jsonp, ajax/script or ajax/xhr removed. Removing ajax saves 3982 bytes minified gzipped. | ||||
* | Some work to modularize ajax later on. | jaubourg | 2012-06-11 | 7 | -84/+67 |
| | |||||
* | Fix #11857. Modularize css.js, add dependency management. Closes gh-816. | Mike Sherov | 2012-06-10 | 9 | -86/+149 |
| | | | | See the pull request for more info on the dependency management details. | ||||
* | Fix IE6 failures from forgotten shrinkWrapBlocks, closes gh-815 | Mike Sherov | 2012-06-10 | 1 | -5/+7 |
| | |||||
* | Grunt: Update testswarm task to use more config properties. Already deployed ↵ | Jörn Zaefferer | 2012-06-07 | 1 | -5/+6 |
| | | | | on Jenkins server | ||||
* | Make exclusion list less confusing to read | Rick Waldron | 2012-06-07 | 1 | -3/+3 |
| | |||||
* | Make readme code examples consistent; Update to use GH syntax fences | Rick Waldron | 2012-06-07 | 1 | -59/+135 |
| | |||||
* | Remove bold style from command examples | Rick Waldron | 2012-06-07 | 1 | -8/+8 |
| | |||||
* | Make custom dist example less OSX specific | Rick Waldron | 2012-06-07 | 1 | -4/+3 |
| | |||||
* | Modularize offset (exclude w/ grunt build:*:*:-offset). Closes #813. Fixes ↵ | Mike Sherov | 2012-06-07 | 5 | -58/+110 |
| | | | | #11865 | ||||
* | Don't swap to measure dimensions unless the element is display:none. #807 ↵ | Mike Sherov | 2012-06-07 | 2 | -1/+11 |
| | | | | Fixes #11293 | ||||
* | Remove unnecessary haunted house guards. | Rick Waldron | 2012-06-06 | 1 | -8/+3 |
| | | | | Signed-off-by: Rick Waldron <waldron.rick@gmail.com> | ||||
* | Fixes two typos | Rick Waldron | 2012-06-06 | 2 | -2/+2 |
| | |||||
* | Less letterSpacing .animate() fail in IE. Fixes #8627 | Mike Sherov | 2012-06-06 | 3 | -9/+29 |
| | |||||
* | Conditionally run height/width in iframeTest | Rick Waldron | 2012-06-06 | 1 | -2/+7 |
| | |||||
* | Rough draft of version=min test capabilities reintroduced. | Rick Waldron | 2012-06-06 | 1 | -1/+21 |
| | | | | Signed-off-by: Rick Waldron <waldron.rick@gmail.com> | ||||
* | Ensure both height and width port functions exist before attempting to run ↵ | Rick Waldron | 2012-06-06 | 1 | -1/+1 |
| | | | | | | dimensions tests. Signed-off-by: Rick Waldron <waldron.rick@gmail.com> | ||||
* | Fixe dimensions tests. No core code changes. Supplements #11856 | Mike Sherov | 2012-06-06 | 2 | -4/+10 |
| | |||||
* | Fix busted tests that relied on width in 2nd param to jQuery(), dimensions ↵ | Rick Waldron | 2012-06-05 | 3 | -20/+47 |
| | | | | | | stays modular. (core, attributes, offset) Signed-off-by: Rick Waldron <waldron.rick@gmail.com> | ||||
* | Make dimensions modular, adds optional build flag. Fixes #11856 | Mike Sherov | 2012-06-05 | 5 | -56/+60 |
| | |||||
* | Allow users to store custom dist destinations in dist/.destination.json | Rick Waldron | 2012-06-05 | 3 | -18/+65 |
| | | | | Signed-off-by: Rick Waldron <waldron.rick@gmail.com> |