Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Data: do not create data cache when fetching single property | Jason Bedard | 2015-09-08 | 1 | -0/+16 | |
| | | | | Closes gh-2554 | |||||
* | Data: Don't expose jQuery.acceptData | Jason Bedard | 2015-09-08 | 1 | -15/+14 | |
| | | | | | | 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: Handle arrays with null values | Daniel Nill | 2015-09-07 | 1 | -1/+4 | |
| | | | | Closes gh-2436 | |||||
* | Effects: Remove additional parameters of easings | Thomas Tortorini | 2015-09-07 | 1 | -6/+2 | |
| | | | | | Fixes gh-2367 Closes gh-2376 | |||||
* | Build: correct style tests files which could be automatically corrected | Oleg Gaidarenko | 2015-09-07 | 4 | -16/+18 | |
| | ||||||
* | Build: Update jscs and lint files | Oleg Gaidarenko | 2015-09-07 | 26 | -7289/+7807 | |
| | | | | 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 | 1 | -0/+11 | |
| | | | | | | Closes gh-2529 Ref trac-13208 (cherry picked from commit fc2ba2e1361126c39f955437ee025cfca3bffa65) | |||||
* | 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 | 5 | -5/+5 | |
| | | | | Closes gh-2487 | |||||
* | Data: remove user data in cleanData | Jason Bedard | 2015-07-28 | 1 | -1/+23 | |
| | | | | | 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 | |||||
* | Core: Adjust comments & tests after dropping Safari 6 support | Michał Gołębiowski | 2015-07-27 | 2 | -2/+2 | |
| | | | | | | | | 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 | 1 | -0/+12 | |
| | | | | | Fixes gh-2267 Closes gh-2363 | |||||
* | Build: Acknowledge Android 2.3 is not ES5-compatible | Michał Gołębiowski | 2015-07-20 | 5 | -7/+10 | |
| | | | | | | | | | | | 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 | |||||
* | Ajax: Remove jsonp callbacks through "jQuery#removeProp" method | Oleg Gaidarenko | 2015-07-13 | 1 | -11/+21 | |
| | | | | | Fixes gh-2323 Closes gh-2464 | |||||
* | 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 | 2 | -16/+69 | |
| | | | | | Fixes gh-1724 Closes gh-2439 | |||||
* | Deferred: add .catch handler | Timmy Willison | 2015-07-06 | 1 | -0/+36 | |
| | | | | Fixes gh-2102 | |||||
* | 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 | 2 | -0/+231 | |
| | | | | Closes gh-2326 | |||||
* | Effects: Add tests for jQuery.Tween | Corey Frang | 2015-06-26 | 4 | -4/+305 | |
| | ||||||
* | Offset: add tests for hidden elements + scroll | Timmy Willison | 2015-06-16 | 2 | -1/+15 | |
| | | | | | - Also add comments to hidden/disconnected tests noting this is to ensure consistency between branches | |||||
* | Offset: return zeros for disconnected/hidden elements | Timmy Willison | 2015-06-16 | 1 | -14/+8 | |
| | | | | | Fixes gh-2310 Close gh-2396 | |||||
* | Revert "Offset: allow offset setter to throw for disconnected elements" | Timmy Willison | 2015-06-16 | 1 | -1/+9 | |
| | | | | This reverts commit 0d11c1182f2012cd6eb06ce1e3fa5a495af9bee3. | |||||
* | Tests: Remove test/data/ua.txt | Michał Gołębiowski | 2015-06-16 | 1 | -272/+0 | |
| | | | | | | | The file was used by $.browser tests but $.browser now doesn't exists in Core and this file hasn't been updated for a few years. Fixes gh-2398 | |||||
* | Tests: Remove Edge version from the user agent | Michał Gołębiowski | 2015-06-16 | 1 | -1/+1 | |
| | | | | | | The version will change in the future, matching by /edge\//i is enough Refs 8e111df641cca3e1b75b31a1971bfc89014b4ded | |||||
* | Tests: Add Microsoft Edge results (from Windows 10 build 10130) | Michał Gołębiowski | 2015-06-14 | 1 | -4/+22 | |
| | | | | | The Microsoft Edge user agent contains "Chrome" so it needs to be checked before Chrome. | |||||
* | Tests: Correct a typo in the regex matching Safari 8 | Michał Gołębiowski | 2015-06-14 | 1 | -1/+1 | |
| | ||||||
* | Core: Make jQuery objects iterable | Michał Gołębiowski | 2015-06-13 | 5 | -0/+67 | |
| | | | | | | | | | | 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: Refactor Node smoke tests | Michał Gołębiowski | 2015-06-13 | 6 | -38/+34 | |
| | | | | Utilize the assert module, avoid inline JSHint comments. | |||||
* | Build: Update grunt-contrib-jshint | Michał Gołębiowski | 2015-06-13 | 1 | -0/+1 | |
| | ||||||
* | CSS: Don't cache unrecognized CSS property names | Michał Gołębiowski | 2015-06-01 | 1 | -0/+80 | |
| | | | | | | | | | | | | | | | | | This prevents jQuery from caching a prefixed property name if provided directly by the user, e.g. the following code: elem.css( "msTransform", "translate(5px, 2px)" ); should not prevent one from from later setting the transition directly: elem.css( "transform", "translate(5px, 2px)" ); on a browser not understanding the unprefixed version which is the case for Safari 8 & transform. Fixes gh-2015 Closes gh-2298 | |||||
* | Event: remove outdated originalEvent hack | Oleg Gaidarenko | 2015-05-29 | 1 | -16/+49 | |
| | | | | | Closes gh-2335 Ref 7475d5debeb7c53158921ed40f6c2fdb25a2cc86 | |||||
* | Event: Remove fake originalEvent from jQuery.Event.simulate | Gabriel Schulhof | 2015-05-29 | 2 | -0/+59 | |
| | | | | | Fixes gh-2300 Closes gh-2303 | |||||
* | Event: remove deprecated event aliases | Oleg Gaidarenko | 2015-05-19 | 1 | -8/+1 | |
| | | | | | | Fixes gh-2286 Closes gh-2287 Ref trac-11733 | |||||
* | Event: provide verbose comment for focus(in | out) & rename support prop | Oleg Gaidarenko | 2015-05-19 | 1 | -10/+10 | |
| | | | | Closes gh-2312 | |||||
* | Offset: account for scroll when calculating position | Richard McDaniel | 2015-05-12 | 1 | -1/+12 | |
| | | | | | Fixes gh-1708 Close gh-1714 | |||||
* | Core: remove custom ready event | Timmy Willison | 2015-05-12 | 1 | -33/+30 | |
| | | | | | Fixes gh-2264 Close gh-2265 | |||||
* | Attributes: add SVG class manipulation | Timmy Willison | 2015-05-12 | 1 | -0/+28 | |
| | | | | | | | | | - Note: support for SVG is limited in jQuery, but this is one area where the cost vs benefit ratio was acceptable. Fixes gh-2199 Close gh-2268 | |||||
* | Data: remove the expando when there's no more data | Timmy Willison | 2015-05-12 | 2 | -2/+40 | |
| | | | | | Fixes gh-1760 Close gh-2271 | |||||
* | Tests: fix tests in accordance with new :visible behavior | Timmy Willison | 2015-05-12 | 2 | -5/+7 | |
| | ||||||
* | CSS: fix :visible/:hidden selectors for inline element w/ content | Timmy Willison | 2015-05-12 | 1 | -7/+13 | |
| | | | | | | | | | | | - Reverts behavior from 10399dd, which we never released. BR and inline elements are considered visible. - The possibility of dropping .offsetWidth and .offsetHeight was debunked by this perf: http://jsperf.com/visible-hidden-and-getclientrects Fixes gh-2227 Close gh-2281 | |||||
* | CSS: Ignore the CSS cascade in show()/hide()/etc. | Richard Gibson | 2015-05-11 | 3 | -220/+228 | |
| | | | | | | Fixes gh-1767 Fixes gh-2071 Closes gh-2180 | |||||
* | Effects: add tests for jQuery.easing._default in Animation and Tween | Timmy Willison | 2015-05-05 | 1 | -25/+80 | |
| | | | | Ref gh-2219 | |||||
* | Effects: set default easing using jQuery.easing._default | Timmy Willison | 2015-05-05 | 1 | -15/+35 | |
| | | | | | Fixes gh-2219 Close gh-2218 | |||||
* | Offset: allow offset setter to throw for disconnected elements | Timmy Willison | 2015-05-05 | 1 | -9/+1 | |
| | | | | Fixes gh-2114 |