aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Build: Test on Node 5Michał Gołębiowski2015-10-301-0/+1
|
* Release: remove antiquated release-notes.jsTimmy Willison2015-10-291-58/+0
|
* Core: use interactive to evaluate dom ready, barring IE9-10Timmy Willison2015-10-293-4/+39
| | | | Fixes gh-2100
* Attributes: remove flakey test for selected attributeTimmy Willison2015-10-261-3/+1
| | | | | - The change is already covered by the "checked" test. Since this test is redundant, just drop it.
* Tests: Post-Summit cleanupRichard Gibson2015-10-252-9/+1
| | | | | Ref 67d7a2eefee768b59eb3d51cb1fb2c671873e58a Ref c752a5030bc00eb5b45dea9c28963f824a5c4f44
* Tests: Use standard external domain nameRichard Gibson2015-10-231-1/+1
| | | | | | Ref 01c360f96390ff16edfe65ef3b34e167087ef645 (cherry picked from commit 36806891657b0a3b7c4a12d9698f2ebf552fd712)
* Attributes: do not set properties to false when removing booleansTimmy Willison2015-10-212-12/+6
| | | | Fixes gh-1759
* Core: make isNumeric limited to strings and numbersTimmy Willison2015-10-212-7/+7
| | | | Fixes gh-2662
* Build: Add "deprecated" to the Testswarm module listDave Methvin2015-10-201-0/+1
| | | | | | Ref #1740 Yeah.
* Tests: Add Safari 9 support tests resultsMichał Gołębiowski2015-10-181-0/+17
|
* CSS: Correct misrepresentation of "auto" horizontal margins as 0Richard Gibson2015-10-186-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 IE11Joelle Fleurantin2015-10-182-5/+22
| | | | | Fixes gh-2647 Closes gh-2664
* CSS: use isFinite in place of redundant isNumericTimmy Willison2015-10-181-1/+1
|
* Core: add unit test for isPlainObject(Symbol)Liza Ramo2015-10-181-0/+9
| | | | | Fixes #2645 Closes #2661
* CSS: fix AMD mode for the new showHide moduleTimmy Willison2015-10-181-1/+2
|
* Offset: allow small differences in offset.topJoelle Fleurantin2015-10-181-1/+3
| | | | Fixes gh-2590
* Tests: Change quotes according to style guidelinesJulian Alexander Murillo2015-10-189-18/+18
| | | | Close gh-2339
* Event: Fix delegated radio events when arrow keys are usedDave Methvin2015-10-182-3/+37
| | | | | Fixes gh-2343, gh-2410 Close gh-2617
* Attributes: removeClass() -> attr("class", "")Thomas Tortorini2015-10-181-23/+21
| | | | | | - Classes simpliciation Close gh-2465
* Attributes: Use simpler boolean check vs a function callDave Methvin2015-10-182-6/+7
| | | | Ref gh-2491
* Attributes: Remove undocumented .toggleClass( boolean ) signatureDave Methvin2015-10-182-78/+23
| | | | | Fixes gh-2491 Close gh-2618
* CSS: Make show/hide/toggle methods a moduleDave Methvin2015-10-188-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 moduleTimmy Willison2015-10-182-1/+4
|
* Tests: Keep test iframes around for assertionsRichard Gibson2015-10-171-1/+1
| | | | | | Ref 44f8239d3f9d09d81e2885e9ae7e044277b67341 Ref gh-2644 Ref gh-2390
* Core: make isNumeric test work on SymbolLiza Ramo2015-10-172-1/+9
| | | | | Ref #2645 Closes #2657
* Build: update Sizzle to 2.2.1Oleg Gaidarenko2015-10-174-12/+12
| | | | | Ref #2644 - `selector` module in Edge - Waiting for Sizzle update Fixes #2390
* Tests: Account for array-like objects in jQuery.grepAurelio De Rosa2015-10-131-6/+73
| | | | Closes gh-2605
* Tests: fix code style issuesOleg Gaidarenko2015-10-131-1/+1
| | | | Follow-up for 8a734344f2566dab5b8d34ecd79ae81ebd8843c5
* Core: Support Symbol wrapper objects in jQuery.typeChristian Grete2015-10-132-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 itOleg Gaidarenko2015-10-131-31/+20
| | | | Follow-up to b078a62013782c7424a4a61a240c23c4c0b42614
* Ajax: improve content-type detectionOleg Gaidarenko2015-10-124-5/+112
| | | | | Fixes gh-2584 Closes gh-2643
* Ajax: correct indentationOleg Gaidarenko2015-10-121-3/+3
| | | | | | As noted by @arthurvr Follow-up for b078a62013782c7424a4a61a240c23c4c0b42614
* Event: fix incorrect testOleg Gaidarenko2015-10-122-8/+2
| | | | | Which was revealed by 03eaadb131df925d1072afd2496ee3b41d2f1fc6 commit, also do not try to fix typos in data/jquery version
* Build: Fixed issue with base path that contain 'var'Martin Naumann2015-10-121-1/+1
| | | | | | | Remove the cwd from the paths, so the regex doesn't kick in on "var" Fixes gh-2450 Closes gh-2641
* Tests:Docs: Fix various typosGary Ye2015-10-126-7/+7
| | | | | | | | | | | | * Changes "baar" to "bar" when used with "foo" in readme and comments of js files * mousenter -> mouseenter Thanks @garysye, @KimTaehee Closes gh-2613 Closes gh-2601
* Event: Move .bind() and .delegate() to deprecatedDave Methvin2015-10-124-18/+63
| | | | | Fixes gh-2288 Closes gh-2624
* Tests: Add .extend test for defined accessor propertiesConnor Atherton2015-10-121-0/+23
| | | | Closes gh-2615
* Ajax: Mitigate possible XSS vulnerabilityOleg Gaidarenko2015-10-123-1/+56
| | | | | | | Proposed by @jaubourg Fixes gh-2432 Closes gh-2588
* Docs: "npm run build" was missing from the contributing guidesRichard Kraaijenhagen2015-10-121-0/+6
| | | | Close gh-2537
* Tests: Use QUnit URL parameter parsingRichard Gibson2015-10-081-6/+3
|
* Tests: Add dummy modules when running basic testsRichard Gibson2015-10-081-13/+16
| | | | | | | Without this, other modules don't appear in the QUnit module picker. Ref 855b0c8c288533948b257925a8906f7da3449eed Closes gh-2582
* Manipulation: Don't provide the parser with sloppy table markupAnthony Ryan2015-09-141-13/+6
| | | | | | | | | | | | | | | | | While we can reply on parsers that were designed to cope with malformed syntax to understand what we mean, we shouldn't intentionally provide bad markup, not all parsers will accept it. "Be conservative in what you do, be liberal in what you accept from others." Reverts 0ea342a6a6dce793c1b0f14f051c2573f40f4e44 Refs gh-2031 Refs gh-2002 Fixes gh-2493 Closes gh-2499
* Data: Combine register and cache methodsJason Bedard2015-09-141-33/+27
| | | | Closes gh-2553
* Ajax:Attributes:CSS:Manipulation: Reduce Android 2.3 supportMichał Gołębiowski2015-09-147-105/+15
| | | | | | | | Drop non-critical workarounds for Android 2.3. Fixes gh-2483 Fixes gh-2505 Closes gh-2581
* Tests: Account for Edge in originalEvent UA-sniffsMichał Gołębiowski2015-09-141-6/+4
| | | | | | | All other cases where Edge user agent needed to be taken into account in tests have already been resolved. Fixes gh-2357
* Build: Remove a double empty line at the end of .travis.ymlMichał Gołębiowski2015-09-111-1/+0
| | | | | | The file already had an empty line at the end, I just can't see. Refs 06320c88af5be9cd937917282deb6eb4c4ad0443
* Build: Use double quotes in .travis.ymlMichał Gołębiowski2015-09-111-3/+4
| | | | | .travis.yml used single quotes which is inconsistent with what we use in most other files. Also, the file was missing an empty line at the end.
* Build: Drop io.js testing, test on latest Node.jsMichał Gołębiowski2015-09-081-1/+1
| | | | | | Node.js & io.js have merged, there will be no more major io.js releases. Also, as of today io.js is officially unsupported (even if it still gets some updates) while Node.js 4.0.0 (just released!) will be supported until 2018.
* Tests: Provide equal() arguments in correct order (actual, expected)Richard Gibson2015-09-081-12/+13
| | | | | Ref 224271982eb9cd351d7db1b38c740b4e927e6f97 Ref f5bf9bc48897e3b8f050d87d02252c8be456044a
* Data: avoid using delete on DOM nodesJason Bedard2015-09-085-12/+46
| | | | Closes gh-2479