| Commit message (Expand) | Author | Age | Files | Lines |
* | Tests: Cleaned up index pages. Fixes #7374 - Broken link to Static and Visual... | Scott González | 2012-05-15 | 5 | -44/+146 |
* | Removed static tests directory. | Scott González | 2012-05-15 | 6 | -1938/+0 |
* | Draggable tests: Fixed typo. | Yi, EungJun | 2012-05-15 | 1 | -1/+1 |
* | Visual tests: Effects cleanup. | Scott González | 2012-05-15 | 5 | -125/+118 |
* | Visual tests: Cleanup. | Scott González | 2012-05-15 | 7 | -854/+95 |
* | Visual tests: Renamed files. | Scott González | 2012-05-15 | 3 | -3/+5 |
* | 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 |
* | addClass visual test: Added description of test. | Scott González | 2012-05-08 | 1 | -2/+4 |
* | Compound visual tests: Cleanup. | Scott González | 2012-05-08 | 10 | -685/+231 |
* | 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 |
* | target variable is already defined | Lukasz Lipinski | 2012-04-27 | 1 | -1/+0 |
* | 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 |
* | tests visual position: minor refactor | Richard D. Worth | 2012-04-26 | 3 | -45/+45 |
* | Fix various issues in our html files, fifth batch | Richard D. Worth | 2012-04-26 | 9 | -50/+119 |
* | Merge branch 'position-notification' | Jörn Zaefferer | 2012-04-24 | 10 | -16/+358 |
|\ |
|
| * | Position: Fix scrollbar calculcation to correctly take overflow:scroll into a... | Jörn Zaefferer | 2012-04-24 | 3 | -2/+63 |
| * | Position: Extend unit test for using to check feedback properties | Jörn Zaefferer | 2012-04-24 | 1 | -4/+26 |
| * | Merge branch 'master' into position-notification | Scott González | 2012-04-23 | 89 | -1455/+892 |
| |\ |
|
| * | | Position visual tests: Cleanup. | Scott González | 2012-04-20 | 2 | -138/+143 |
| * | | Merge branch 'master' into position-notification | Scott González | 2012-04-20 | 83 | -1370/+1440 |
| |\ \ |
|
| * | | | Position: Use offsets for all calculations in feedback API. | Scott González | 2012-04-20 | 1 | -1/+1 |
| * | | | Position: Expose target and element dimensions to allow further customization... | Jörn Zaefferer | 2012-04-13 | 2 | -6/+111 |
| * | | | Position: Extract getWithinInfo method, use that for tests that call getScrol... | Jörn Zaefferer | 2012-04-13 | 1 | -5/+5 |
| * | | | Position: Cleanup feedback test page | Jörn Zaefferer | 2012-04-12 | 1 | -28/+14 |
| * | | | Position: Improve feedback API by giving the center/middle position more weig... | Jörn Zaefferer | 2012-04-12 | 6 | -10/+25 |
| * | | | Position: Extend feedback test page to include two mouse-positioned elements,... | Jörn Zaefferer | 2012-04-11 | 1 | -10/+30 |
| * | | | Position: Use a separate object and argument for the feedback information, ke... | Jörn Zaefferer | 2012-04-10 | 2 | -9/+9 |
| * | | | Position: First draft for a new notification API, via using callback, telling... | Jörn Zaefferer | 2012-04-10 | 2 | -4/+132 |
* | | | | 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, fourth batch | Jörn Zaefferer | 2012-04-23 | 9 | -101/+53 |
* | | | Fix various issues in our html files, third batch | Jörn Zaefferer | 2012-04-23 | 3 | -55/+49 |
* | | | Fix various issues in our html files, second batch | Jörn Zaefferer | 2012-04-23 | 5 | -85/+88 |
* | | | Position tests: Removed unused elements. | Scott González | 2012-04-23 | 2 | -16/+0 |