aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit/core.js
Commit message (Expand)AuthorAgeFilesLines
...
* 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 propertiesConnor Atherton2015-10-121-0/+23
* Tests: more style correctionsOleg Gaidarenko2015-09-081-1/+1
* Tests: further improvements QUnit 2.0 migrationOleg Gaidarenko2015-09-081-6/+14
* Build: Update jscs and lint filesOleg Gaidarenko2015-09-071-499/+505
* Tests: partially use new qunit interfaceOleg Gaidarenko2015-08-161-530/+542
* 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
* Build: Acknowledge Android 2.3 is not ES5-compatibleMichał Gołębiowski2015-07-201-1/+1
* 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-031-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
* Core: re-introduce createHTMLDocument in parseHTML; Safari 8 left outTimmy Willison2014-12-101-1/+17
* Core: revert addition of createHTMLDocument. Thanks, Safari 8.Timmy Willison2014-12-091-14/+0
* Core: remove unnecessary support test for createHTMLDocumentTimmy Willison2014-12-091-14/+10
* Build: fix tests in AMD modeTimmy Willison2014-12-091-13/+16
* Core: use document.implemenation.createHTMLDocument in jQuery.parseHTMLFrederic Hemberger2014-12-091-0/+18
* 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: 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 themcjqed2013-12-231-2/+0
* Fix #14492: More correct jQuery.parseJSON. Close gh-1419.Richard Gibson2013-11-121-6/+69
* Fix #14340. Remove remnants of oldIE from unit tests. Close gh-1425.Michał Gołębiowski2013-11-111-2/+0
* No ticket. Restore some parsing tests in core.Michał Gołębiowski2013-11-101-5/+8
* Fix #14074: element id="nodeName". Close gh-1389.Richard Gibson2013-11-071-0/+7
* Add unit tests for jQuery.grep. Close gh-1345.Amey Sakhadeo2013-09-121-0/+20
* No ticket. Update support comments to reflect current state of affairs.Michał Gołębiowski2013-09-071-1/+0
* No ticket: Hide the testing-support jQuery from testsRichard Gibson2013-09-031-3/+4
* Ref #14313: Further code and test improvementsRichard Gibson2013-09-031-12/+52
* AMD-ify jQuery sourcegit s! Woo! Fixes #14113, #14163.Timmy Willison2013-08-151-12/+12
* Fixes #13976: Garbage input should not cause error in buildFragment. Close gh...ruado19872013-07-011-1/+2
* Fix #13223. Re-allow leading space in HTML. Close gh-1264.Dave Methvin2013-05-091-1/+7
* Update jshintrc to conform to new style guide. Conform to onevar and unused i...Timmy Willison2013-04-091-83/+96
* Move size() test to deprecated.js and avoid in other tests. Close gh-1237.Michał Gołębiowski2013-04-081-6/+1