Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Tests: more style corrections | Oleg Gaidarenko | 2015-09-08 | 3 | -3/+3 | |
| | | | | | | Provocated by jscs-dev/node-jscs@2de68c0d8351103bb2a989dc942ab47a391d3546 Closes gh-2578 | |||||
* | Tests: further improvements QUnit 2.0 migration | Oleg Gaidarenko | 2015-09-08 | 16 | -272/+294 | |
| | | | | | | | | * Remove QUnit jshint globals * Extend QUnit.assert methods * Use assert.async instead of start/stop/done Ref b930d14ce64937e9478405eee2828d4da091d2cb | |||||
* | Effects: Finish should call progress | Thomas Tortorini | 2015-09-08 | 7 | -4/+100 | |
| | | | | | Fixes gh-2283 Closes gh-2292 | |||||
* | Core: Remove unnecessary parameter to jQuery#constructor | Yongwoo Jeon | 2015-09-08 | 1 | -1/+1 | |
| | | | | Closes gh-2441 | |||||
* | Build: Fix an email address of a contributor | Batiste Bieler | 2015-09-08 | 2 | -2/+2 | |
| | | | | Closes gh-2455 | |||||
* | Data: do not create data cache when fetching single property | Jason Bedard | 2015-09-08 | 2 | -4/+18 | |
| | | | | Closes gh-2554 | |||||
* | Build: put back "lint" command to the "dev" list | Oleg Gaidarenko | 2015-09-08 | 2 | -1/+2 | |
| | | | | | | Also fix lint error in `data` module. It seems this command was removed from the list during merge | |||||
* | Data: Don't expose jQuery.acceptData | Jason Bedard | 2015-09-08 | 5 | -33/+27 | |
| | | | | | | jQuery.acceptData is an undocumented internal API that shouldn't be exposed. Fixes gh-2555 | |||||
* | Tests: lower the PHP sleep time in unreleasedXHR.html | Michał Gołębiowski | 2015-09-08 | 1 | -1/+1 | |
| | | | | | | | | | | The AJAX test performed in unreleasedXHR.html was scheduling PHP processes sleeping for 10 minutes. When a lot of commits are tested in short intervals this was causing build failures due to the drained php-fpm pool. The 10 seconds sleep time should be enough for this test. Refs 62acda819f9b6fba9263d0b613e15285807b23a7 | |||||
* | Serialize: Fix object detection | Michał Gołębiowski | 2015-09-07 | 1 | -1/+1 | |
| | | | | | | | | | jQuery.type doesn't just return "null" for null but also e.g. "array" for arrays instead of object so it's not really a typeof analogue. My suggestion was stupid. Sorry. Refs 3d7ce0a65f0707ff01a851822e57ba80adcff075 | |||||
* | Serialize: Handle arrays with null values | Daniel Nill | 2015-09-07 | 2 | -2/+5 | |
| | | | | Closes gh-2436 | |||||
* | Build: Update grunt-contrib-uglify because of a security issue in uglify | Reed Loden | 2015-09-07 | 1 | -1/+1 | |
| | | | | | | | | | | Update grunt-contrib-uglify dependency to v0.9.2 in order to avoid a security issue fixed in uglify-js v2.4.24. https://github.com/mishoo/UglifyJS2/issues/751 https://zyan.scripts.mit.edu/blog/backdooring-js/ Closes gh-2556 | |||||
* | Effects: Remove additional parameters of easings | Thomas Tortorini | 2015-09-07 | 2 | -16/+7 | |
| | | | | | Fixes gh-2367 Closes gh-2376 | |||||
* | Ajax: do not quote "throws" option - use dot notation instead | Oleg Gaidarenko | 2015-09-07 | 1 | -1/+1 | |
| | | | | | Fixes gh-2571 Closes gh-2542 | |||||
* | Build: correct style tests files which could be automatically corrected | Oleg Gaidarenko | 2015-09-07 | 4 | -16/+18 | |
| | ||||||
* | Build: correct jscs paths | Oleg Gaidarenko | 2015-09-07 | 1 | -3/+2 | |
| | ||||||
* | Build: Update jscs and lint files | Oleg Gaidarenko | 2015-09-07 | 129 | -7968/+8708 | |
| | | | | Fixes gh-2056 | |||||
* | Tests: do not define two modules with the same name | Oleg Gaidarenko | 2015-08-16 | 1 | -1/+1 | |
| | | | | Fixes gh-2437 | |||||
* | Tests: partially use new qunit interface | Oleg Gaidarenko | 2015-08-16 | 24 | -5931/+6188 | |
| | | | | | | | | | | | | http://qunitjs.com/upgrade-guide-2.x/ For most of the boring work was used https://github.com/apsdehal/qunit-migrate package However, it can't update local qunit helpers, plus in some places old QUnit.asyncTest signature is still used Fixes gh-2540 | |||||
* | Event: Only check elements for delegation matches | Richard Gibson | 2015-08-10 | 2 | -1/+13 | |
| | | | | | | Closes gh-2529 Ref trac-13208 (cherry picked from commit fc2ba2e1361126c39f955437ee025cfca3bffa65) | |||||
* | Core: Don't expose jQuery.access | Michał Gołębiowski | 2015-08-03 | 1 | -1/+1 | |
| | | | | | | | jQuery.access was never documented, there is no need to keep it exposed. Fixes gh-2513 Closes gh-2524 | |||||
* | Build: Add a comment explaining why the es3 option is needed | Michał Gołębiowski | 2015-08-03 | 3 | -2/+10 | |
| | | | | | | | | | | It might not be obvious to everyone that IE 9 & Android 4.0 are not ES5-compliant browsers (by a large margin) so it's better to add a support comment. This requires slight changes in parsing the config file as it's not a pure JSON anymore. JSHint understands such files without problems. Closes gh-2520 | |||||
* | Tests: don't use deprecated argument in test declaration | Oleg Gaidarenko | 2015-07-30 | 11 | -65/+193 | |
| | | | | Closes gh-2507 | |||||
* | Docs: Fix various spelling mistakes | Bruno Pérel | 2015-07-30 | 6 | -6/+6 | |
| | | | | Closes gh-2487 | |||||
* | Data: remove user data in cleanData | Jason Bedard | 2015-07-28 | 2 | -11/+38 | |
| | | | | | Fixes gh-2503 Closes gh-2480 | |||||
* | Ajax: Account for Android 2.3 not firing window.onerror on script errors | Michał Gołębiowski | 2015-07-28 | 2 | -0/+20 | |
| | | | | | | | | | | Android 2.3 doesn't fire the window.onerror handler, just accept the reality there and skip the test. Refs gh-1573 Refs gh-1786 Refs jquery/jquery.com#108 Closes gh-2458 | |||||
* | Event: Update support comments for mouseenter/mouseleave implementation | Michał Gołębiowski | 2015-07-27 | 1 | -7/+4 | |
| | | | | | | | | | Custom mouseenter/mouseleave implementation was needed because of: 1. Safari 6 not implementing mouseenter/mouseleave at all. 2. Chrome sending mouseenter too often. The second issue has been fixed in Chrome but exists now in Safari 7 (it's fixed in Safari 8) so we have to keep it for now, unfortunately. | |||||
* | Core: Adjust comments & tests after dropping Safari 6 support | Michał Gołębiowski | 2015-07-27 | 4 | -4/+4 | |
| | | | | | | | | Support comments that mentioned only Safari < 7 were checked & updated to account for bugs existing in newer versions as well; Safari 6 support test results were removed. Refs gh-2482 | |||||
* | Core: .each/.map should accept an undefined/null value | Thomas Tortorini | 2015-07-27 | 2 | -11/+21 | |
| | | | | | Fixes gh-2267 Closes gh-2363 | |||||
* | Core: Add a support comment for Safari 8 | Michał Gołębiowski | 2015-07-20 | 1 | -0/+5 | |
| | | | | | | | | Related issue: https://bugs.webkit.org/show_bug.cgi?id=137337 Thanks @phistuck! Refs cfe468f29c4cbe1a457d0feb17dec90dcfd7c280 | |||||
* | Build: Acknowledge Android 2.3 is not ES5-compatible | Michał Gołębiowski | 2015-07-20 | 6 | -7/+13 | |
| | | | | | | | | | | | 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 | |||||
* | Selector: Define jQuery.uniqueSort in selector-native too | Marek Lewandowski | 2015-07-14 | 1 | -22/+24 | |
| | | | | | Fixes gh-2466 Closes gh-2467 | |||||
* | Release: properly set the dist remote when it's a real release | Timmy Willison | 2015-07-13 | 1 | -1/+1 | |
| | ||||||
* | Ajax: Remove jsonp callbacks through "jQuery#removeProp" method | Oleg Gaidarenko | 2015-07-13 | 2 | -13/+29 | |
| | | | | | Fixes gh-2323 Closes gh-2464 | |||||
* | Build: add mailmap entry | Timmy Willison | 2015-07-11 | 2 | -2/+2 | |
| | ||||||
* | Build: update AUTHORS.txt | Timmy Willison | 2015-07-08 | 1 | -0/+15 | |
| | ||||||
* | Tests: Remove a trailing comma for compatibility with the compat branch | Michał Gołębiowski | 2015-07-08 | 1 | -1/+1 | |
| | ||||||
* | CSS: Add an integration test for issue gh-1764 | Michał Gołębiowski | 2015-07-08 | 4 | -0/+172 | |
| | | | | | | Refs gh-1764 Refs gh-2401 Closes gh-2425 | |||||
* | CSS: Make .css("width") & .css("height") return fractional values | Michał Gołębiowski | 2015-07-07 | 3 | -25/+86 | |
| | | | | | Fixes gh-1724 Closes gh-2439 | |||||
* | Deferred: add .catch handler | Timmy Willison | 2015-07-06 | 2 | -0/+39 | |
| | | | | Fixes gh-2102 | |||||
* | CSS: Improve a comment explaining IE11 fullscreen bug | Michał Gołębiowski | 2015-07-01 | 1 | -1/+2 | |
| | ||||||
* | Tests: Lower the checks rounding error | Corey Frang | 2015-06-26 | 1 | -1/+1 | |
| | | | | The CSS value rounding error was causig failures on FF and IE. | |||||
* | Effects: Adding unit tests for jQuery.Animation | Corey Frang | 2015-06-26 | 4 | -20/+260 | |
| | | | | Closes gh-2326 | |||||
* | Effects: Add tests for jQuery.Tween | Corey Frang | 2015-06-26 | 10 | -446/+6246 | |
| | ||||||
* | CSS: make the getStyles function more readable | Thomas Tortorini | 2015-06-25 | 1 | -3/+6 | |
| | | | | | | | The new version is not only simpler to read but also smaller by 6 bytes gzipped. Closes gh-2393 | |||||
* | Core: organize prop & attr code to be similar | Gilad Peleg | 2015-06-23 | 2 | -54/+56 | |
| | | | | Closes gh-2384 | |||||
* | CSS: Work around an IE11 fullscreen dimensions bug | Martin Naumann | 2015-06-23 | 1 | -0/+11 | |
| | | | | | Fixes gh-1764 Closes gh-2401 | |||||
* | Build: space between curly and paren is optional | Timmy Willison | 2015-06-19 | 1 | -2/+2 | |
| | | | | | Fixes gh-2399 Close gh-2400 | |||||
* | Core: Switch from modules to just window.setTimeout etc. | Michał Gołębiowski | 2015-06-17 | 9 | -37/+14 | |
| | | | | | | Using modules for window.setTimeout etc. made those functions cached and disabled Sinon mocking, making effects tests fail. Just writing window.setTimeout directly is smaller anyway. | |||||
* | Core: Use window.setTimeout & friends instead of global equivalents | Michał Gołębiowski | 2015-06-17 | 10 | -9/+28 | |
| | | | | Fixes gh-2177 |