aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/widget/widget_core.js
Commit message (Expand)AuthorAgeFilesLines
* Tests: Rename filesScott González2015-04-091-1514/+0
* Widget: Convert tests to new infrastructureScott González2015-04-091-3/+7
* 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-111-1/+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
* 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
* 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
* 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
* Widget: Only use the event prefix from the base if we're redefining a widget....Scott González2012-11-091-2/+6
* Widget: Suppress disabled check when binding destroy to the remove event. Fix...Scott González2012-11-091-0/+6
* Widget: Removed dual storage of widget instances. Fixes #8801 - Widget: Remov...Scott González2012-11-091-12/+6
* Widget: Added suppressDisabledCheck flag to _on(). Fixes #8800 - Widget: Abil...Scott González2012-11-091-0/+40
* Widget: Bridge falls back to name if there is no widgetFullName, and always s...Avinash R2012-11-071-0/+53
* Widget: Fix _on to use element argument for delegated events. Fixes #8658 - W...Jörn Zaefferer2012-10-241-0/+24
* Widget: Use existing widgetEventPrefix when extending. Fixes #8724 - widgetEv...Scott González2012-10-241-0/+15
* Widget: Destroy only when element is the actual target. Fixes #8652 - Widget:...Marc-Andre Lafortune2012-10-231-0/+7
* Build: Enable "unused" option in jshint - Remove unused variables from codeba...Mike Sherov2012-10-231-4/+4
* Widget: Create lowercase pseudo selectors. Fixes #8433 - Widget: Create lower...Scott González2012-07-091-1/+1
* Tests: Enable QUnit.config.requireExpects.Scott González2012-06-271-2/+16
* Tests: Remove the need to include the 'ui.' prefix in testJshint() now that e...Scott González2012-06-151-1/+1
* Widget: Added _off() for removing event handlers. Fixes #7795 - Widget: _on a...Scott González2012-06-141-0/+77
* Widget: Create eventNamespace property instead of constantly rebuilding it.Scott González2012-06-141-2/+2
* Generate a uuid for each widget for unique namespaces. Fixes #8385 - Widget: ...Jörn Zaefferer2012-06-141-3/+22
* Widget: Rename _bind() to _on(). Partial fix for #7795 - Widget: _on and _off.Scott González2012-06-131-7/+7
* Tests: Run JSHint.Scott González2012-04-291-1/+5
* Tests: Lint.Scott González2012-04-181-33/+37
* Update Widget data naming/usage. Remove unnecessary fallbacks, update .remove...Jörn Zaefferer2012-03-011-1/+4
* Update data naming for Widget, including backwards compability. Updated tests...Jörn Zaefferer2012-03-011-14/+28
* Update to QUnit 1.3. Replace usage of same with deepEqual and equals with equal.Jörn Zaefferer2012-02-291-102/+102
* Widget: Allow redefining a widget after other widgets have inherited from it.Scott González2012-02-011-1/+44
* Widget: Added _getCreateEventData(). Fixes #8045 - Widget: Ability to provide...Scott González2012-01-211-0/+15
* Widget tests: Fixed _super() call in redefine test.Scott González2011-11-211-1/+1
* Widget: Remove method argument from _super and _superApply. Was a left-over f...Jörn Zaefferer2011-11-181-5/+5
* Widget: return timer value from _delayJörn Zaefferer2011-09-121-3/+5
* Widget: Add a _delay method. Will be used in various places to replace setTim...Jörn Zaefferer2011-09-121-0/+24
* Widget: Tests code cleanupJörn Zaefferer2011-09-121-17/+17
* Widget: Use this.widget() for event delegation.Scott González2011-08-121-11/+19
* Merge branch 'widget-delegation'Jörn Zaefferer2011-07-291-10/+43
|\
| * Widget delegation: Update menu to use _bind with delegation. Clean up test.Jörn Zaefferer2011-07-281-3/+2