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 fixtureTimmy Willison2024-08-121-58/+58
* Build: improve specificity of eslint config; add ecma versionsTimmy Willison2024-06-061-8/+6
* Tests: migrate testing infrastructure to minimal dependenciesTimmy Willison2024-02-261-1/+1
* Manipulation: Generalize a test to support IERichard Gibson2024-01-131-3/+17
* Manipulation: Support $el.html(selfRemovingScript) (#5378)Richard Gibson2024-01-081-0/+15
* Build: migrate most grunt tasks off of gruntTimmy Willison2023-09-181-5/+10
* Core: Fix regression in jQuery.text() on HTMLDocument objectsTimo Tijhof2023-06-121-2/+5
* Selector:Manipulation: Fix DOM manip within template contentsMichał Gołębiowski-Owczarek2022-11-141-0/+40
* Tests: Exclude tests based on compilation flags, not API presenceMichał Gołębiowski-Owczarek2022-06-281-8/+8
* Docs: Fix incorrect `trac-NUMBER` referencesMichał Gołębiowski-Owczarek2022-01-121-1/+1
* Docs: Replace `#NUMBER` Trac issue references with `trac-NUMBER`Michał Gołębiowski-Owczarek2022-01-041-42/+42
* Core:Manipulation: Add basic TrustedHTML supportMichał Gołębiowski-Owczarek2021-09-301-0/+16
* Manipulation: Don't remove HTML comments from scriptsMichał Gołębiowski-Owczarek2021-07-191-6/+18
* Core: Drop support for Edge Legacy (i.e. non-Chromium Microsoft Edge)Michał Gołębiowski-Owczarek2020-09-221-23/+6
* Manipulation: Respect script crossorigin attribute in DOM manipulation高灰2020-09-221-0/+33
* Manipulation: Avoid concatenating strings in buildFragmentMichał Gołębiowski-Owczarek2020-06-101-0/+11
* 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 Michał Gołębiowski-Owczarek2020-01-071-4/+5
* Docs: Update links to EdgeHTML issues to go through Web ArchiveMichał Gołębiowski-Owczarek2020-01-071-3/+3
* Docs: Update most URLs to HTTPSMichał Gołębiowski-Owczarek2019-10-211-4/+4
* Selector: Inline Sizzle into the selector moduleMichał Gołębiowski-Owczarek2019-07-291-6/+6
* Selector: Port Sizzle tests to jQueryMichał Gołębiowski-Owczarek2019-06-261-1/+1
* Core: Remove IE-specific support tests, rely on document.documentModeMichał Gołębiowski-Owczarek2019-05-131-16/+13
* Core: Drop support for IE <11, iOS <11, Firefox <65, Android Browser & PhantomJSMichał Gołębiowski-Owczarek2019-04-291-75/+33
* 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