aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit/core.js
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
| | | | | | | | | | | (cherry picked from commit 126d596b56924613687329b7aab4f0cdf4b593b3) Conflicts: src/data.js src/data/accepts.js test/unit/core.js test/unit/data.js
* 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 ↵ruado19872013-07-011-1/+2
| | | | gh-1284
* Fix #13223. Re-allow leading space in HTML. Close gh-1264.Dave Methvin2013-05-091-1/+7
| | | | (cherry picked from commit 00eafdf028f7730665ce1c05ab44e3f0bc80fbc2)
* Update jshintrc to conform to new style guide. Conform to onevar and unused ↵Timmy Willison2013-04-091-83/+96
| | | | in tests. Fixes #13755.
* 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, ↵Rick Waldron2013-04-031-0/+8
| | | | | | prologue position strict mode pragma Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
* Revert 8d1c42296fefc4e79189b6c2d78a8a78fdd9576dRick Waldron2013-03-061-41/+2
|
* Fixes #13571. jQuery.isPlainObject 1.9.x compatibilityRick Waldron2013-03-061-2/+41
| | | | Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
* 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. ↵Rick Waldron2013-02-031-0/+21
| | | | Refutes and Closes #1154
* 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
| | | | (cherry picked from commit ac93559eb9f18fcaec95dfdc97358b1b85bfe234)
* 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
| | | | Also fixes browsers where `typeof RegExp === "function"`.
* Adjust jQuery('html') detection to only match when html starts with '<' (not ↵timmywil2012-12-131-8/+4
| | | | counting space characters). Fixes #11290.
* Fix IE failures from 55313d32Richard Gibson2012-12-111-17/+16
|
* Be specific about Firefox nodes-as-nodelist. Never assume that modern ↵Rick Waldron2012-12-101-1/+3
| | | | | | browsers will "get it right". Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
* Fixes #13021. Normalization of core utility array like detection based on ↵Rick Waldron2012-12-101-72/+193
| | | | standard protocol by Richard Gibson <richard.gibson@gmail.com>. Closes gh-1064
* Don't test what ain't there no moreRichard Gibson2012-12-061-122/+0
|
* No ticket: improve global variable/ajax request trackingRichard Gibson2012-12-021-2/+1
|
* Fix #12191. jQuery.type should return "error" for Error objects.Dave Methvin2012-11-241-1/+2
|
* No ticket: update test suite to pass QUnit globals check in most ↵Richard Gibson2012-11-051-51/+38
| | | | environments. Close gh-1016.
* No ticket: remove test suite external dependenciesRichard Gibson2012-11-011-7/+7
|
* Fix #12107. Let .proxy() curry args without overwriting context. Close gh-866.Marcel Greter2012-10-201-1/+9
|
* Fix #4262: faster .eq(), closes gh-1000.Richard Gibson2012-10-191-40/+9
|
* Combine parseJSON tests and fix style.Dave Methvin2012-10-191-71/+14
| | | | We only care about the result of parseJSON so there's no reason to feature detect the entire test.
* Followup for #12751, only test on browsers with JSON.parseDave Methvin2012-10-191-33/+36
|
* Fix #12751. Ensure parseJson throws in the same situations as JSON.parse. ↵James Huston2012-10-171-3/+54
| | | | Close gh-993.
* enforce double quotes via JSHint. Closes gh-975Mike Sherov2012-10-161-1/+1
|
* Skip jQuery.sub() test since IE6 can't handle it.Dave Methvin2012-10-091-1/+2
|
* Break big-html check into its own test for IE6.Dave Methvin2012-10-091-5/+8
|
* Test: Clean up and fix misc issuesTimo Tijhof2012-10-091-6/+6
| | | | | | | | | | | | * Clean up testinit and testrunner * Uncomment isLocal (at least make sure it is declared) * Rephrase environment assertions to make sense if one reads them when they pass. * Optimise an expensive loop that might be the cause of this in IE6: http://cl.ly/image/3f20053m112n
* Fix #12350: jQuery.trim should remove BOMRichard Gibson2012-08-211-1/+6
|
* Revert "Fix #12350. Remove BOM in jQuery.trim. Close gh-897."Dave Methvin2012-08-201-6/+1
| | | | | | | | This reverts commit 2b5b4ebbd78ce10cbbe2a6f057feea615fc69629. String.prototype.trim doesn't trim BOM in Safari 5.0 so this won't work without additional feature detects. http://swarm.jquery.org/result/165379
* Fix #12350. Remove BOM in jQuery.trim. Close gh-897.Wesley Walser2012-08-191-1/+6
|
* Fix #12026. Let props in $(html, props) be any jQuery.fn method.Dave Methvin2012-07-051-4/+12
| | | | Closes gh-839.
* Make unit tests friendly to Closure Compiler. Closes gh-845.Chad Killingsworth2012-07-051-102/+102
| | | | | | Conflicts: test/unit/effects.js test/unit/offset.js
* Move jQuery.sub to deprecated.js, because it is.Dave Methvin2012-06-291-0/+4
|
* Adds src/deprecated.js, test/unit/deprecated.js; -deprecated flag; Moves ↵Rick Waldron2012-06-251-22/+0
| | | | jQuery.browser and removes use in test/unit/ajax.js. Fixes #11965
* Add parseHTML for explicitly parsing strings into html. Fixes #11617.timmywil2012-06-211-0/+29
|