aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit/manipulation.js
Commit message (Expand)AuthorAgeFilesLines
* Core: Preserve CSP nonce on scripts with src attribute in DOM manipulationbuddh42019-03-251-0/+23
* Build: Update QUnit from 1.23.1 to 2.9.2Michał Gołębiowski-Owczarek2019-03-041-2/+2
* Build: Update test code for compatibility with QUnit 2.x (#4297)abnud12019-02-181-36/+41
* Core: Support passing nonce through jQuery.globalEvalMichał Gołębiowski-Owczarek2019-01-211-0/+23
* Manipulation: Respect script nomodule attribute in DOM manipulationMichał Gołębiowski-Owczarek2019-01-211-1/+31
* Tests: Skip nonce tests in old iOS/Android as wellMichał Gołębiowski-Owczarek2019-01-141-2/+5
* Core: Preserve CSP nonce on scripts in DOM manipulationMichał Gołębiowski-Owczarek2019-01-141-0/+20
* Manipulation: Only evaluate HTTP-successful script srcRichard Gibson2018-12-121-0/+17
* Tests: Skip module tests in EdgeMichał Gołębiowski-Owczarek2018-07-301-1/+7
* Manipulation: Properly detect HTML elements with single-character namesRichard Gibson2018-07-131-0/+15
* Tests: ensure that module assertions run on supported browsersTimmy Willison2018-01-161-8/+14
* Manipulation: Add support for scripts with module typebasil.belokon2018-01-161-0/+16
* Core: deprecate jQuery.isFunctionJason Bedard2018-01-151-1/+1
* Tests: Add support for running unit tests via grunt with karmaTimo Tijhof2017-12-181-2/+2
* Tests: minor typosAndreas Solleder2017-06-051-1/+1
* Core: Deprecate jQuery.nodeNamekaran-962017-03-011-8/+8
* Manipulation: Restrict the tbody search to child nodesRichard Gibson2017-01-091-0/+20
* Build: More ESLint related changesOleg Gaidarenko2016-07-091-1/+1
* Build: ESLint detailsOleg Gaidarenko2016-06-111-9/+9
* Tests: Refactor testIframe() to make it DRYer and more consistentDave Methvin2016-04-111-5/+5
* Docs:Tests: Remove obsolete code from tests, update support commentsMichał Gołębiowski2016-03-081-30/+2
* Tests: Fix manipulation tests in Android 4.4Michał Gołębiowski2016-01-271-0/+12
* Docs: Updated links to https where they are supported.Jon Dufresne2016-01-131-1/+1
* Docs: Fix various spelling errorsJosh Soref2016-01-131-3/+3
* Manipulation: Bring tagname regexes up to specLeonardo Braga2016-01-071-0/+67
* Selector: pass jQuery unit tests with selector-nativeTimmy Willison2015-11-111-101/+122
* Manipulation: execute scripts from iframe in the iframe's contextTimmy Willison2015-11-091-0/+11
* Data: avoid using delete on DOM nodesJason Bedard2015-09-081-2/+2
* Tests: further improvements QUnit 2.0 migrationOleg Gaidarenko2015-09-081-4/+4
* Build: Update jscs and lint filesOleg Gaidarenko2015-09-071-789/+788
* Tests: partially use new qunit interfaceOleg Gaidarenko2015-08-161-671/+671
* Tests: don't use deprecated argument in test declarationOleg Gaidarenko2015-07-301-7/+21
* Docs: Fix various spelling mistakesBruno Pérel2015-07-301-1/+1
* Data: remove user data in cleanDataJason Bedard2015-07-281-1/+23
* Ajax: Account for Android 2.3 not firing window.onerror on script errorsMichał Gołębiowski2015-07-281-0/+11
* Manipulation: Make an HTML interception pointRichard Gibson2015-04-301-40/+75
* Manipulation: Detect sneaky no-content replaceWith inputRichard Gibson2015-04-301-4/+20
* Data: restore explicit data removal of private data in cleanData.Rick Waldron2015-03-091-0/+17
* Data: move element cache to element[expando]Rick Waldron2015-03-041-7/+2
* Build: fix broken assertions caused by QUnit updateOleg Gaidarenko2015-02-151-8/+8
* Manipulation: don't auto-insert tbodyOleg Gaidarenko2015-02-111-0/+75
* Manipulation: simplify html wrappersOleg Gaidarenko2015-02-101-0/+12
* Manipulation: increase delay of data-URI testOleg Gaidarenko2015-01-261-1/+1
* Manipulation: add support to tag-hyphenated elementsLeonardo Braga2015-01-131-0/+17
* Manipulation: improve test for data-URIOleg Gaidarenko2014-12-081-3/+19
* Manipulation: support data-URI scripts insertionBin Xin2014-12-031-0/+9
* Ajax: Always use script injection in globalEvalOleg Gaidarenko2014-06-161-18/+22
* Ajax, Manipulation: don't test cross-document manip in Android 2.3Michał Gołębiowski2014-05-051-2/+17
* Tests: Fix failing ajax tests in oldIEOleg Gaidarenko2014-04-151-1/+1
* Tests: remove all the empty line whitespaceRick Waldron2014-02-111-24/+24