aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit/core.js
Commit message (Collapse)AuthorAgeFilesLines
* Core: Blacklist the ready test on async-loaded jQuery in iOS7Michał Gołębiowski2014-03-171-4/+9
| | | | | | (cherry-picked from 551578eb3676f67cccd8a91a582c2225bc970cac) Fixes #14882
* Core: Add test for jQuery.ready.promise fallback loadMichał Gołębiowski2014-03-131-0/+5
| | | | | | Fix #13655 Close gh-1209 Ref 32b066d3805a48f8c8312562ed52a1b5910b1d85
* Core: Do not run window.onready when readyDave Methvin2014-03-041-0/+7
| | | | | Fixes #14802 (cherry picked from commit 2df1aad6a1c9376c2a477eba26ee992113ed1c23)
* Core: Arrays like [42] should fail .isNumeric()Dave Methvin2014-03-041-1/+3
| | | | | Fixes #14179 (cherry picked from commit 10efa1f5b44046aab6bcc8423322a41923faa290)
* Build: Upgrade QUnit to 1.14.0Michał Gołębiowski2014-02-051-14/+14
| | | | (cherry-picked from 95b21c6ec2790d0d051cdfe95d73148d7c385d68)
* Tests: Avoid use of QUnit.reset() in tests by splitting themcjqed2014-01-031-2/+0
| | | | | Closes gh-1470 Ref #1457
* 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 ↵Michał Gołębiowski2013-11-101-5/+8
| | | | 650f325d8e5e9092cd8ca7c1a7ab62c4bba582cf)
* 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: Hide the testing-support jQuery from testsRichard Gibson2013-09-031-3/+4
| | | | | | | | (cherry picked from commit 0c185209233f4c15e57c6a24e8f81b27dd26db59) Conflicts: test/data/testrunner.js
* Ref #14313: Optimize 1.x jQuery.merge for size.Amey Sakhadeo2013-09-031-12/+52
| | | | (cherry picked from commits c75c9a8ebb5d2483daa68bec799e0d770083a811 f66d53c85643e703a8e37d9ca9375dd386a60cda)
* AMD-ify jQuery sourcegit s! Woo! Fixes #14113, #14163.Timmy Willison2013-08-151-7/+7
| | | | | | | | | | | | | | | | | | | | Conflicts: Gruntfile.js README.md src/ajax.js src/ajax/xhr.js src/attributes.js src/core.js src/css.js src/data.js src/effects.js src/event.js src/manipulation.js src/offset.js src/selector-native.js src/traversing.js test/unit/core.js test/unit/data.js
* Fix #13223. Re-allow leading space in HTML. Close gh-1264.Dave Methvin2013-05-091-1/+7
|
* Fix #13741. Make wrap/unwrap methods optional; close gh-1236.Michał Gołębiowski2013-04-171-5/+0
| | | | | | | move size() test to unit/deprecated; don't use size() in other tests; make 2 unit tests actually fire; code cleanup
* Update jshintrc to conform to new style guide. Conform to onevar and unused ↵Timmy Willison2013-04-091-83/+96
| | | | | | | | | | | | | | | | in tests. Fixes #13755. Conflicts: src/.jshintrc src/data.js test/unit/attributes.js test/unit/core.js test/unit/data.js test/unit/event.js test/unit/manipulation.js test/unit/queue.js test/unit/traversing.js test/unit/wrap.js
* Fix #12199. Handle iteration over inherited properties in oldIE. CloseBrandon Johnson2013-04-041-1/+11
| | | | gh-1196.
* 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
| | | | (cherry picked from commit 59f5adb622dd6bc3419bbaa9cc2d4acd7a0b08b9)
* 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
|
* Resurrect buildFragment and sacrifice jQuery.clean. See gh-1117.Dave Methvin2013-01-081-1/+8
|
* 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
|