aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/widget/widget.html
Commit message (Collapse)AuthorAgeFilesLines
* Tests: Fix AMD loading in IE8Scott González2015-04-171-0/+1
| | | | | It appears that we must load require.js via a standard script tag in order for it to work properly in IE8.
* Tests: Rename filesScott González2015-04-091-7/+1
| | | | Ref gh-1528
* Widget: Convert tests to new infrastructureScott González2015-04-091-20/+8
| | | | | Ref #10119 Ref gh-1528
* Widget: Add classes option and _add/_remove/_toggleClass methodsAlexander Schmitz2015-03-111-0/+2
| | | | | Fixes #7053 Closes gh-1411
* Build: Pull in jquery.simulate.js from BowerMike Sherov2014-08-221-1/+1
| | | | Fixes #10563
* Build: Reorganize external directoryScott González2014-06-241-2/+2
| | | | | | | Put each external library into its own directory. Move jquery.js to external. Ref gh-1266
* Tests: Update to sane QUnit markupJörn Zaefferer2014-02-201-5/+1
|
* All: Rename all files, removing the "jquery.ui." prefix;Rafael Xavier de Souza2014-01-241-2/+2
| | | | | | | - By executing https://gist.github.com/jzaefferer/893fcf70b7eebc1dc271; Fixes #9464 Closes gh-1029
* Tests: Moved loadResources to TestHelpers.Scott González2012-04-231-7/+5
|
* Tests: Added ability to run tests against minified files via ?min=1Scott González2011-10-281-2/+9
|
* Tests: Cleanup.Scott González2011-08-031-4/+1
|
* Tests: Added ability to run tests suites against different versions of ↵Scott González2011-07-281-1/+1
| | | | jQuery core.
* Upgrade jQuery to 1.6.2.Scott González2011-07-251-1/+1
|
* Widget: Fixed _show() and _hide() implementation and added tests.Scott González2011-05-301-0/+1
|
* Widget: Added $.widget.extend() which does deep extending, but only on plain ↵Jörn Zaefferer2011-05-111-0/+1
| | | | objects.
* Widget: Moved tests out of _tickets into _core.Scott González2011-03-281-1/+0
|
* Switched to latest stable jQuery 1.5.1Richard Worth2011-03-021-1/+1
|
* Use #qunit-fixture instead of deprecated #main. Fixes #7031 - Tests usejzaefferer2011-02-231-1/+1
|
* Unit tests: Add QUnit toolbar for hiding passed testsjzaefferer2011-02-211-0/+1
|
* Widget tests: Cleanup.Scott González2011-01-241-12/+12
|
* 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).