aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit/core.js
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix #13655. Add test for jQuery.ready.promise fallback load. Close gh-1209.Michał Gołębiowski2013-04-041-0/+5
* Fixes #13714. jQuery.globalEval gotcha w/ strings that contain valid, prologu...Rick Waldron2013-04-031-0/+8
* Revert 8d1c42296fefc4e79189b6c2d78a8a78fdd9576dRick Waldron2013-03-061-41/+2
* Fixes #13571. jQuery.isPlainObject 1.9.x compatibilityRick Waldron2013-03-061-2/+41
* Fix typos. Close gh-1186.dmitrygusev2013-02-281-4/+4
* No ticket: Revise unit tests in anticipation of Sizzle-free buildsRichard Gibson2013-02-221-4/+8
* Adds test for jQuery.extend deep copy with array, followed by object. Refutes...Rick Waldron2013-02-031-0/+21
* Fix #12656. Make event shorthands excludable.Dave Methvin2013-01-271-3/+6
* Fix #13274: Wrap sourceMap directive in multiline comments. Close gh-1143.Richard Gibson2013-01-251-0/+7
* Change test descriptionOleg2013-01-081-1/+2
* Bring back jQuery.buildFragment and remove jQuery.cleanOleg2013-01-081-1/+9
* Fix #13075. Optimize $.type by preferring `typeof`. Close gh-1089.Sebi Burkhard2012-12-231-1/+11
* Adjust jQuery('html') detection to only match when html starts with '<' (not ...timmywil2012-12-131-8/+4
* Fix IE failures from 55313d32Richard Gibson2012-12-111-17/+16
* Be specific about Firefox nodes-as-nodelist. Never assume that modern browser...Rick Waldron2012-12-101-1/+3
* Fixes #13021. Normalization of core utility array like detection based on sta...Rick Waldron2012-12-101-72/+193
* Don't test what ain't there no moreRichard Gibson2012-12-061-122/+0