aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit/manipulation.js
Commit message (Expand)AuthorAgeFilesLines
* Manipulation: Make jQuery.cleanData not skip elements during cleanupac-mmi2024-09-111-0/+40
* Tests: replace dead links in qunit fixture; use httpsTimmy Willison2024-08-241-58/+58
* Build: upgrade dependencies, including eslint 9.4.0 and uglify 3.7.7Timmy Willison2024-06-151-3/+3
* Build: improve specificity of eslint config; add ecma versionsTimmy Willison2024-06-101-8/+6
* Manipulation: Generalize a test to support IERichard Gibson2024-01-131-3/+17
* Manipulation: Support $el.html(selfRemovingScript)Richard Gibson2024-01-081-0/+15
* Build: migrate most grunt tasks off of grunt (3.x)Timmy Willison2023-09-201-5/+13
* Tests: Skip a new `.text()` test in IE 9Michał Gołębiowski-Owczarek2023-06-121-2/+6
* Core: Fix regression in jQuery.text() on HTMLDocument objectsTimo Tijhof2023-06-121-2/+5
* Selector: Inline Sizzle into the selector module: 3.x version (#5113)Michał Gołębiowski-Owczarek2022-12-141-7/+7
* Selector:Manipulation: Fix DOM manip within template contentsMichał Gołębiowski-Owczarek2022-11-161-0/+43
* Tests: Exclude tests based on compilation flags, not API presence (3.x version)Michał Gołębiowski-Owczarek2022-07-121-7/+7
* Docs: Replace `#NUMBER` Trac issue references with `trac-NUMBER`Michał Gołębiowski-Owczarek2022-01-121-42/+42
* Manipulation: Don't remove HTML comments from scriptsMichał Gołębiowski-Owczarek2021-07-191-1/+12
* Tests: Workaround failures in recent XSS tests in iOS 8 - 12Michał Gołębiowski-Owczarek2020-04-301-7/+15
* Docs: Fix typosPierre Grimaud2020-04-291-2/+2
* Tests: Add tests for recently fixed manipulation XSS issuesMichał Gołębiowski-Owczarek2020-04-291-0/+49
* Manipulation: Make jQuery.htmlPrefilter an identity functionMichał Gołębiowski-Owczarek2020-03-161-71/+67
* Core: Fire iframe script in its context, add doc param in globalEvalMichał Gołębiowski-Owczarek2020-02-101-0/+21
* Build:Tests: Fix custom build tests, verify on Travis; name Travis jobsMichał Gołębiowski-Owczarek2020-01-271-4/+5
* Docs: Update links to EdgeHTML issues to go through Web ArchiveMichał Gołębiowski-Owczarek2020-01-081-22/+22
* 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