summaryrefslogtreecommitdiffstats
path: root/tests/unit/widget/widget.html
Commit message (Collapse)AuthorAgeFilesLines
* task: make selectmenu easier to download/extract/use, see #172Felix Nagel2012-07-121-40/+0
|
* Tests: Added ability to run tests against different versions of jQuery core.Scott González2011-07-281-1/+1
|
* Added compound test suite and updated QUnit.Scott González2011-07-281-1/+1
|
* Switched to latest stable jQuery 1.5.1Richard Worth2011-03-021-1/+1
|
* Upgraded jQuery to 1.4.4.Scott González2010-11-121-1/+1
|
* Upgraded jQuery to 1.4.3.Scott González2010-10-211-1/+1
|
* Widget: Hook into jQuery.cleanData to auto-destroy widgets. Fixes #6008 - ↵Scott González2010-09-031-1/+3
| | | | Widget: auto-destroy is broken in jQuery 1.4.
* Seperated testswarm injection from testsuite extensions, to fix 'failing' ↵jzaefferer2010-08-291-0/+2
| | | | testsuites on TestSwarm due to unhandled errors and race conditions
* Widget: Added more unit tests.Scott González2010-08-261-0/+4
|
* Widget: Deep extend options when creating a new plugin. Fixes #5830 - ↵Scott González2010-07-151-1/+2
| | | | Widget: Using inheritance overwrites the base classes options.
* html pages: added HTML5 meta charset UTF-8 tag, changed DOCTYPE to uppercaseRichard Worth2010-03-121-1/+2
|
* Externals: updated QUnit to http://github.com/jquery/qunit commit ↵Richard Worth2010-02-251-3/+9
| | | | | | | 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.2Richard Worth2010-02-161-1/+1
|
* switched to jQuery 1.4.1Richard Worth2010-01-271-1/+1
|
* switched to jQuery 1.4Richard Worth2010-01-201-1/+1
|
* Merged in /branches/dev r3251:3620 (excluding autocomplete, modal, tooltip, ↵Scott González2010-01-071-0/+24
menu; including menu static tests).