aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/widget
Commit message (Collapse)AuthorAgeFilesLines
* Tests: Run JSHint.Scott González2012-04-291-1/+5
|
* Tests: Moved loadResources to TestHelpers.Scott González2012-04-231-7/+5
|
* Update to official qunit composite addonJörn Zaefferer2012-04-211-2/+2
|
* Tests: Lint.Scott González2012-04-191-9/+8
|
* Tests: Lint.Scott González2012-04-182-50/+54
|
* Upgrade jQuery to 1.7.2.Scott González2012-03-221-1/+1
|
* Update Widget data naming/usage. Remove unnecessary fallbacks, update ↵Jörn Zaefferer2012-03-011-1/+4
| | | | .removeData to use full name.
* Update data naming for Widget, including backwards compability. Updated ↵Jörn Zaefferer2012-03-011-14/+28
| | | | tests and added one for the custom expression. Partial fix for #7810
* 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 ↵Scott González2012-01-211-0/+15
| | | | provide event data for create event.
* Upgrade jQuery to 1.7.1.Scott González2011-11-221-1/+1
|
* 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 ↵Jörn Zaefferer2011-11-181-5/+5
| | | | from first implementation, not necessary anymore.
* Upgrade jQuery to 1.7.Scott González2011-11-091-1/+1
|
* Tests: Added ability to run tests against minified files via ?min=1Scott González2011-10-281-2/+9
|
* Upgraded jQuery to 1.6.4.Scott González2011-10-181-1/+1
|
* 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 ↵Jörn Zaefferer2011-09-121-0/+24
| | | | setTimeout with custom binding (mostly getting rid of var self/that)
* Widget: Tests code cleanupJörn Zaefferer2011-09-122-20/+19
|
* Widget: Use this.widget() for event delegation.Scott González2011-08-121-11/+19
|
* Tests: Cleanup.Scott González2011-08-031-4/+1
|
* Tests: Added test suites to run individual widget tests against all ↵Scott González2011-08-021-0/+30
| | | | supported jQuery versions.
* 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
| |
| * Merge branch 'master' into widget-delegationJörn Zaefferer2011-07-281-1/+1
| |\
| * | Widget delegation: Fix impl and add basisc testJörn Zaefferer2011-06-191-0/+34
| | |
| * | Merge branch 'master' into widget-delegationJörn Zaefferer2011-06-191-0/+19
| |\ \
| * | | WhitespaceJörn Zaefferer2011-06-191-10/+10
| | | |
* | | | Widget tests: Fixed fragile tests.Scott González2011-07-281-56/+44
| | | |
* | | | Tests: Added ability to run tests suites against different versions of ↵Scott González2011-07-281-1/+1
| |_|/ |/| | | | | | | | jQuery core.
* | | Merge branch 'master' into core-1.6.1Scott González2011-07-251-0/+19
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | Conflicts: demos/menubar/default.html tests/unit/autocomplete/autocomplete.html tests/visual/effects/effects.all.html ui/jquery.ui.menu.js ui/jquery.ui.popup.js
| * | Widget: Added ability to get deep options. Fixes #7459 - Widget: Extend ↵Scott González2011-06-091-0/+19
| |/ | | | | | | .option() to get partial nested options.
* / 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-302-0/+258
|
* Widget: Added $.widget.extend() which does deep extending, but only on plain ↵Jörn Zaefferer2011-05-112-0/+105
| | | | objects.
* Widget: define a null default for the create callback.Scott González2011-04-251-0/+3
|
* Widget: Moved tests out of _tickets into _core.Scott González2011-03-283-92/+88
|
* Widget: Allow setting individual properties of deep options. Fixes #7035 - ↵Scott González2011-03-241-0/+24
| | | | Widget: Extend .option() to set partial nested options.
* Widget: Maintain stack when a method returns a jQuery object. Fixes #5732 - ↵Scott González2011-03-221-2/+8
| | | | Widget: Make the widget method maintain the stack.
* Switched to latest stable jQuery 1.5.1Richard Worth2011-03-021-1/+1
|
* Widget tests: Work around a bug in jQuery core in IE 9rc.Scott González2011-02-261-0/+2
|
* Use #qunit-fixture instead of deprecated #main. Fixes #7031 - Tests usejzaefferer2011-02-232-2/+2
|
* Unit tests: Add QUnit toolbar for hiding passed testsjzaefferer2011-02-211-0/+1
|
* Widget: modified widget to throw exception on attempt to call private ↵William Kevin Manire2011-02-161-2/+9
| | | | methods. Fixed #6947 - Attempt to access private member of widget returns jQuery object
* Widget: Fixed super methods with deep inheritance chains.Scott González2011-02-101-21/+41
|
* Widget: Added ability to use $.widget() to create extensions. Fixes #6937 - ↵Scott González2011-02-031-0/+21
| | | | Widget: Allow redefining a widget to create extensions.
* Widget: Modified _trigger to invoke callbacks with apply so that handlers ↵Michael DellaNoce2011-02-011-0/+48
| | | | are invoked the same way .trigger() invokes them. Fixes #6795 - Widget: _trigger passes array arguments to handlers inconsistently.
* Merge branch 'master' into widget-eventsScott González2011-01-313-36/+96
|\ | | | | | | | | Conflicts: ui/jquery.ui.widget.js
| * Update wigdet test for previous change. No stored intance via data forjzaefferer2011-01-311-2/+1
| | | | | | | | element == instance.