Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Dimensions: Empty sets should return undefined | Dave Methvin | 2015-11-10 | 2 | -26/+14 | |
| | | | | | Ref gh-2319 Closes gh-2701 | |||||
* | Dimensions: properly manipulate non-px values | Timmy Willison | 2015-11-09 | 2 | -39/+54 | |
| | | | | | Fixes gh-1712 Close gh-2695 | |||||
* | Manipulation: execute scripts from iframe in the iframe's context | Timmy Willison | 2015-11-09 | 4 | -4/+34 | |
| | | | | | Fixes gh-1757 Close gh-2696 | |||||
* | Event: Move VML test out of event alias test | Dave Methvin | 2015-11-07 | 1 | -5/+15 | |
| | | | | Ref gh-2693 | |||||
* | Dimensions: outerWidth/Height include scrollbar | Dave Methvin | 2015-11-07 | 2 | -44/+47 | |
| | | | | | Fixes gh-1729 Closes gh-2694 | |||||
* | Event: Make event aliases optional in unit tests | Dave Methvin | 2015-11-06 | 2 | -45/+42 | |
| | ||||||
* | Event: Separate trigger/simulate into its own module | Dave Methvin | 2015-11-06 | 7 | -226/+261 | |
| | | | | | | | | Fixes gh-1864 Closes gh-2692 This also pulls the focusin/out special event into its own module, since that depends on simulate(). NB: The ajax module triggers events pretty heavily. | |||||
* | Tests: make editorconfig match css style | Timmy Willison | 2015-11-05 | 1 | -2/+1 | |
| | ||||||
* | Attributes: return empty array for select-multiple with no values | Timmy Willison | 2015-11-05 | 2 | -3/+3 | |
| | | | | | Fixes gh-2562 Close gh-2689 | |||||
* | Event: Add basic unit tests for event aliases | Dave Methvin | 2015-11-05 | 1 | -0/+18 | |
| | | | | | | | | Fixes gh-2302 Closes gh-2687 At the moment it's not possible to run the full event unit tests without aliases so this was just tested with a custom build by running this one test. | |||||
* | Event: Ensure delegation doesn't error on comment nodes | Timmy Willison | 2015-11-04 | 1 | -0/+27 | |
| | | | | | Fixes gh-2055 Close gh-2659 | |||||
* | Ajax: Don't throw exceptions on binary data response | Dave Methvin | 2015-11-04 | 2 | -6/+31 | |
| | | | | | | | | | Fixes gh-2498 Closes gh-2682 The added unit test shows how this could be used to support an ArrayBuffer return, but $.ajax does not support it natively. The goal with this change was to avoid the exception. | |||||
* | Ajax: trigger error callback on native abort | Timmy Willison | 2015-11-03 | 2 | -9/+61 | |
| | | | | | | | - IE9 does not have onabort. Use onreadystatechange instead. Fixes gh-2079 Close gh-2684 | |||||
* | Ajax: Only form-encode requests with a body | Dave Methvin | 2015-11-02 | 4 | -17/+65 | |
| | | | | | Fixes #2658 Closes #2671 | |||||
* | Tests: Make regexes for iOS devices more rigid | Michał Gołębiowski | 2015-10-30 | 1 | -3/+3 | |
| | ||||||
* | Tests: Remove Safari 7.0 & iOS 6 support tests results | Michał Gołębiowski | 2015-10-30 | 1 | -18/+1 | |
| | ||||||
* | Tests: Add iOS 9 support tests results | Michał Gołębiowski | 2015-10-30 | 1 | -0/+17 | |
| | ||||||
* | Build: Test on Node 5 | Michał Gołębiowski | 2015-10-30 | 1 | -0/+1 | |
| | ||||||
* | Release: remove antiquated release-notes.js | Timmy Willison | 2015-10-29 | 1 | -58/+0 | |
| | ||||||
* | Core: use interactive to evaluate dom ready, barring IE9-10 | Timmy Willison | 2015-10-29 | 3 | -4/+39 | |
| | | | | Fixes gh-2100 | |||||
* | Attributes: remove flakey test for selected attribute | Timmy Willison | 2015-10-26 | 1 | -3/+1 | |
| | | | | | - The change is already covered by the "checked" test. Since this test is redundant, just drop it. | |||||
* | Tests: Post-Summit cleanup | Richard Gibson | 2015-10-25 | 2 | -9/+1 | |
| | | | | | Ref 67d7a2eefee768b59eb3d51cb1fb2c671873e58a Ref c752a5030bc00eb5b45dea9c28963f824a5c4f44 | |||||
* | Tests: Use standard external domain name | Richard Gibson | 2015-10-23 | 1 | -1/+1 | |
| | | | | | | Ref 01c360f96390ff16edfe65ef3b34e167087ef645 (cherry picked from commit 36806891657b0a3b7c4a12d9698f2ebf552fd712) | |||||
* | Attributes: do not set properties to false when removing booleans | Timmy Willison | 2015-10-21 | 2 | -12/+6 | |
| | | | | Fixes gh-1759 | |||||
* | Core: make isNumeric limited to strings and numbers | Timmy Willison | 2015-10-21 | 2 | -7/+7 | |
| | | | | Fixes gh-2662 | |||||
* | Build: Add "deprecated" to the Testswarm module list | Dave Methvin | 2015-10-20 | 1 | -0/+1 | |
| | | | | | | Ref #1740 Yeah. | |||||
* | Tests: Add Safari 9 support tests results | Michał Gołębiowski | 2015-10-18 | 1 | -0/+17 | |
| | ||||||
* | CSS: Correct misrepresentation of "auto" horizontal margins as 0 | Richard Gibson | 2015-10-18 | 6 | -45/+98 | |
| | | | | | | | | | | | | Fixes gh-2237 Closes gh-2276 (cherry picked from commit 214e1634ab9b1d13d53647dd5de3bdf7a091d49c) Conflicts: src/css.js src/css/support.js test/unit/support.js | |||||
* | Attributes: fix tabIndex on <img> in IE11 | Joelle Fleurantin | 2015-10-18 | 2 | -5/+22 | |
| | | | | | Fixes gh-2647 Closes gh-2664 | |||||
* | CSS: use isFinite in place of redundant isNumeric | Timmy Willison | 2015-10-18 | 1 | -1/+1 | |
| | ||||||
* | Core: add unit test for isPlainObject(Symbol) | Liza Ramo | 2015-10-18 | 1 | -0/+9 | |
| | | | | | Fixes #2645 Closes #2661 | |||||
* | CSS: fix AMD mode for the new showHide module | Timmy Willison | 2015-10-18 | 1 | -1/+2 | |
| | ||||||
* | Offset: allow small differences in offset.top | Joelle Fleurantin | 2015-10-18 | 1 | -1/+3 | |
| | | | | Fixes gh-2590 | |||||
* | Tests: Change quotes according to style guidelines | Julian Alexander Murillo | 2015-10-18 | 9 | -18/+18 | |
| | | | | Close gh-2339 | |||||
* | Event: Fix delegated radio events when arrow keys are used | Dave Methvin | 2015-10-18 | 2 | -3/+37 | |
| | | | | | Fixes gh-2343, gh-2410 Close gh-2617 | |||||
* | Attributes: removeClass() -> attr("class", "") | Thomas Tortorini | 2015-10-18 | 1 | -23/+21 | |
| | | | | | | - Classes simpliciation Close gh-2465 | |||||
* | Attributes: Use simpler boolean check vs a function call | Dave Methvin | 2015-10-18 | 2 | -6/+7 | |
| | | | | Ref gh-2491 | |||||
* | Attributes: Remove undocumented .toggleClass( boolean ) signature | Dave Methvin | 2015-10-18 | 2 | -78/+23 | |
| | | | | | Fixes gh-2491 Close gh-2618 | |||||
* | CSS: Make show/hide/toggle methods a module | Dave Methvin | 2015-10-18 | 8 | -58/+81 | |
| | | | | | | | | Unit test changes some uses of .show() and .hide() to .css( "display", ... ), there was already an implicit assumption in several of the existing tests. Fixes gh-2193 Close gh-2648 | |||||
* | Deprecated: fix amd mode for the deprecated module | Timmy Willison | 2015-10-18 | 2 | -1/+4 | |
| | ||||||
* | Tests: Keep test iframes around for assertions | Richard Gibson | 2015-10-17 | 1 | -1/+1 | |
| | | | | | | Ref 44f8239d3f9d09d81e2885e9ae7e044277b67341 Ref gh-2644 Ref gh-2390 | |||||
* | Core: make isNumeric test work on Symbol | Liza Ramo | 2015-10-17 | 2 | -1/+9 | |
| | | | | | Ref #2645 Closes #2657 | |||||
* | Build: update Sizzle to 2.2.1 | Oleg Gaidarenko | 2015-10-17 | 4 | -12/+12 | |
| | | | | | Ref #2644 - `selector` module in Edge - Waiting for Sizzle update Fixes #2390 | |||||
* | Tests: Account for array-like objects in jQuery.grep | Aurelio De Rosa | 2015-10-13 | 1 | -6/+73 | |
| | | | | Closes gh-2605 | |||||
* | Tests: fix code style issues | Oleg Gaidarenko | 2015-10-13 | 1 | -1/+1 | |
| | | | | Follow-up for 8a734344f2566dab5b8d34ecd79ae81ebd8843c5 | |||||
* | Core: Support Symbol wrapper objects in jQuery.type | Christian Grete | 2015-10-13 | 2 | -1/+14 | |
| | | | | | | | | | In ECMAScript 2015 (ES6), the native typeof operator returns "symbol" for Symbol primitives. As it is possible to wrap symbols using the Object constructor, symbols can be objects as well as any other primitive type in JavaScript and should be determined by jQuery.type. Closes gh-2627 | |||||
* | Ajax: don't expect cross-origin tests run in envs which not support it | Oleg Gaidarenko | 2015-10-13 | 1 | -31/+20 | |
| | | | | Follow-up to b078a62013782c7424a4a61a240c23c4c0b42614 | |||||
* | Ajax: improve content-type detection | Oleg Gaidarenko | 2015-10-12 | 4 | -5/+112 | |
| | | | | | Fixes gh-2584 Closes gh-2643 | |||||
* | Ajax: correct indentation | Oleg Gaidarenko | 2015-10-12 | 1 | -3/+3 | |
| | | | | | | As noted by @arthurvr Follow-up for b078a62013782c7424a4a61a240c23c4c0b42614 | |||||
* | Event: fix incorrect test | Oleg Gaidarenko | 2015-10-12 | 2 | -8/+2 | |
| | | | | | Which was revealed by 03eaadb131df925d1072afd2496ee3b41d2f1fc6 commit, also do not try to fix typos in data/jquery version |