Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Effects tests: Add clip visual test | Mike Sherov | 2014-09-03 | 2 | -2/+2 |
| | | | | Closes gh-1338 | ||||
* | Build: Pull in jquery.simulate.js from Bower | Mike Sherov | 2014-08-22 | 2 | -2/+2 |
| | | | | Fixes #10563 | ||||
* | Tests: Fix composite tests | Scott González | 2014-08-01 | 1 | -1/+1 |
| | |||||
* | Core: Ensure forms in tests have some actual content | Scott González | 2014-07-30 | 1 | -2/+7 |
| | | | | | Empty forms have no height, so they're considered hidden in jquery-git as of jquery/jquery@10399ddcf8a239acc27bdec9231b996b178224d3 | ||||
* | Core: Clean up selector tests | Scott González | 2014-07-30 | 1 | -169/+172 |
| | |||||
* | Build: Reorganize external directory | Scott González | 2014-06-24 | 3 | -6/+6 |
| | | | | | | | Put each external library into its own directory. Move jquery.js to external. Ref gh-1266 | ||||
* | All: Rename jquery.js to exclude version in filename | Jörn Zaefferer | 2014-03-05 | 1 | -1/+1 |
| | |||||
* | Core: Deprecate .focus( n ), replace in dialog with explicit timeouts | Jörn Zaefferer | 2014-02-21 | 2 | -28/+28 |
| | | | | Fixes #9646 | ||||
* | Tests: Update to sane QUnit markup | Jörn Zaefferer | 2014-02-20 | 3 | -15/+3 |
| | |||||
* | All: Rename all files, removing the "jquery.ui." prefix; | Rafael Xavier de Souza | 2014-01-24 | 2 | -2/+2 |
| | | | | | | | - By executing https://gist.github.com/jzaefferer/893fcf70b7eebc1dc271; Fixes #9464 Closes gh-1029 | ||||
* | Core tests: Explicitly focus the body during delayed .focus() test to avoid ↵ | Scott González | 2013-07-09 | 1 | -0/+6 |
| | | | | an issue in IE 8. | ||||
* | Updating jQuery to 1.10.2. | Bruno M. Custódio | 2013-07-05 | 1 | -1/+1 |
| | | | | | Adding jQuery 1.10.0, 1.10.1, 1.10.2, 2.0.0, 2.0.1, 2.0.2 and 2.0.3 to the tests directory. | ||||
* | Core: Deprecated .zIndex(). Fixes #9061 - Core: Deprecate .zIndex(). | Scott González | 2013-03-15 | 4 | -30/+160 |
| | |||||
* | Updating 'jQuery' to 1.9.1. | Bruno M. Custódio | 2013-02-05 | 1 | -1/+1 |
| | |||||
* | Updating to jQuery 1.9.0 | Kris Borchers | 2013-01-17 | 1 | -1/+1 |
| | |||||
* | Core: Resume focus test based on the event, not the callback. | Scott González | 2013-01-08 | 1 | -1/+1 |
| | |||||
* | Tests: Convert single quotes to double quotes. | Mike Sherov | 2012-12-26 | 1 | -128/+128 |
| | |||||
* | Core tests: Handle async focus in IE. | Scott González | 2012-12-10 | 1 | -5/+4 |
| | |||||
* | Upgrade jQuery to 1.8.3. | Scott González | 2012-11-14 | 1 | -1/+1 |
| | |||||
* | Core: Update :focsable and :tabbable to handle parents with no height/width, ↵ | Scott González | 2012-10-23 | 2 | -0/+17 |
| | | | | but visible overflow. Fixes #8643 - :focusable pseudo-selector does not find elements if parent has 0x0 dimension. | ||||
* | Upgrade jQuery to 1.8.2. | Scott González | 2012-09-20 | 1 | -1/+1 |
| | |||||
* | Upgrade jQuery to 1.8.0. | Scott González | 2012-08-13 | 1 | -1/+1 |
| | |||||
* | Tests: Enable QUnit.config.requireExpects. | Scott González | 2012-06-27 | 2 | -0/+18 |
| | |||||
* | Tests: Update support comments. | Scott González | 2012-06-25 | 1 | -1/+1 |
| | |||||
* | Core tests: Updated support comments. | Scott González | 2012-06-25 | 1 | -2/+6 |
| | |||||
* | Core: Make uniqueId test pass in IE6/7 with jQuery 1.6, where undefined id ↵ | Jörn Zaefferer | 2012-06-19 | 1 | -2/+4 |
| | | | | is returned as empty string | ||||
* | Tests: Remove the need to include the 'ui.' prefix in testJshint() now that ↵ | Scott González | 2012-06-15 | 1 | -1/+1 |
| | | | | effects use 'ui.'. | ||||
* | Core: Add the uniqueId() and removeUniqueId() methods written by ↵ | kborchers | 2012-05-29 | 1 | -0/+10 |
| | | | | @scottgonzalez to provide a generalized way of generating and removing generated element id's. Also, added a unit test. Fixed #8361 - Add uniqueId() and removeUniqueId() | ||||
* | 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 |
| | | | | | | now anyway). Also update grunt.js: Simplify default task to finish that faster (also less console spam), remove beta from testswarm browserset, we don't need to test IE10 yet. | ||||
* | Tests: Run JSHint. | Scott González | 2012-04-29 | 1 | -0/+2 |
| | |||||
* | 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 |
| | |||||
* | Fix various issues in our html files, fifth batch | Richard D. Worth | 2012-04-26 | 1 | -3/+3 |
| | |||||
* | 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 |
| | |||||
* | Tests: Moved loadResources to TestHelpers. | Scott González | 2012-04-23 | 1 | -7/+5 |
| | |||||
* | Update to official qunit composite addon | Jörn Zaefferer | 2012-04-21 | 1 | -2/+2 |
| | |||||
* | Upgrade jQuery to 1.7.2. | Scott González | 2012-03-22 | 1 | -1/+1 |
| | |||||
* | Update to QUnit 1.3. Replace usage of same with deepEqual and equals with equal. | Jörn Zaefferer | 2012-02-29 | 1 | -35/+35 |
| | |||||
* | Upgrade jQuery to 1.7.1. | Scott González | 2011-11-22 | 1 | -1/+1 |
| | |||||
* | Upgrade jQuery to 1.7. | Scott González | 2011-11-09 | 1 | -1/+1 |
| | |||||
* | Tests: Added ability to run tests against minified files via ?min=1 | Scott González | 2011-10-28 | 1 | -2/+6 |
| | |||||
* | Upgraded jQuery to 1.6.4. | Scott González | 2011-10-18 | 1 | -1/+1 |
| | |||||
* | Core: Added tests for :focusable and :tabbable form elements. | Scott González | 2011-08-12 | 2 | -2/+9 |
| | |||||
* | Tests: Cleanup. | Scott González | 2011-08-03 | 2 | -35/+35 |
| | |||||
* | Tests: Cleanup. | Scott González | 2011-08-03 | 1 | -105/+106 |
| | |||||
* | Tests: Added test suites to run individual widget tests against all ↵ | Scott González | 2011-08-02 | 1 | -0/+30 |
| | | | | supported jQuery versions. | ||||
* | Tests: Added ability to run tests suites against different versions of ↵ | Scott González | 2011-07-28 | 1 | -1/+1 |
| | | | | jQuery core. | ||||
* | Upgrade jQuery to 1.6.2. | Scott González | 2011-07-25 | 1 | -1/+1 |
| |