aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Spinner tests: Removed IE 6 hack in destroy test.Scott González2011-08-072-11/+7
* Spinner: Use _getCreateOptions() for value.Scott González2011-08-071-1/+1
* Spinner tests: Fixed line endings.Scott González2011-08-076-546/+546
* Spinner tests: Cleanup.Scott González2011-08-073-247/+204
* Merge branch 'spinner-getCreateOptions'Scott González2011-08-061-3/+3
|\
| * Spinner: Use _getCreateOptions() instead of custom _markupOptions().Scott González2011-08-061-3/+3
* | Spinner: Define defaults for callbacks.Scott González2011-08-061-1/+5
* | Spinner tests: Cleanup.Scott González2011-08-066-156/+142
* | Spinner: Only trigger change when the field has blurred and the value has cha...Scott González2011-08-061-0/+1
|/
* Accordion tests: Cleanup.Scott González2011-08-066-11/+11
* Button: Adding quotes to the attribute selector for labels - Fixes #7534 - Bu...Corey Frang2011-08-031-0/+6
* Tests: Cleanup.Scott González2011-08-0310-103/+130
* Menu tests: Cleanup.Scott González2011-08-033-86/+88
* Tests: Cleanup.Scott González2011-08-0318-498/+476
* Autocomplete tests: Fixed handling of cached ajax requests in IE.Scott González2011-08-031-2/+3
* Accordion tests: cleanup.Scott González2011-08-033-64/+46
* Tests: Removed some visual tests.Scott González2011-08-0345-1654/+0
* Tests: Added test suites to run individual widget tests against all supported...Scott González2011-08-0222-2/+623
* Effects: Adding a check to retain focused elements after wrapping and unwrapp...Corey Frang2011-08-021-0/+11
* Tests: Modified testsuites.js into a subsuiteRunner extension for QUnit.Wesley Walser2011-08-024-77/+92
* 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-28179-235/+1073
| |\
| * | Widget delegation: Fix impl and add basisc testJörn Zaefferer2011-06-191-0/+34
| * | Merge branch 'master' into widget-delegationJörn Zaefferer2011-06-1925-654/+1549
| |\ \
| * | | WhitespaceJörn Zaefferer2011-06-191-10/+10
* | | | Tests: Fixed param parsing for compound test suites.Scott González2011-07-281-4/+8
* | | | Slider tests: Commented out incomplete tests and fixed defaults.Scott González2011-07-283-13/+13
* | | | Widget tests: Fixed fragile tests.Scott González2011-07-281-56/+44
* | | | Tests: Added ability to run tests suites against different versions of jQuery...Scott González2011-07-2828-47/+26871
| |_|/ |/| |
* | | Merge branch 'master' of github.com:jquery/jquery-uiJörn Zaefferer2011-07-274-2/+128
|\ \ \
| * | | Menu tests: Removed console.log() call.Scott González2011-07-261-1/+0
| * | | Accordion tests: Fixed location of expect() call.Scott González2011-07-261-1/+1
| * | | Tests: Created a composite test suite.Scott González2011-07-262-0/+127
* | | | Finish jquery-1.6.2 migrationJörn Zaefferer2011-07-273-11/+11
|/ / /
* | | Merge remote branch 'kborchers/menu_home_end'Jörn Zaefferer2011-07-252-2/+462
|\ \ \
| * | | Menu: Added Home moves to first item and End moves to last item in currently ...kborchers2011-07-252-2/+462
* | | | Merge branch 'master' into core-1.6.1Scott González2011-07-2530-654/+1833
|\| | |
| * | | Menu: Passed the original event that causes a blur through collapseAll to blu...kborchers2011-07-191-0/+21
| * | | Datepicker: show inline datepicker setting explicit display:block instead of ...Richard D. Worth2011-07-191-0/+23
| * | | Position: Cleanup up position demo CSS and add it to the within-visual-testJörn Zaefferer2011-07-121-1/+12
| * | | Position: Add flip-classes. Fixes #5937 - Position: Add ability to determine ...Benjamin Sterling2011-07-112-0/+176
| * | | Merge remote branch 'pgraham/master'Jörn Zaefferer2011-06-281-2/+12
| |\ \ \
| | * | | Updated guard against unparsed characters to allow extra characters as long a...Philip Graham2011-06-281-2/+12
| * | | | Datepicker: Added onSelect.apply() call to _setDate method if onSelect is def...marcneuwirth2011-06-281-0/+10
| * | | | Datepicker: Added onSelect.apply() call to _doKeyDown method when enter butto...marcneuwirth2011-06-281-0/+5
| |/ / /
| * | | Unit Tests: Fixing a typo in the new test for hide/show on hidden/shownCorey Frang2011-06-231-1/+1
| * | | Effects.core: Check Visibility vs 'hide' and 'show' modes, finish immediately...Corey Frang2011-06-231-0/+12
| * | | Unit Tests: Adding a unit test to make sure .stop( true, true ) clears the in...Corey Frang2011-06-231-0/+15
| | |/ | |/|
| * | Tests: Adding visual/unit tests for scale effect.gnarf2011-06-146-49/+286