aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix #11566, allow appending to DocumentFragment, closes gh-814.Vladimir Zhuravlev2012-06-152-37/+71
|
* Fix #9505, percentage position values in Webkit, closes gh-825.Mike Sherov2012-06-154-17/+46
|
* Interim take on cross-module variables, closes gh-817.Richard Gibson2012-06-159-69/+64
|
* Fix #11905, correct package.json license URLs, closes gh-826.Daniel Herman2012-06-151-2/+2
|
* Update Sizzle: Removes an unnecessary link in the test suitetimmywil2012-06-151-0/+0
|
* Update Sizzle. Fixes #11109.timmywil2012-06-151-0/+0
|
* Update version in package.json to reflect current version and make -git ↵Jörn Zaefferer2012-06-151-1/+1
| | | | builds slighlty more useful
* Use QUnit's URL configs to simplify custom configuration. Closes gh-827Scott González2012-06-151-28/+16
|
* Add necessary test html from Sizzle tests; Add an easy way to turn off QSA ↵timmywil2012-06-152-16/+32
| | | | in tests
* Grunt: Update testswarm task to use new module filter, reduces duplication ↵Jörn Zaefferer2012-06-141-1/+1
| | | | when running, should speed things up
* Update QUnit to v1.8.0Jörn Zaefferer2012-06-141-0/+0
|
* Fix args translation example in gruntfile commentsRick Waldron2012-06-121-1/+1
|
* Simplify the terminal command args syntax for custom builds. Update READMERick Waldron2012-06-122-12/+81
|
* Fix typo in READMEkborchers2012-06-121-1/+1
|
* Adds ajax to the list of optional modules.Julian Aubourg2012-06-121-1/+8
|
* Tweak test for #11743 in an attempt to placate Jenkins.Dave Methvin2012-06-112-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 Methvin2012-06-111-1/+1
|
* Check animation is close instead of exact, closes gh-823.Mike Sherov2012-06-111-1/+2
|
* Test: Remove unused file "include_js.php", closes gh-820.Timo Tijhof2012-06-111-106/+0
|
* Fix regression for "-200px" in animations; closes gh-822.Mike Sherov2012-06-112-5/+10
| | | | Also removes fake IIFEs ffrom effects.
* Fix #11328. I've never metaKey I liked on IE 6/7/8.Dave Methvin2012-06-111-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 Methvin2012-06-111-11/+4
| | | | No unit tests were harmed in the removal of this hack.
* Test: Set testswarm.runMax from config fileTimo Tijhof2012-06-111-1/+1
|
* Here is hoping everything works with the full build and the build without ↵jaubourg2012-06-111-2/+2
| | | | ajax... looking at you @dmethvin ;)
* Fix #8109, percent animations; fix #11854, wrong this, close gh-808Jeffery To2012-06-112-6/+42
|
* Prevent total unit test meltdown ... and now over to @jaubourg!Dave Methvin2012-06-111-1/+1
|
* Shrink support.js, closes gh-818Richard Gibson2012-06-111-49/+40
|
* We don't have IE9 supports grid yet, completely didn't see this while ↵jaubourg2012-06-111-6/+8
| | | | refactoring.
* Update QUnit so IE will pass unit tests.Dave Methvin2012-06-111-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).jaubourg2012-06-111-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.jaubourg2012-06-117-84/+67
|
* Fix #11857. Modularize css.js, add dependency management. Closes gh-816.Mike Sherov2012-06-109-86/+149
| | | | See the pull request for more info on the dependency management details.
* Fix IE6 failures from forgotten shrinkWrapBlocks, closes gh-815Mike Sherov2012-06-101-5/+7
|
* Grunt: Update testswarm task to use more config properties. Already deployed ↵Jörn Zaefferer2012-06-071-5/+6
| | | | on Jenkins server
* Make exclusion list less confusing to readRick Waldron2012-06-071-3/+3
|
* Make readme code examples consistent; Update to use GH syntax fencesRick Waldron2012-06-071-59/+135
|
* Remove bold style from command examplesRick Waldron2012-06-071-8/+8
|
* Make custom dist example less OSX specificRick Waldron2012-06-071-4/+3
|
* Modularize offset (exclude w/ grunt build:*:*:-offset). Closes #813. Fixes ↵Mike Sherov2012-06-075-58/+110
| | | | #11865
* Don't swap to measure dimensions unless the element is display:none. #807 ↵Mike Sherov2012-06-072-1/+11
| | | | Fixes #11293
* Remove unnecessary haunted house guards.Rick Waldron2012-06-061-8/+3
| | | | Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
* Fixes two typosRick Waldron2012-06-062-2/+2
|
* Less letterSpacing .animate() fail in IE. Fixes #8627Mike Sherov2012-06-063-9/+29
|
* Conditionally run height/width in iframeTestRick Waldron2012-06-061-2/+7
|
* Rough draft of version=min test capabilities reintroduced.Rick Waldron2012-06-061-1/+21
| | | | Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
* Ensure both height and width port functions exist before attempting to run ↵Rick Waldron2012-06-061-1/+1
| | | | | | dimensions tests. Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
* Fixe dimensions tests. No core code changes. Supplements #11856Mike Sherov2012-06-062-4/+10
|
* Fix busted tests that relied on width in 2nd param to jQuery(), dimensions ↵Rick Waldron2012-06-053-20/+47
| | | | | | stays modular. (core, attributes, offset) Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
* Make dimensions modular, adds optional build flag. Fixes #11856Mike Sherov2012-06-055-56/+60
|
* Allow users to store custom dist destinations in dist/.destination.jsonRick Waldron2012-06-053-18/+65
| | | | Signed-off-by: Rick Waldron <waldron.rick@gmail.com>