Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Build: Switch from jscs+jshint to eslint | Oleg Gaidarenko | 2016-06-11 | 1 | -56/+0 |
| | |||||
* | Tests: further improvements QUnit 2.0 migration | Oleg Gaidarenko | 2015-09-08 | 1 | -13/+0 |
| | | | | | | | | * Remove QUnit jshint globals * Extend QUnit.assert methods * Use assert.async instead of start/stop/done Ref b930d14ce64937e9478405eee2828d4da091d2cb | ||||
* | Build: Acknowledge Android 2.3 is not ES5-compatible | Michał Gołębiowski | 2015-07-20 | 1 | -0/+3 |
| | | | | | | | | | | | Android 2.3 chokes on unquoted reserved words being used as property names which was making Deferred tests not run. Acknowledge the sad fact that Android 2.3 is not ES5-compliant browser and enable the "es3" option in JSHint config. Fixes gh-2478 Closes gh-2481 | ||||
* | Core: Make jQuery objects iterable | Michał Gołębiowski | 2015-06-13 | 1 | -0/+1 |
| | | | | | | | | | | Make iterating over jQuery objects possible using ES 2015 for-of: for ( node of $( "<div id=narwhal>" ) ) { console.log( node.id ); // "narwhal" } Fixes gh-1693 | ||||
* | Build: Update grunt-contrib-jshint | Michał Gołębiowski | 2015-06-13 | 1 | -0/+1 |
| | |||||
* | Build: remove deprecated JSHint options | Stephen Edgar | 2015-03-08 | 1 | -3/+0 |
| | | | | | | JSHint no longer supports `onevar`, `smarttabs` or `trailing` options. Closes gh-2029 | ||||
* | Build: Upgrade QUnit to 1.14.0 | Michał Gołębiowski | 2014-02-05 | 1 | -1/+1 |
| | |||||
* | Effects: Integrate sinon fake timers into tests. Close gh-1377. | John Paul | 2013-11-24 | 1 | -0/+1 |
| | |||||
* | No ticket: Fix subproject iframe tests | Richard Gibson | 2013-10-11 | 1 | -0/+1 |
| | |||||
* | Convert testrunner to an AMD module and ensure jQuery is on the page when ↵ | Timmy Willison | 2013-09-06 | 1 | -0/+1 |
| | | | | executing the testrunner (another race condition amplified by swarm) | ||||
* | No ticket: Hide the testing-support jQuery from tests | Richard Gibson | 2013-09-03 | 1 | -0/+2 |
| | |||||
* | Pass all tests (and load Sizzle fixture correctly) when loading with AMD | Timmy Willison | 2013-08-29 | 1 | -0/+1 |
| | |||||
* | Update devDependencies, adjust .jshintrc to jsHint 2.x, use .jshintignore. ↵ | Michał Gołębiowski | 2013-07-11 | 1 | -23/+24 |
| | | | | Close gh-1283. | ||||
* | Update jshintrc to conform to new style guide. Conform to onevar and unused ↵ | Timmy Willison | 2013-04-09 | 1 | -3/+8 |
| | | | | in tests. Fixes #13755. | ||||
* | Changed .jshintrc predef lists to globals objects. | Steven Benner | 2013-03-25 | 1 | -37/+37 |
| | |||||
* | Make compatible with jshint, lint test/data. Close gh-1043. | Timo Tijhof | 2012-12-06 | 1 | -59/+53 |
| | |||||
* | Revert "Organizes the php scripts used for testing better, so that the whole ↵ | jaubourg | 2012-12-05 | 1 | -5/+1 |
| | | | | | | logic of a unit, server-side and client-side, is contained within the unit itself. Nearly all ajax unit tests take advantage of the new 'framework'. Lots of files got deleted because they became redundant or weren't used anymore." This reverts commit 228ab3ddae527f72cc3122a1c6115d7718bcfd57. | ||||
* | Revert "Fixes spacing" | jaubourg | 2012-12-05 | 1 | -4/+4 |
| | | | | This reverts commit 2a419a7e8f339b24121e12be891b908dff2be76f. | ||||
* | Fixes spacing | jaubourg | 2012-12-04 | 1 | -4/+4 |
| | |||||
* | Organizes the php scripts used for testing better, so that the whole logic ↵ | jaubourg | 2012-12-04 | 1 | -1/+5 |
| | | | | of a unit, server-side and client-side, is contained within the unit itself. Nearly all ajax unit tests take advantage of the new 'framework'. Lots of files got deleted because they became redundant or weren't used anymore. | ||||
* | No ticket: improve global variable/ajax request tracking | Richard Gibson | 2012-12-02 | 1 | -1/+0 |
| | |||||
* | Total revamping of the ajax unit tests | jaubourg | 2012-11-26 | 1 | -0/+2 |
| | |||||
* | Remove trailing comma to fix test lint. | Dave Methvin | 2012-11-01 | 1 | -1/+1 |
| | |||||
* | No ticket: remove test suite external dependencies | Richard Gibson | 2012-11-01 | 1 | -1/+2 |
| | |||||
* | Fix #12048. Set attributes for XML fragments. Close gh-965. | Sai Wong | 2012-10-20 | 1 | -0/+1 |
| | |||||
* | Clean up jshintrc configs. Close gh-983. | Mike Sherov | 2012-10-16 | 1 | -8/+8 |
| | |||||
* | enforce double quotes via JSHint. Closes gh-975 | Mike Sherov | 2012-10-16 | 1 | -1/+2 |
| | |||||
* | Make unit tests friendly to Closure Compiler. Closes gh-845. | Chad Killingsworth | 2012-07-05 | 1 | -1/+2 |
| | | | | | | Conflicts: test/unit/effects.js test/unit/offset.js | ||||
* | Adds .jshintrc files for: grunt (default set), src, tests; Adapts jQuery-UI ↵ | Rick Waldron | 2012-06-25 | 1 | -0/+56 |
loading method |