Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Progressbar: Cleanup, byte shaving. | Scott González | 2012-12-06 | 1 | -1/+1 |
| | |||||
* | Progress tests: Cleanup. | Scott González | 2012-12-06 | 3 | -36/+34 |
| | |||||
* | Progressbar: Only remove aria-valuenow for indeterminate progressbars. Added ↵ | Scott González | 2012-12-06 | 2 | -2/+10 |
| | | | | more accessibility tests. | ||||
* | Progressbar: Define defaults for callbacks. | Scott González | 2012-12-06 | 1 | -0/+2 |
| | |||||
* | Progressbar: Add ability to set value: false for an indeterminate ↵ | kborchers | 2012-11-21 | 1 | -2/+4 |
| | | | | progressbar. Fixes #7624 - Progressbar: Support value: false for indeterminate progressbar | ||||
* | Upgrade jQuery to 1.8.3. | Scott González | 2012-11-14 | 1 | -1/+1 |
| | |||||
* | Progressbar: Refactor to better handle option changes and sanitize values. ↵ | Kris Borchers | 2012-11-08 | 1 | -0/+18 |
| | | | | Fixes #8785 - Progressbar: Remove _value() and always sanitize value option | ||||
* | Upgrade jQuery to 1.8.2. | Scott González | 2012-09-20 | 1 | -1/+1 |
| | |||||
* | Progressbar tests: Added test for widget() method. | Scott González | 2012-08-26 | 1 | -0/+8 |
| | |||||
* | Upgrade jQuery to 1.8.0. | Scott González | 2012-08-13 | 1 | -1/+1 |
| | |||||
* | Tests: Enable QUnit.config.requireExpects. | Scott González | 2012-06-27 | 1 | -0/+5 |
| | |||||
* | Progressbar tests: Cleanup. | Scott González | 2012-05-25 | 4 | -112/+75 |
| | |||||
* | Tests: Moved loadResources to TestHelpers. | Scott González | 2012-04-23 | 1 | -7/+5 |
| | |||||
* | Tests: Rename {widget}_defaults.js -> {widget}_common.js | Scott González | 2012-04-23 | 2 | -1/+1 |
| | |||||
* | Update to official qunit composite addon | Jörn Zaefferer | 2012-04-21 | 1 | -2/+2 |
| | |||||
* | Tests: Move commonWidgetTests() to TestHelpers. | Scott González | 2012-04-19 | 1 | -1/+1 |
| | |||||
* | Tests: Lint. | Scott González | 2012-04-18 | 1 | -1/+1 |
| | |||||
* | 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 | 4 | -22/+22 |
| | |||||
* | 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 | -6/+11 |
| | |||||
* | Upgraded jQuery to 1.6.4. | Scott González | 2011-10-18 | 1 | -1/+1 |
| | |||||
* | Tests: Cleanup. | Scott González | 2011-08-03 | 1 | -24/+24 |
| | |||||
* | 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 |
| | |||||
* | Use .attr() for boolean ARIA attributes. | Scott González | 2011-07-12 | 1 | -2/+2 |
| | |||||
* | .attr() -> .prop() | Scott González | 2011-06-08 | 1 | -2/+2 |
| | |||||
* | Widget: define a null default for the create callback. | Scott González | 2011-04-25 | 1 | -10/+9 |
| | |||||
* | Progressbar: Added unit test for #7231 - valueDiv should be hidden when ↵ | Richard Worth | 2011-04-09 | 1 | -0/+17 |
| | | | | value is at 0% | ||||
* | Progressbar: Removed empty tickets test file. | Scott González | 2011-03-28 | 2 | -9/+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 |
| | |||||
* | Progressbar: Added max option. Fixes #6681 - Progressbar: add max option. | Marian Rudzynski | 2010-11-22 | 3 | -1/+23 |
| | |||||
* | 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 |
| | |||||
* | Progressbar: Added a complete event. Fixes #3500 - Progressbar callback at ↵ | Scott González | 2010-09-27 | 1 | -0/+21 |
| | | | | the end. | ||||
* | Seperated testswarm injection from testsuite extensions, to fix 'failing' ↵ | jzaefferer | 2010-08-29 | 1 | -0/+2 |
| | | | | testsuites on TestSwarm due to unhandled errors and race conditions | ||||
* | Progressbar: cleanup. | Scott González | 2010-07-29 | 1 | -0/+14 |
| | |||||
* | Progressbar unit test: Ignore false vs. false in IE6 AND 7 in aria ↵ | jzaefferer | 2010-04-13 | 1 | -2/+2 |
| | | | | attributes test | ||||
* | Progressbar unit test: Ignore false vs. false in IE6 in aria attributes test | jzaefferer | 2010-04-13 | 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 | -3/+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 |
| | |||||
* | 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 |
| | |||||
* | 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 |
| |