aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit/core.js
Commit message (Expand)AuthorAgeFilesLines
* Tests: Exclude tests based on compilation flags, not API presence (3.x version)Michał Gołębiowski-Owczarek2022-07-121-11/+11
* Tests: Workaround an XML parsing bug in FirefoxMichał Gołębiowski-Owczarek2022-02-281-1/+7
* Docs: Replace `#NUMBER` Trac issue references with `trac-NUMBER`Michał Gołębiowski-Owczarek2022-01-121-19/+19
* Tests: Skip the jQuery.parseXML error reporting test in Legacy EdgeMichał Gołębiowski-Owczarek2020-12-081-3/+6
* Tests: Fix the jQuery.parseXML error reporting testMichał Gołębiowski-Owczarek2020-12-081-2/+4
* Core: Report browser errors in parseXMLMichał Gołębiowski-Owczarek2020-12-081-2/+25
* 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: Deprecate jQuery.trimShashanka Nataraj2019-09-261-22/+0
* Core: Use Array.prototype.flat where supportedAhmed.S.ElAfifi2019-09-251-1/+19
* Core: Implement .even() & .odd() to replace POS :even & :oddMichał Gołębiowski-Owczarek2019-09-241-0/+12
* Selector: Make selector-native's isXMLDoc recognize HTML-embedded SVGMichał Gołębiowski-Owczarek2019-07-291-8/+46
* 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
* Core: restore enumeration behavior in isPlainObjectTimmy Willison2016-03-071-2/+14
* Core: Deprecate jQuery.parseJSONMichał Gołębiowski2016-03-021-87/+0
* Tests: fix typosWilliam Robinet2016-02-171-1/+1
* Core: Update isNumeric tests for pre-ES2015 safetyRichard Gibson2016-01-241-24/+20
* Core: Improve isNumeric logic and test coverageSteve Mao2016-01-241-2/+23
* Docs: remove compat referencesTimmy Willison2016-01-141-1/+1
* Docs: Fix various spelling errorsJosh Soref2016-01-131-1/+1
* Selector: pass jQuery unit tests with selector-nativeTimmy Willison2015-11-111-3/+7
* Core: make isNumeric limited to strings and numbersTimmy Willison2015-10-211-1/+1
* Core: add unit test for isPlainObject(Symbol)Liza Ramo2015-10-181-0/+9
* Core: make isNumeric test work on SymbolLiza Ramo2015-10-171-0/+7
* Tests: Account for array-like objects in jQuery.grepAurelio De Rosa2015-10-131-6/+73