Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Core tests: Updated support comments. | Scott González | 2012-06-25 | 1 | -2/+6 | |
| | ||||||
* | Core: Make uniqueId test pass in IE6/7 with jQuery 1.6, where undefined id ↵ | Jörn Zaefferer | 2012-06-19 | 1 | -2/+4 | |
| | | | | is returned as empty string | |||||
* | Tests: Remove the need to include the 'ui.' prefix in testJshint() now that ↵ | Scott González | 2012-06-15 | 1 | -1/+1 | |
| | | | | effects use 'ui.'. | |||||
* | Core: Add the uniqueId() and removeUniqueId() methods written by ↵ | kborchers | 2012-05-29 | 1 | -0/+10 | |
| | | | | @scottgonzalez to provide a generalized way of generating and removing generated element id's. Also, added a unit test. Fixed #8361 - Add uniqueId() and removeUniqueId() | |||||
* | Core tests: Fix double focus in IE | Jörn Zaefferer | 2012-05-04 | 1 | -0/+2 | |
| | ||||||
* | Fully revert breaking changes to core unit tests markup (htmllint ignores it ↵ | Jörn Zaefferer | 2012-04-30 | 1 | -1/+1 | |
| | | | | | | now anyway). Also update grunt.js: Simplify default task to finish that faster (also less console spam), remove beta from testswarm browserset, we don't need to test IE10 yet. | |||||
* | Tests: Run JSHint. | Scott González | 2012-04-29 | 1 | -0/+2 | |
| | ||||||
* | Core tests: Coding standards. | Scott González | 2012-04-29 | 1 | -30/+25 | |
| | ||||||
* | Partial revert to fix IE6 regression in 258a637 | Richard D. Worth | 2012-04-26 | 1 | -1/+1 | |
| | ||||||
* | Fix various issues in our html files, fifth batch | Richard D. Worth | 2012-04-26 | 1 | -3/+3 | |
| | ||||||
* | Fix various issues in our html files, third batch | Jörn Zaefferer | 2012-04-23 | 2 | -42/+36 | |
| | ||||||
* | Fix various issues in our html files, second batch | Jörn Zaefferer | 2012-04-23 | 1 | -6/+6 | |
| | ||||||
* | Tests: Moved loadResources to TestHelpers. | Scott González | 2012-04-23 | 1 | -7/+5 | |
| | ||||||
* | Update to official qunit composite addon | Jörn Zaefferer | 2012-04-21 | 1 | -2/+2 | |
| | ||||||
* | Upgrade jQuery to 1.7.2. | Scott González | 2012-03-22 | 1 | -1/+1 | |
| | ||||||
* | Update to QUnit 1.3. Replace usage of same with deepEqual and equals with equal. | Jörn Zaefferer | 2012-02-29 | 1 | -35/+35 | |
| | ||||||
* | Upgrade jQuery to 1.7.1. | Scott González | 2011-11-22 | 1 | -1/+1 | |
| | ||||||
* | Upgrade jQuery to 1.7. | Scott González | 2011-11-09 | 1 | -1/+1 | |
| | ||||||
* | Tests: Added ability to run tests against minified files via ?min=1 | Scott González | 2011-10-28 | 1 | -2/+6 | |
| | ||||||
* | Upgraded jQuery to 1.6.4. | Scott González | 2011-10-18 | 1 | -1/+1 | |
| | ||||||
* | Core: Added tests for :focusable and :tabbable form elements. | Scott González | 2011-08-12 | 2 | -2/+9 | |
| | ||||||
* | Tests: Cleanup. | Scott González | 2011-08-03 | 2 | -35/+35 | |
| | ||||||
* | Tests: Cleanup. | Scott González | 2011-08-03 | 1 | -105/+106 | |
| | ||||||
* | Tests: Added test suites to run individual widget tests against all ↵ | Scott González | 2011-08-02 | 1 | -0/+30 | |
| | | | | supported jQuery versions. | |||||
* | Tests: Added ability to run tests suites against different versions of ↵ | Scott González | 2011-07-28 | 1 | -1/+1 | |
| | | | | jQuery core. | |||||
* | Upgrade jQuery to 1.6.2. | Scott González | 2011-07-25 | 1 | -1/+1 | |
| | ||||||
* | .attr() -> .prop() | Scott González | 2011-06-08 | 2 | -26/+0 | |
| | ||||||
* | Switched to latest stable jQuery 1.5.1 | Richard Worth | 2011-03-02 | 1 | -1/+1 | |
| | ||||||
* | Use #qunit-fixture instead of deprecated #main. Fixes #7031 - Tests use | jzaefferer | 2011-02-23 | 1 | -1/+1 | |
| | ||||||
* | Unit tests: Add QUnit toolbar for hiding passed tests | jzaefferer | 2011-02-21 | 1 | -0/+1 | |
| | ||||||
* | Upgraded jQuery to 1.4.4. | Scott González | 2010-11-12 | 1 | -1/+1 | |
| | ||||||
* | Upgraded jQuery to 1.4.3. | Scott González | 2010-10-21 | 1 | -1/+1 | |
| | ||||||
* | Core tests: Enabled TestSwarm. | Scott González | 2010-09-02 | 1 | -10/+0 | |
| | ||||||
* | Core tests: Fixed object element for focusable/tabbable tests. Fixes #4488 - ↵ | Scott González | 2010-09-02 | 1 | -1/+1 | |
| | | | | :focusable and :tabbable are broken with jQuery 1.3.2. | |||||
* | Core tests: Split .focus() test into two tests to avoid bug in IE with ↵ | Scott González | 2010-09-02 | 1 | -20/+20 | |
| | | | | stop() and start(). | |||||
* | Core tests: Reordered some elements to avoid some bug in IE. | Scott González | 2010-09-02 | 1 | -3/+3 | |
| | ||||||
* | Seperated testswarm injection from testsuite extensions, to fix 'failing' ↵ | jzaefferer | 2010-08-29 | 1 | -1/+2 | |
| | | | | testsuites on TestSwarm due to unhandled errors and race conditions | |||||
* | Core Tests: Fixed image reference. | Scott González | 2010-07-22 | 1 | -1/+1 | |
| | ||||||
* | Core: Better support for areas in :focusable and :tabbable selectors. ↵ | Scott González | 2010-07-22 | 2 | -19/+34 | |
| | | | | Partial fix for #4488 - :focusable and :tabbable are broken with jQuery 1.3.2. | |||||
* | Core: Added .outerWidth(), .outerHeight(), .innerWidth(), .innerHeight(). ↵ | Scott González | 2010-07-21 | 2 | -0/+110 | |
| | | | | Fixes #5850 - .outerWidth(), .outerHeight(), .innerWidth(), .innerHeight() setters. | |||||
* | Core: Fixed :focusable and :tabbable selectors for to work with :hidden and ↵ | Scott González | 2010-07-21 | 2 | -15/+15 | |
| | | | | :visibile selectors in jQuery 1.3.2+. Still need to handle areas properly. Partial fix for #4488 - :focusable and :tabbable are broken with jQuery 1.3.2. | |||||
* | Core: Removed tests for .attr() ARIA override since the override no longer ↵ | Scott González | 2010-07-21 | 2 | -22/+0 | |
| | | | | exists. | |||||
* | Unit tests: Disable stale widget tests on testswarm | jzaefferer | 2010-04-14 | 1 | -1/+12 | |
| | ||||||
* | Core unit tests: Include testsuite.js for the testswarm include | jzaefferer | 2010-03-25 | 1 | -0/+1 | |
| | ||||||
* | core focus-test, call start() after running assertions | Jörn Zaefferer | 2010-03-20 | 1 | -1/+1 | |
| | ||||||
* | html pages: added HTML5 meta charset UTF-8 tag, changed DOCTYPE to uppercase | Richard Worth | 2010-03-12 | 1 | -1/+2 | |
| | ||||||
* | Externals: updated QUnit to http://github.com/jquery/qunit commit ↵ | Richard Worth | 2010-02-25 | 1 | -5/+11 | |
| | | | | | | | 67ba5a338d836014c24345dc218ab3c9bb63b06e The various updates to the unit test suites introduced 0 regressions due to update of QUnit, however the addition of jquery.ui.dialog.css to the dialog test suite did introduce one regression, to the dialog option height tests. Also removed some old crufty woefully incomplete unused and rotted test harnesses. | |||||
* | Fixed #5182 - Update to jQuery 1.4.2 | Richard Worth | 2010-02-16 | 1 | -1/+1 | |
| | ||||||
* | 'Changed | Brant Burnett | 2010-01-29 | 2 | -3/+23 | |
| | ||||||
* | switched to jQuery 1.4.1 | Richard Worth | 2010-01-27 | 1 | -1/+1 | |
| |