Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Docs:Tests: Remove obsolete code from tests, update support comments | Michał Gołębiowski | 2016-03-08 | 1 | -30/+2 | |
| | | | | | | | | | | Support comments that were lacking the final IE/Edge version that exhibits the bug were checked & updated. Links to the Chromium bug tracker were updated. Code in tests related to unsupported browsers (like Android 2.3 in non-basic tests) has been removed. Fixes gh-2868 Closes gh-2949 | |||||
* | Tests: Fix manipulation tests in Android 4.4 | Michał Gołębiowski | 2016-01-27 | 1 | -0/+12 | |
| | | | | | | Chromium < 35 incorrectly upper-cases µ; Android 4.4 uses such a version by default (and its WebView, being un-updatable, will use it for eternity) so we need to blacklist that one for the tests to pass. | |||||
* | Docs: Updated links to https where they are supported. | Jon Dufresne | 2016-01-13 | 1 | -1/+1 | |
| | | | | Close gh-2746 | |||||
* | Docs: Fix various spelling errors | Josh Soref | 2016-01-13 | 1 | -3/+3 | |
| | | | | Closes gh-2761 | |||||
* | Manipulation: Bring tagname regexes up to spec | Leonardo Braga | 2016-01-07 | 1 | -0/+67 | |
| | | | | | Fixes gh-2005 Closes gh-2634 | |||||
* | Selector: pass jQuery unit tests with selector-native | Timmy Willison | 2015-11-11 | 1 | -101/+122 | |
| | | | | | | | | | - Ignore certain tests that obviously are not supported - Beefed up the sortOrder, uniqueSort, isXMLDoc, and attr functions Fixes gh-1742 Fixes gh-2048 Close gh-2703 | |||||
* | Manipulation: execute scripts from iframe in the iframe's context | Timmy Willison | 2015-11-09 | 1 | -0/+11 | |
| | | | | | Fixes gh-1757 Close gh-2696 | |||||
* | Data: avoid using delete on DOM nodes | Jason Bedard | 2015-09-08 | 1 | -2/+2 | |
| | | | | Closes gh-2479 | |||||
* | Tests: further improvements QUnit 2.0 migration | Oleg Gaidarenko | 2015-09-08 | 1 | -4/+4 | |
| | | | | | | | | * Remove QUnit jshint globals * Extend QUnit.assert methods * Use assert.async instead of start/stop/done Ref b930d14ce64937e9478405eee2828d4da091d2cb | |||||
* | Build: Update jscs and lint files | Oleg Gaidarenko | 2015-09-07 | 1 | -789/+788 | |
| | | | | Fixes gh-2056 | |||||
* | Tests: partially use new qunit interface | Oleg Gaidarenko | 2015-08-16 | 1 | -671/+671 | |
| | | | | | | | | | | | | 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 | |||||
* | Tests: don't use deprecated argument in test declaration | Oleg Gaidarenko | 2015-07-30 | 1 | -7/+21 | |
| | | | | Closes gh-2507 | |||||
* | Docs: Fix various spelling mistakes | Bruno Pérel | 2015-07-30 | 1 | -1/+1 | |
| | | | | 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 | 1 | -0/+11 | |
| | | | | | | | | | | 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 | |||||
* | Manipulation: Make an HTML interception point | Richard Gibson | 2015-04-30 | 1 | -40/+75 | |
| | | | | | Fixes gh-1747 Closes gh-2203 | |||||
* | Manipulation: Detect sneaky no-content replaceWith input | Richard Gibson | 2015-04-30 | 1 | -4/+20 | |
| | | | | | | | Fixes gh-2204 Ref 642e9a45579cfa90861b8ea71a95dd077775caaf Closes gh-1752 Closes gh-2206 | |||||
* | Data: restore explicit data removal of private data in cleanData. | Rick Waldron | 2015-03-09 | 1 | -0/+17 | |
| | | | | | Fixes gh-2127 Closes gh-2132 | |||||
* | Data: move element cache to element[expando] | Rick Waldron | 2015-03-04 | 1 | -7/+2 | |
| | | | | | | | | | - avoid explicit data.discard() cleanup calls - explicitly remove the data.events property, only when private data exists - reduces code footprint Fixes gh-1734 Close gh-1428 | |||||
* | Build: fix broken assertions caused by QUnit update | Oleg Gaidarenko | 2015-02-15 | 1 | -8/+8 | |
| | | | | | | | | QUnit update broke couple traversing and manipulation tests, since new qunit added another form to the test-suite while some of jQuery selectors weren't specific Ref 2d5c5d213f09fa0205d07a2d60a36581058cc40a | |||||
* | Manipulation: don't auto-insert tbody | Oleg Gaidarenko | 2015-02-11 | 1 | -0/+75 | |
| | | | | | Fixes gh-1835 Closes gh-2021 | |||||
* | Manipulation: simplify html wrappers | Oleg Gaidarenko | 2015-02-10 | 1 | -0/+12 | |
| | | | | | | | | Take advantage of html serialization for html wrappers - saves 26 bytes Plus add additional test for "col" element Closes gh-2031 Fixes gh-2002 | |||||
* | Manipulation: increase delay of data-URI test | Oleg Gaidarenko | 2015-01-26 | 1 | -1/+1 | |
| | | | | | | | For Safar7/Opera - shot in the dark, can't reproduce this locally Fixes gh-1993 (cherry-picked from 30ace26c42954497e44f19e8c7fa100de45c489e) | |||||
* | Manipulation: add support to tag-hyphenated elements | Leonardo Braga | 2015-01-13 | 1 | -0/+17 | |
| | | | | | Fixes #1987 Closes gh-1988 | |||||
* | Manipulation: improve test for data-URI | Oleg Gaidarenko | 2014-12-08 | 1 | -3/+19 | |
| | | | | | | | Some environments do not support data-uri in "src" attribute of script element. Mitigate it with equality assertion Ref a467f8653a6fab2903148df80ab0ce9f5f4fd04f | |||||
* | Manipulation: support data-URI scripts insertion | Bin Xin | 2014-12-03 | 1 | -0/+9 | |
| | | | | | Fixes gh-1887 Closes gh-1888 | |||||
* | Ajax: Always use script injection in globalEval | Oleg Gaidarenko | 2014-06-16 | 1 | -18/+22 | |
| | | | | | Fixes #14757 Closes gh-1449 | |||||
* | Ajax, Manipulation: don't test cross-document manip in Android 2.3 | Michał Gołębiowski | 2014-05-05 | 1 | -2/+17 | |
| | ||||||
* | Tests: Fix failing ajax tests in oldIE | Oleg Gaidarenko | 2014-04-15 | 1 | -1/+1 | |
| | | | | | | (cherry-picked from the 71780965072b1271018f2cf360e82fbe31f4987e) Picked up so tests from the 1.x-master would be more similar to this branch | |||||
* | Tests: remove all the empty line whitespace | Rick Waldron | 2014-02-11 | 1 | -24/+24 | |
| | ||||||
* | Build: Upgrade QUnit to 1.14.0 | Michał Gołębiowski | 2014-02-05 | 1 | -1/+1 | |
| | ||||||
* | Tests: Avoid use of QUnit.reset() in tests by splitting them | cjqed | 2013-12-23 | 1 | -172/+453 | |
| | | | | | Fix #14040 Close gh-1457 | |||||
* | Add unit tests for .html( number ). Close gh-1447. | Jakob Stoeck | 2013-11-26 | 1 | -3/+6 | |
| | ||||||
* | Fix #14340. Remove remnants of oldIE from unit tests. Close gh-1425. | Michał Gołębiowski | 2013-11-11 | 1 | -2/+1 | |
| | ||||||
* | Fix #11809: Update text without creating DOM nodes. Close gh-1412. | Chris Antaki | 2013-11-05 | 1 | -2/+20 | |
| | ||||||
* | Simplify replaceWith method. Closes gh-1276 | Oleg | 2013-09-17 | 1 | -7/+8 | |
| | ||||||
* | Fix #10814. Make support tests lazy and broken out to components. | Michał Gołębiowski | 2013-09-06 | 1 | -9/+3 | |
| | ||||||
* | Fix #13818: Add wrapMap entry for col element | Oleg | 2013-04-24 | 1 | -0/+14 | |
| | ||||||
* | Fix #13810: .replaceWith(nextSibling) | Richard Gibson | 2013-04-22 | 1 | -1/+13 | |
| | ||||||
* | Followup #13779: Backwards-compatible unit test | Richard Gibson | 2013-04-17 | 1 | -1/+1 | |
| | | | | (cherry picked from commit 12a101729086ec1f9b8b029cd66971c11959bc33) | |||||
* | Fix #12838: hook point for non-jQuery.ajax synchronous script fetch/execute ↵ | Richard Gibson | 2013-04-17 | 1 | -8/+51 | |
| | | | | in domManip. Close gh-1051. | |||||
* | Fixes #13779. Remove nodes in document order (uses for loop matching empty()). | Rick Waldron | 2013-04-16 | 1 | -0/+24 | |
| | ||||||
* | Fix #13596; #13722: .replaceWith consistency. Close gh-1216. | Richard Gibson | 2013-04-16 | 1 | -33/+58 | |
| | ||||||
* | Update jshintrc to conform to new style guide. Conform to onevar and unused ↵ | Timmy Willison | 2013-04-09 | 1 | -29/+29 | |
| | | | | in tests. Fixes #13755. | |||||
* | Separate test/unit/wrap.js; make tests not fail when wrap module excluded | Michał Gołębiowski | 2013-04-09 | 1 | -263/+1 | |
| | ||||||
* | Fix #13721. Filter before .remove() loop so positionals work. Close gh-1221. | Dave Methvin | 2013-04-06 | 1 | -3/+16 | |
| | ||||||
* | Fix #13741. Make wrap/unwrap methods optional. Close gh-1222. | Dave Methvin | 2013-04-06 | 1 | -179/+200 | |
| | ||||||
* | bind/unbind changed to on/off in unit tests; refs #13554 | Michał Gołębiowski | 2013-03-25 | 1 | -7/+7 | |
| | ||||||
* | Fix typos. Close gh-1186. | dmitrygusev | 2013-02-28 | 1 | -2/+2 | |
| | ||||||
* | No ticket: Revise unit tests in anticipation of Sizzle-free builds | Richard Gibson | 2013-02-22 | 1 | -35/+30 | |
| |