aboutsummaryrefslogtreecommitdiffstats
path: root/test/jquery.js
Commit message (Collapse)AuthorAgeFilesLines
* Manage bower dependencies with grunt-bowercopyTimmy Willison2013-12-061-1/+1
| | | | | | | | | | | | | | | | Tracked bower dependencies are located at "src/sizzle" and "test/libs". The source-destination mapping is in the Gruntfile. When updating a bower dependency, update the version in bower.json, run `grunt bower`, and then commit the result. When adding a dependency, update the bowercopy task accordingly. Fixes #14615. Closes gh-1452. Conflicts: bower.json test/index.html
* Use grunt and bower packages as local dependencies. Close gh-1433.Timmy Willison2013-11-141-1/+1
|
* Fix #14492: More correct jQuery.parseJSON. Close gh-1419.Richard Gibson2013-11-121-1/+2
|
* Map Sizzle to a path with config to allow users to put Sizzle wherever they wantTimmy Willison2013-09-101-1/+6
|
* Convert testrunner to an AMD module and ensure jQuery is on the page when ↵Timmy Willison2013-09-061-4/+2
| | | | | | | | executing the testrunner (another race condition amplified by swarm) Conflicts: test/data/testinit.js test/data/testrunner.js
* Pass all tests (and load Sizzle fixture correctly) when loading with AMDTimmy Willison2013-08-291-27/+14
| | | | | Conflicts: src/css.js
* Use window.QUnit to detect the top window when loading with AMDTimmy Willison2013-08-271-1/+3
|
* Correct QUnit check, this might fix swarm failuresOleg2013-08-191-1/+1
| | | | | Conflicts: test/jquery.js
* Fix tests for testswarmTimmy Willison2013-08-191-4/+3
|
* AMD-ify jQuery sourcegit s! Woo! Fixes #14113, #14163.Timmy Willison2013-08-151-5/+77
| | | | | | | | | | | | | | | | | | | | Conflicts: Gruntfile.js README.md src/ajax.js src/ajax/xhr.js src/attributes.js src/core.js src/css.js src/data.js src/effects.js src/event.js src/manipulation.js src/offset.js src/selector-native.js src/traversing.js test/unit/core.js test/unit/data.js
* Ref #13316: Sync all test documents on full vs. minified source.Richard Gibson2013-02-081-0/+5