aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/widget
Commit message (Expand)AuthorAgeFilesLines
* Widget: Don't let widget name affect `$.ui` prototype & constructorMichał Gołębiowski-Owczarek2024-10-301-0/+22
* All: Drop support for IE & some other browsers (but mostly IE)Michał Gołębiowski-Owczarek2024-05-151-3/+1
* Build: Fork vendors to remove QUnit deprecated API usageMichał Gołębiowski-Owczarek2023-05-101-2/+2
* Widget: Make contextless widget construction workMichał Gołębiowski-Owczarek2021-11-191-0/+12
* Build: Migrate from JSHint & JSCS to ESLintMichał Gołębiowski-Owczarek2021-06-074-6/+8
* Tests: Ensure no timers are running at the end of each test (#1920)Michał Gołębiowski-Owczarek2020-05-163-3/+9
* All: Migrate away from deprecated/removed Core APIsMichał Gołębiowski-Owczarek2019-12-081-5/+5
* Widget: Handle `Object.create(null)` for options objectsScott González2017-04-241-1/+6
* Widget: Untrack classes elements when they are removed from the DOMAlexander Schmitz2016-09-131-5/+37
* Widget: `instance()` should return `undefined` for empty setsScott González2016-08-041-3/+5
* Widget: Shift to use no globalsAmanpreet Singh2016-04-144-445/+457
* Widget: Call `._setOptionDisabled()` on init if the widget is disabledScott González2015-09-251-0/+33
* All: Delegate to base `_getCreateOptions()`.Scott González2015-09-171-1/+4
* Widget: Style updatesAlexander Schmitz2015-09-114-298/+305
* Widget: Remove core event/alias and deprecated module dependenciesAlexander Schmitz2015-05-201-14/+14
* Widget: Support mixinsScott González2015-05-141-0/+79
* Widget tests: Clean up $.fn methodsScott González2015-05-131-0/+8
* Tests: Fix AMD loading in IE8Scott González2015-04-171-0/+1
* Tests: Rename filesScott González2015-04-095-7/+1
* Widget: Convert tests to new infrastructureScott González2015-04-095-29/+33
* Tests: Switch to the new qunit-composite moduleScott González2015-04-071-2/+2
* Widget: Use new has/lacksClasses assertions for all class checksAlexander Schmitz2015-03-111-22/+22
* Widget: Add classes option and _add/_remove/_toggleClass methodsAlexander Schmitz2015-03-113-1/+149
* Tests: Fix missing wrapper in widget extend unit testsJörn Zaefferer2015-03-061-0/+4
* Widget: Fix typosScott González2014-11-101-4/+4
* Widget: modify this.window test to support IE8 window equality quirkAlexander Schmitz2014-08-271-1/+4
* Widget: Ensure window and document are defined in _getCreateOptions()Alexander Schmitz2014-08-271-1/+4
* Build: Pull in jquery.simulate.js from BowerMike Sherov2014-08-221-1/+1
* Tests: Fix composite testsScott González2014-08-011-1/+1
* Build: Reorganize external directoryScott González2014-06-242-4/+4
* All: Rename jquery.js to exclude version in filenameJörn Zaefferer2014-03-051-1/+1
* Tests: Update to sane QUnit markupJörn Zaefferer2014-02-202-10/+2
* All: Rename all files, removing the "jquery.ui." prefix;Rafael Xavier de Souza2014-01-241-2/+2
* Widget: Support events with dashes and colonsRuslan Yakhyaev2014-01-161-2/+17
* Widget: option-method should work as getter only when argument length is 1. F...Jyoti Deka2013-10-161-3/+14
* Widget Bridge: Make the _init method optional. Add tests for both states. Fix...Jörn Zaefferer2013-09-111-1/+12
* Widget Factory: Fix multiple var statements in testAlexander Schmitz2013-07-311-3/+3
* Widget Factory: Make $.widget return the constructor. Fixes #9467 - Widget fa...Alexander Schmitz2013-07-311-2/+3
* Updating jQuery to 1.10.2.Bruno M. Custódio2013-07-051-1/+1
* Widget: Properly set widgetEventPrefix when redefining a widget. Fixes #9316 ...Scott González2013-05-201-0/+10
* Widget: Remove copy-pasta leftoversJörn Zaefferer2013-03-191-4/+2
* Widget tests: Use instance method. Also replace a few instances of $.data in ...Jörn Zaefferer2013-03-191-20/+21
* Widgets: Updating to use instance method on bridgeCorey Frang2013-03-191-2/+5
* Widget: Implement instance method on the bridge to return widget instance - F...Corey Frang2013-03-191-0/+13
* Updating 'jQuery' to 1.9.1.Bruno M. Custódio2013-02-051-1/+1
* Updating to jQuery 1.9.0Kris Borchers2013-01-171-1/+1
* Widget: Don't modify the prototype passed to $.widget(). Fixes #8876 - Callin...Scott González2012-12-031-8/+41
* Widget tests: Fixed order of actual and expected.Scott González2012-12-031-1/+1
* Upgrade jQuery to 1.8.3.Scott González2012-11-141-1/+1
* Widget: Only use the event prefix from the base if we're redefining a widget....Scott González2012-11-091-2/+6