| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't use :input selector. | Scott González | 2012-05-21 | 7 | -10/+10 |
* | Don't use :checkbox selector. | Scott González | 2012-05-21 | 1 | -5/+5 |
* | Don't use :radio selector. | Scott González | 2012-05-21 | 2 | -4/+4 |
* | Menu: Extend test for destroy method | Jörn Zaefferer | 2012-05-21 | 1 | -0/+6 |
* | Tabs: Pass the list item instead of the anchor in events; move aria-controls ... | Scott González | 2012-05-18 | 8 | -67/+81 |
* | Tests: Use versioned jQuery files in index files. | Scott González | 2012-05-18 | 1 | -1/+1 |
* | Menu: Tests for role option | Jörn Zaefferer | 2012-05-18 | 2 | -13/+26 |
* | Autocomplete: ARIA live region as extension, adding a messages option. Fixes ... | Jörn Zaefferer | 2012-05-16 | 2 | -0/+5 |
* | Tests: Cleaned up index pages. Fixes #7374 - Broken link to Static and Visual... | Scott González | 2012-05-15 | 1 | -32/+2 |
* | Draggable tests: Fixed typo. | Yi, EungJun | 2012-05-15 | 1 | -1/+1 |
* | Tabs: Replaced fx option with show and hide options. Fixes #8319 - Tabs: Depr... | Scott González | 2012-05-14 | 2 | -1/+4 |
* | Spinner: Handle async focus events in IE. Fixes incorrect detection of changes. | Scott González | 2012-05-10 | 1 | -45/+51 |
* | Dialog: Handle escape for all overlays. Fixes #8300 - Dialog: Incorrect behav... | Jay Merrifield | 2012-05-07 | 1 | -6/+56 |
* | Position: Apply IE6 line-height workaround to deprecated tests, too | Jörn Zaefferer | 2012-05-07 | 1 | -2/+2 |
* | Position tests: Work around IE6 bug with forced heights on small elements. | Scott González | 2012-05-04 | 1 | -2/+2 |
* | Tabs tests: Work around IE quirks. | Scott González | 2012-05-04 | 1 | -3/+15 |
* | Core tests: Fix double focus in IE | Jörn Zaefferer | 2012-05-04 | 1 | -0/+2 |
* | Fully revert breaking changes to core unit tests markup (htmllint ignores it ... | Jörn Zaefferer | 2012-04-30 | 1 | -1/+1 |
* | Effects tests: Added TODO for disabled test. | Scott González | 2012-04-30 | 1 | -1/+1 |
* | Effects Tests: Disabling focus based test - need some help here @scottgonzalez | Corey Frang | 2012-04-30 | 1 | -1/+2 |
* | Effects: Updating unit tests to use some more stable logic hopefully | Corey Frang | 2012-04-30 | 1 | -26/+67 |
* | Tests: Linting | Corey Frang | 2012-04-30 | 1 | -1/+1 |
* | Tests: Run JSHint. | Scott González | 2012-04-29 | 5 | -6/+25 |
* | Core tests: Coding standards. | Scott González | 2012-04-29 | 1 | -30/+25 |
* | Partial revert to fix IE6 regression in 258a637 | Richard D. Worth | 2012-04-26 | 1 | -1/+1 |
* | Position: Fix markup for deprecated tests. Insert/remove some new lines to ma... | Jörn Zaefferer | 2012-04-26 | 2 | -16/+6 |
* | Fix various issues in our html files, fifth batch | Richard D. Worth | 2012-04-26 | 4 | -4/+6 |
* | Merge branch 'position-notification' | Jörn Zaefferer | 2012-04-24 | 2 | -5/+88 |
|\ |
|
| * | Position: Fix scrollbar calculcation to correctly take overflow:scroll into a... | Jörn Zaefferer | 2012-04-24 | 2 | -1/+62 |
| * | Position: Extend unit test for using to check feedback properties | Jörn Zaefferer | 2012-04-24 | 1 | -4/+26 |
* | | Position tests: Fixed typo. | Scott González | 2012-04-24 | 1 | -1/+1 |
* | | Tests: Check for null error objects when reporting JSHint errors. | Scott González | 2012-04-24 | 1 | -0/+5 |
* | | Use length property, instead of the deprecated size() method. | Shahyar G | 2012-04-23 | 7 | -115/+115 |
|/ |
|
* | Position: Added tests for flipfit. | Scott González | 2012-04-23 | 1 | -3/+57 |
* | Position tests: Simplify logic and reduce tests. | Scott González | 2012-04-23 | 4 | -762/+224 |
* | Fix various issues in our html files, third batch | Jörn Zaefferer | 2012-04-23 | 2 | -42/+36 |
* | Fix various issues in our html files, second batch | Jörn Zaefferer | 2012-04-23 | 1 | -6/+6 |
* | Position tests: Removed unused elements. | Scott González | 2012-04-23 | 2 | -16/+0 |
* | Tests: Add custom URL configs to QUnit.config.urlConfig for discoverability. | Scott González | 2012-04-23 | 1 | -0/+2 |
* | Tests: Moved loadResources to TestHelpers. | Scott González | 2012-04-23 | 24 | -169/+145 |
* | Tests: Rename {widget}_defaults.js -> {widget}_common.js | Scott González | 2012-04-23 | 34 | -24/+24 |
* | Tests: Run JSHint in unit tests, unless nojshint=1 is specified in the query ... | Scott González | 2012-04-23 | 1 | -2/+37 |
* | Update to latest qunit-composite | Jörn Zaefferer | 2012-04-22 | 1 | -9/+9 |
* | Update to official qunit composite addon | Jörn Zaefferer | 2012-04-21 | 26 | -140/+159 |
* | Resizable tests: Remove all bad tests. | Scott González | 2012-04-20 | 3 | -68/+4 |
* | Resizabe tests: Use equal() instead of equals(). | Scott González | 2012-04-20 | 1 | -2/+2 |
* | Menu tests: Update tests to test mouseenter instead of mouseover | kborchers | 2012-04-19 | 1 | -6/+8 |
* | Resizable: Apply zIndex option to all handles. Partial Fix for #7960- Modal d... | TJ VanToll | 2012-04-19 | 1 | -0/+9 |
* | Spinner tests: Don't pollute the global namespace with helpers. | Scott González | 2012-04-19 | 5 | -54/+65 |
* | Tests: Move commonWidgetTests() to TestHelpers. | Scott González | 2012-04-19 | 19 | -129/+113 |