aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit/core.js
Commit message (Expand)AuthorAgeFilesLines
* Tests: replace dead links in qunit fixtureTimmy Willison2024-08-121-8/+8
* CSS:Selector: Align with 3.x, remove the outer `selector.js` wrapperMichał Gołębiowski-Owczarek2023-09-201-1/+1
* Core: Simplify code post browser support reductionMichał Gołębiowski-Owczarek2023-09-201-1/+1
* Build: migrate most grunt tasks off of gruntTimmy Willison2023-09-181-51/+67
* Selector: Backport jQuery selection context logic to selector-nativeMichał Gołębiowski-Owczarek2023-02-131-1/+1
* Core:Selector: Move jQuery.contains from the selector to the core moduleMichał Gołębiowski-Owczarek2022-12-121-0/+56
* Tests: Remove a workaround for a Firefox XML parsing issueMichał Gołębiowski-Owczarek2022-10-031-7/+1
* Tests: Exclude tests based on compilation flags, not API presenceMichał Gołębiowski-Owczarek2022-06-281-11/+11
* Tests: Workaround an XML parsing bug in FirefoxMichał Gołębiowski-Owczarek2022-02-281-1/+7
* 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-18/+18
* Core: Report browser errors in parseXMLMichał Gołębiowski-Owczarek2020-12-081-2/+25
* Core: Make jQuery.isXMLDoc accept falsy inputMichał Gołębiowski-Owczarek2020-12-071-0/+10
* Core: Drop support for Edge Legacy (i.e. non-Chromium Microsoft Edge)Michał Gołębiowski-Owczarek2020-09-221-4/+4
* Manipulation: Make jQuery.htmlPrefilter an identity functionMichał Gołębiowski-Owczarek2020-03-161-7/+7
* Core: Fire iframe script in its context, add doc param in globalEvalMichał Gołębiowski-Owczarek2020-02-101-0/+13
* Core: Use Array.prototype.flat where supportedAhmed.S.ElAfifi2019-09-251-1/+18
* Core: Implement .even() & .odd() to replace POS :even & :oddMichał Gołębiowski-Owczarek2019-09-241-0/+12
* Core: Deprecate jQuery.trimShashanka Nataraj2019-08-221-22/+0
* Selector: Inline Sizzle into the selector moduleMichał Gołębiowski-Owczarek2019-07-291-3/+3
* Selector: Port Sizzle tests to jQueryMichał Gołębiowski-Owczarek2019-06-261-8/+46
* Core: Remove IE-specific support tests, rely on document.documentModeMichał Gołębiowski-Owczarek2019-05-131-2/+2
* Core: Drop support for IE <11, iOS <11, Firefox <65, Android Browser & PhantomJSMichał Gołębiowski-Owczarek2019-04-291-34/+16
* Build: Update Sinon from 2.3.7 to 7.3.1, other updatesMichał Gołębiowski-Owczarek2019-04-041-3/+3
* Core: Prevent Object.prototype pollution for $.extend( true, ... )Michał Gołębiowski-Owczarek2019-03-251-0/+7
* Build: Update jsdom; migrate a test with Symbol polyfill to an iframe testMichał Gołębiowski-Owczarek2019-03-041-0/+11
* Build: Update test code for compatibility with QUnit 2.x (#4297)abnud12019-02-181-8/+10
* Core: deprecate jQuery.typeJason Bedard2018-01-161-53/+1
* Core: deprecate jQuery.isNumericJason Bedard2018-01-151-75/+0
* Core: deprecate jQuery.isFunctionJason Bedard2018-01-151-147/+0
* Core: deprecate jQuery.proxy (not slated for removal)Timmy Willison2018-01-081-48/+0
* Core: deprecate jQuery.nowTimmy Willison2018-01-081-2/+2
* Core: make camelCase function available only for internal usageNilton Cesar2018-01-081-19/+0
* Tests: Add support for running unit tests via grunt with karmaTimo Tijhof2017-12-181-3/+3
* Core: Deprecate jQuery.isWindowShashanka Nataraj2017-07-101-19/+0
* Tests: minor typosAndreas Solleder2017-06-051-1/+1
* Core: Update isFunction to handle unusual-@@toStringTag inputRichard Gibson2017-04-241-2/+62
* Core: Deprecate jQuery.nodeNamekaran-962017-03-011-2/+2
* Tests: Added tests for symbol-separated tag namesDavid Broder-Rodgers2016-12-291-9/+18
* Core: Deprecate jQuery.isArrayManoj Kumar2016-11-301-2/+2
* Core: expose noConflict in AMD modeTimmy Willison2016-08-151-16/+13
* Build: More ESLint related changesOleg Gaidarenko2016-07-091-1/+0
* Core: Re-throw errors that happened in callbacks wrapped in jQuery readyMichał Gołębiowski2016-07-071-1/+51
* Build: ESLint detailsOleg Gaidarenko2016-06-111-12/+11
* Tests: Refactor testIframe() to make it DRYer and more consistentDave Methvin2016-04-111-9/+9
* Core: add test for `jQuery.isPlainObject(localStorage)`Oleg Gaidarenko2016-04-081-0/+6
* Core: Simplify isPlainObjectRichard Gibson2016-04-041-5/+6
* Core: set the base href of the context in parseHTMLTimmy Willison2016-04-041-0/+9
* Core: Restore 1.x isPlainObject constructor checksRichard Gibson2016-03-141-1/+10
* Tests: add additional test for jQuery.isPlainObjectOleg Gaidarenko2016-03-121-1/+11