aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit/core.js
Commit message (Expand)AuthorAgeFilesLines
* Revert "Misc: Drop support for older browsers; update support comments"Timmy Willison2016-01-061-1/+1
* Revert "Core: Return empty array instead of null for parseHTML("")"Oleg Gaidarenko2015-12-221-16/+11
* Build: code style fixes after all those revertsOleg Gaidarenko2015-12-221-25/+25
* Revert "Ajax: Always use script injection in globalEval"Oleg Gaidarenko2015-12-221-10/+16
* Revert "Core: Remove deprecated context and selector properties"Oleg Gaidarenko2015-12-221-5/+47
* Revert "Core: Throw an error on $("#") rather than returning 0-length collect...Oleg Gaidarenko2015-12-221-12/+5
* Revert "Data: do not include digits when camelCasing"Oleg Gaidarenko2015-12-221-1/+1
* Revert "Offset: allow offset setter to throw for disconnected elements"Oleg Gaidarenko2015-12-221-1/+9
* Revert "Core: make isNumeric limited to strings and numbers"Oleg Gaidarenko2015-12-221-1/+1
* Core: make isNumeric limited to strings and numbersTimmy Willison2015-10-251-1/+1
* Core: make isNumeric test work on SymbolLiza Ramo2015-10-251-0/+7
* Core: add unit test for isPlainObject(Symbol)Liza Ramo2015-10-181-0/+9
* Tests: Account for array-like objects in jQuery.grepAurelio De Rosa2015-10-131-6/+73
* Tests: fix code style issuesOleg Gaidarenko2015-10-131-1/+1
* Core: Support Symbol wrapper objects in jQuery.typeChristian Grete2015-10-131-0/+13
* Tests: Add .extend test for defined accessor propertiesOleg Gaidarenko2015-10-121-0/+30
* Tests: more style correctionsOleg Gaidarenko2015-09-081-1/+1
* Tests: further improvements QUnit 2.0 migrationOleg Gaidarenko2015-09-081-6/+14
* Tests: Partially use new qunit interfaceOleg Gaidarenko2015-09-071-523/+535
* Build: Update jscs and lint filesOleg Gaidarenko2015-09-071-495/+499
* Tests: don't use deprecated argument in test declarationOleg Gaidarenko2015-07-301-3/+9
* Core: .each/.map should accept an undefined/null valueThomas Tortorini2015-07-271-0/+12
* Revert "Offset: allow offset setter to throw for disconnected elements"Timmy Willison2015-06-161-1/+9
* Core: Make jQuery objects iterableMichał Gołębiowski2015-06-131-0/+20
* Offset: allow offset setter to throw for disconnected elementsTimmy Willison2015-05-051-9/+1
* Data: do not include digits when camelCasingTimmy Willison2015-05-041-1/+1
* Manipulation: Make an HTML interception pointRichard Gibson2015-04-301-8/+4
* Core: add workaround for iOS JIT error in isArrayLikeTimmy Willison2015-04-291-0/+21
* Core: simplify "each" stylesheet iteration testOleg Gaidarenko2015-02-151-1/+1
* Core: Return empty array instead of null for parseHTML("")Timo Tijhof2015-01-191-4/+9
* Core: add support to tag-hyphenated elementsLeonardo Braga2015-01-131-0/+13
* Core: Remove deprecated context and selector propertiesDave Methvin2015-01-111-44/+1
* Build: fix tests in AMD modeTimmy Willison2014-12-101-13/+16
* Core: introduce createHTMLDocument in parseHTML; Safari 8/IE8 left outTimmy Willison2014-12-101-0/+16
* Core: Throw an error on $("#") rather than returning 0-length collectionDave Methvin2014-12-031-2/+7
* Build: Move test to appropriate moduleOleg Gaidarenko2014-06-161-6/+0
* Ajax: Always use script injection in globalEvalOleg Gaidarenko2014-06-161-0/+13
* Tests: Clean up isNumeric testsRichard Gibson2014-06-071-47/+42
* Core: Work around loss of precision from parseFloatRichard Gibson2014-06-071-1/+2
* Core: Correct the number of expected testsMichał Gołębiowski2014-05-021-1/+1
* Core: Remove repeated testLiang Peng2014-05-021-1/+0
* Core: Blacklist the ready test on async-loaded jQuery in iOS7Michał Gołębiowski2014-03-171-4/+9
* Core: Add test for jQuery.ready.promise fallback loadMichał Gołębiowski2014-03-131-0/+5
* Core: Do not run window.onready when readyDave Methvin2014-03-041-0/+7
* Core: Arrays like [42] should fail .isNumeric()Dave Methvin2014-03-041-1/+3
* Build: Upgrade QUnit to 1.14.0Michał Gołębiowski2014-02-051-14/+14
* Tests: Avoid use of QUnit.reset() in tests by splitting themcjqed2014-01-031-2/+0
* Add es3: true to test/.jshintrc. Make tests conform to that jsHint setting.Michał Gołębiowski2013-11-151-1/+1
* Fix #14492: More correct jQuery.parseJSON. Close gh-1419.Richard Gibson2013-11-121-6/+69
* No ticket. Restore some parsing tests in core. (cherry-picked from 650f325d8e...Michał Gołębiowski2013-11-101-5/+8