Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | jQuery 1.6 support. | Scott González | 2011-07-29 | 2 | -26/+0 |
| | |||||
* | Tests: Added ability to run tests against different versions of jQuery core. | Scott González | 2011-07-28 | 1 | -1/+1 |
| | |||||
* | Added compound test suite and updated QUnit. | Scott González | 2011-07-28 | 1 | -1/+1 |
| | |||||
* | Switched to latest stable jQuery 1.5.1 | Richard Worth | 2011-03-02 | 1 | -1/+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 |
| | |||||
* | switched to jQuery 1.4 | Richard Worth | 2010-01-20 | 1 | -1/+1 |
| | |||||
* | Merged in /branches/dev r3251:3620 (excluding autocomplete, modal, tooltip, ↵ | Scott González | 2010-01-07 | 1 | -36/+0 |
| | | | | menu; including menu static tests). | ||||
* | extracting widget factory into jquery.ui.widget.js | Jörn Zaefferer | 2009-12-16 | 1 | -0/+1 |
| | |||||
* | update to latest QUnit | Jörn Zaefferer | 2009-09-29 | 1 | -1/+1 |
| | |||||
* | renamed all ui.*.js files to jquery.ui.*.js, all effects.*.js files to ↵ | Richard Worth | 2009-09-17 | 1 | -1/+1 |
| | | | | jquery.effects.*.js per announcement and discussion here http://groups.google.com/group/jquery-ui-dev/msg/d565a0c56e0cb935 | ||||
* | updated to latest QUnit | Jörn Zaefferer | 2009-09-15 | 1 | -1/+1 |
| | |||||
* | core tests: a few comments about failing tests, a few fixes for existing ↵ | Jörn Zaefferer | 2009-09-15 | 2 | -13/+17 |
| | | | | tests, mostly messages; primary remaining issue is that both $("area").is(":visible") and $("area").is(":hidden") return true, which is most likely a bug in jQuery core | ||||
* | change script ordering to load testswarm agent after QUnit | Jörn Zaefferer | 2009-09-11 | 1 | -1/+1 |
| | |||||
* | rename modules for testswarm compability | Jörn Zaefferer | 2009-09-01 | 2 | -2/+2 |
| | |||||
* | update to lastest QUnit | Jörn Zaefferer | 2009-08-30 | 1 | -1/+1 |
| | |||||
* | Widget factory: Added support for deep extending multiple option hashes on init. | Scott González | 2009-08-28 | 1 | -3/+17 |
| | |||||
* | Widget factory: Support passing multiple option hashes on init. Fixes #4784. | Scott González | 2009-08-26 | 1 | -0/+22 |
| | |||||
* | Removed jquery.simulate from external/ as it's being removed from ↵ | Richard Worth | 2009-08-10 | 1 | -1/+1 |
| | | | | jqueryjs.googlecode.com/svn/trunk/plugins | ||||
* | Added zIndex method. Fixes #4709 - Add zIndex setter/getter method. | Scott González | 2009-08-05 | 2 | -0/+14 |
| | |||||
* | replaced svn:externals with versioned files within trunk/externals | Jörn Zaefferer | 2009-05-27 | 1 | -2/+2 |
| | |||||
* | Core: Added asynchronous focus. Fixed #3559 - :focusable, :tabbable, ↵ | Scott González | 2009-04-18 | 1 | -0/+23 |
| | | | | setFocus(). | ||||
* | Switched to jQuery 1.3.2 | Richard Worth | 2009-02-20 | 1 | -1/+1 |
| | |||||
* | switched to jQuery 1.3.1 | Richard Worth | 2009-01-22 | 1 | -1/+1 |
| | |||||
* | Core tests: Tests for :data selector. | Scott González | 2009-01-22 | 1 | -1/+58 |
| | |||||
* | Core: Partial fix for #3559: Proper implementation for :focusable and ↵ | Scott González | 2009-01-21 | 3 | -84/+254 |
| | | | | :tabbable selectors. | ||||
* | Happy Birthday jQuery (switched to jQuery 1.3) | Richard Worth | 2009-01-14 | 1 | -1/+1 |
| | |||||
* | switched to jQuery 1.3rc2 | Richard Worth | 2009-01-13 | 1 | -1/+1 |
| | |||||
* | reverted r1544 (it was temporary) | Richard Worth | 2009-01-08 | 1 | -1/+1 |
| | |||||
* | temporarily switched back to 1.2.6 | Richard Worth | 2009-01-08 | 1 | -1/+1 |
| | |||||
* | restructured unit tests folder | Richard Worth | 2009-01-07 | 2 | -0/+141 |