aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Tooltip tests: Added test for widget() method.Scott González2012-08-261-8/+6
* Tabs tests: Added test for widget() method.Scott González2012-08-261-0/+8
* WhitespaceScott González2012-08-261-2/+2
* Spinner tests: Added test for widget() method.Scott González2012-08-261-0/+8
* Progressbar tests: Added test for widget() method.Scott González2012-08-261-0/+8
* Menu tests: Added test for widget() method.Scott González2012-08-261-0/+8
* Menu tests: re-order tests.Scott González2012-08-261-16/+16
* Autocomplete tests: Added test for widget() method.Scott González2012-08-261-0/+8
* Accordion tests: Added test for widget() method.Scott González2012-08-261-0/+8
* Tests: Removed completed TODO.Scott González2012-08-261-1/+0
* Tabs: Set ajaxOptions in intial $.ajax() call. Fixes #8504 - Ajax in Tabs not...Scott González2012-08-171-1/+5
* Upgrade jQuery to 1.8.0.Scott González2012-08-1349-48/+9280
* Simplify licensing.Scott González2012-08-091-1/+1
* Tabs tests: Removed workaround for Firefox <13 passing values to setTimeout().Scott González2012-07-261-15/+3
* Tests: Fixining jquery include versionCorey Frang2012-07-231-1/+1
* Build: Splitting Release Coverage build into threeCorey Frang2012-07-232-3/+3
* Slider tests: Fixed style checks for orientation test.Scott González2012-07-171-3/+3
* Slider tests: Minor cleanup: added expect() calls, fixed left-over slider tha...Scott González2012-07-174-17/+22
* Menu tests: Removed test for key handling when the element doens't have focus...Scott González2012-07-171-18/+0
* Dialog tests: Fixed calls to $.contains() that were passing jQuery objects in...Scott González2012-07-131-1/+1
* Spinner: Introduce icons option to make button icons customizable, mostly for...Jörn Zaefferer2012-07-122-0/+23
* Menu: Rename icon option to icons.submenuJörn Zaefferer2012-07-123-7/+19
* Update externals to latest mousewheel plugin, drop the version from the fieln...Jörn Zaefferer2012-07-121-1/+1
* Update to QUnit 1.9.0 and use new urlConfig for custom checkboxesJörn Zaefferer2012-07-111-2/+12
* Menu tests: Added TODOs for missing method tests.Scott González2012-07-101-0/+24
* Menu tests: Proper detection for absence of ui-state-disabled class.Scott González2012-07-101-2/+2
* Menu tests: More complete role option tests.Scott González2012-07-101-3/+30
* Menu: Alphabetize options.Scott González2012-07-101-1/+1
* Menu: Expose the submenu indicator icon as an icon optionkborchers2012-07-102-2/+4
* Widget: Create lowercase pseudo selectors. Fixes #8433 - Widget: Create lower...Scott González2012-07-091-1/+1
* Tabs tests: Added tests for show and hide options.Scott González2012-07-051-1/+49
* Tabs tests: Add tests for accessibility of ajax tabs.Scott González2012-07-051-1/+17
* Update copyright to jQuery Foundation.Scott González2012-07-041-1/+2
* Menu tests: Split out markup structure and accessibility assertions.Scott González2012-06-281-12/+18
* Tests: Enable QUnit.config.requireExpects.Scott González2012-06-2723-2/+133
* Menu tests: Cleanup.Scott González2012-06-274-71/+71
* Tests: Update support comments.Scott González2012-06-253-3/+7
* Core tests: Updated support comments.Scott González2012-06-251-2/+6
* Effects tests: Convert step callback to a no-op after first call in animateCl...Scott González2012-06-251-6/+6
* Tooltip: Make title-tests pass in IE6/7 with jQuery 1.6, where undefined attr...Jörn Zaefferer2012-06-192-2/+4
* Core: Make uniqueId test pass in IE6/7 with jQuery 1.6, where undefined id is...Jörn Zaefferer2012-06-191-2/+4
* Menu tests: Saner output for log helper.Scott González2012-06-185-75/+73
* Menu tests: Cleanup.Scott González2012-06-185-321/+334
* Button tests: Use domEqual() to test destroy().Scott González2012-06-161-7/+4
* Effects tests: Don't use internal jQuery properties to detect support for fix...Scott González2012-06-161-7/+7
* Tests: Remove the need to include the 'ui.' prefix in testJshint() now that e...Scott González2012-06-155-6/+6
* Effects tests: Fixed JSHint references.Scott González2012-06-151-1/+1
* Effects: Renamed all files.Scott González2012-06-155-36/+36
* Tooltip: Add track optionJörn Zaefferer2012-06-141-0/+1
* Widget: Added _off() for removing event handlers. Fixes #7795 - Widget: _on a...Scott González2012-06-141-0/+77