Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Core: Blacklist the ready test on async-loaded jQuery in iOS7 | Michał Gołębiowski | 2014-03-17 | 1 | -4/+9 |
| | | | | | | (cherry-picked from 551578eb3676f67cccd8a91a582c2225bc970cac) Fixes #14882 | ||||
* | Core: Add test for jQuery.ready.promise fallback load | Michał Gołębiowski | 2014-03-13 | 1 | -0/+5 |
| | | | | | | Fix #13655 Close gh-1209 Ref 32b066d3805a48f8c8312562ed52a1b5910b1d85 | ||||
* | Core: Do not run window.onready when ready | Dave Methvin | 2014-03-04 | 1 | -0/+7 |
| | | | | | Fixes #14802 (cherry picked from commit 2df1aad6a1c9376c2a477eba26ee992113ed1c23) | ||||
* | Core: Arrays like [42] should fail .isNumeric() | Dave Methvin | 2014-03-04 | 1 | -1/+3 |
| | | | | | Fixes #14179 (cherry picked from commit 10efa1f5b44046aab6bcc8423322a41923faa290) | ||||
* | Build: Upgrade QUnit to 1.14.0 | Michał Gołębiowski | 2014-02-05 | 1 | -14/+14 |
| | | | | (cherry-picked from 95b21c6ec2790d0d051cdfe95d73148d7c385d68) | ||||
* | Tests: Avoid use of QUnit.reset() in tests by splitting them | cjqed | 2014-01-03 | 1 | -2/+0 |
| | | | | | Closes gh-1470 Ref #1457 | ||||
* | Add es3: true to test/.jshintrc. Make tests conform to that jsHint setting. | Michał Gołębiowski | 2013-11-15 | 1 | -1/+1 |
| | |||||
* | Fix #14492: More correct jQuery.parseJSON. Close gh-1419. | Richard Gibson | 2013-11-12 | 1 | -6/+69 |
| | |||||
* | No ticket. Restore some parsing tests in core. (cherry-picked from ↵ | Michał Gołębiowski | 2013-11-10 | 1 | -5/+8 |
| | | | | 650f325d8e5e9092cd8ca7c1a7ab62c4bba582cf) | ||||
* | Fix #14074: element id="nodeName". Close gh-1389. | Richard Gibson | 2013-11-07 | 1 | -0/+7 |
| | |||||
* | Add unit tests for jQuery.grep. Close gh-1345. | Amey Sakhadeo | 2013-09-12 | 1 | -0/+20 |
| | |||||
* | No ticket: Hide the testing-support jQuery from tests | Richard Gibson | 2013-09-03 | 1 | -3/+4 |
| | | | | | | | | (cherry picked from commit 0c185209233f4c15e57c6a24e8f81b27dd26db59) Conflicts: test/data/testrunner.js | ||||
* | Ref #14313: Optimize 1.x jQuery.merge for size. | Amey Sakhadeo | 2013-09-03 | 1 | -12/+52 |
| | | | | (cherry picked from commits c75c9a8ebb5d2483daa68bec799e0d770083a811 f66d53c85643e703a8e37d9ca9375dd386a60cda) | ||||
* | AMD-ify jQuery sourcegit s! Woo! Fixes #14113, #14163. | Timmy Willison | 2013-08-15 | 1 | -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 Methvin | 2013-05-09 | 1 | -1/+7 |
| | |||||
* | Fix #13741. Make wrap/unwrap methods optional; close gh-1236. | Michał Gołębiowski | 2013-04-17 | 1 | -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 Willison | 2013-04-09 | 1 | -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. Close | Brandon Johnson | 2013-04-04 | 1 | -1/+11 |
| | | | | gh-1196. | ||||
* | Fix typos. Close gh-1186. | dmitrygusev | 2013-02-28 | 1 | -4/+4 |
| | |||||
* | No ticket: Revise unit tests in anticipation of Sizzle-free builds | Richard Gibson | 2013-02-22 | 1 | -4/+8 |
| | | | | (cherry picked from commit 59f5adb622dd6bc3419bbaa9cc2d4acd7a0b08b9) | ||||
* | Fix #12656. Make event shorthands excludable. | Dave Methvin | 2013-01-27 | 1 | -3/+6 |
| | |||||
* | Fix #13274: Wrap sourceMap directive in multiline comments. Close gh-1143. | Richard Gibson | 2013-01-25 | 1 | -0/+7 |
| | |||||
* | Resurrect buildFragment and sacrifice jQuery.clean. See gh-1117. | Dave Methvin | 2013-01-08 | 1 | -1/+8 |
| | |||||
* | Fix #13075. Optimize $.type by preferring `typeof`. Close gh-1089. | Sebi Burkhard | 2012-12-23 | 1 | -1/+11 |
| | | | | Also fixes browsers where `typeof RegExp === "function"`. | ||||
* | Adjust jQuery('html') detection to only match when html starts with '<' (not ↵ | timmywil | 2012-12-13 | 1 | -8/+4 |
| | | | | counting space characters). Fixes #11290. | ||||
* | Fix IE failures from 55313d32 | Richard Gibson | 2012-12-11 | 1 | -17/+16 |
| | |||||
* | Be specific about Firefox nodes-as-nodelist. Never assume that modern ↵ | Rick Waldron | 2012-12-10 | 1 | -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 Waldron | 2012-12-10 | 1 | -72/+193 |
| | | | | standard protocol by Richard Gibson <richard.gibson@gmail.com>. Closes gh-1064 | ||||
* | Don't test what ain't there no more | Richard Gibson | 2012-12-06 | 1 | -122/+0 |
| | |||||
* | No ticket: improve global variable/ajax request tracking | Richard Gibson | 2012-12-02 | 1 | -2/+1 |
| | |||||
* | Fix #12191. jQuery.type should return "error" for Error objects. | Dave Methvin | 2012-11-24 | 1 | -1/+2 |
| | |||||
* | No ticket: update test suite to pass QUnit globals check in most ↵ | Richard Gibson | 2012-11-05 | 1 | -51/+38 |
| | | | | environments. Close gh-1016. | ||||
* | No ticket: remove test suite external dependencies | Richard Gibson | 2012-11-01 | 1 | -7/+7 |
| | |||||
* | Fix #12107. Let .proxy() curry args without overwriting context. Close gh-866. | Marcel Greter | 2012-10-20 | 1 | -1/+9 |
| | |||||
* | Fix #4262: faster .eq(), closes gh-1000. | Richard Gibson | 2012-10-19 | 1 | -40/+9 |
| | |||||
* | Combine parseJSON tests and fix style. | Dave Methvin | 2012-10-19 | 1 | -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.parse | Dave Methvin | 2012-10-19 | 1 | -33/+36 |
| | |||||
* | Fix #12751. Ensure parseJson throws in the same situations as JSON.parse. ↵ | James Huston | 2012-10-17 | 1 | -3/+54 |
| | | | | Close gh-993. | ||||
* | enforce double quotes via JSHint. Closes gh-975 | Mike Sherov | 2012-10-16 | 1 | -1/+1 |
| | |||||
* | Skip jQuery.sub() test since IE6 can't handle it. | Dave Methvin | 2012-10-09 | 1 | -1/+2 |
| | |||||
* | Break big-html check into its own test for IE6. | Dave Methvin | 2012-10-09 | 1 | -5/+8 |
| | |||||
* | Test: Clean up and fix misc issues | Timo Tijhof | 2012-10-09 | 1 | -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 BOM | Richard Gibson | 2012-08-21 | 1 | -1/+6 |
| | |||||
* | Revert "Fix #12350. Remove BOM in jQuery.trim. Close gh-897." | Dave Methvin | 2012-08-20 | 1 | -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 Walser | 2012-08-19 | 1 | -1/+6 |
| | |||||
* | Fix #12026. Let props in $(html, props) be any jQuery.fn method. | Dave Methvin | 2012-07-05 | 1 | -4/+12 |
| | | | | Closes gh-839. | ||||
* | Make unit tests friendly to Closure Compiler. Closes gh-845. | Chad Killingsworth | 2012-07-05 | 1 | -102/+102 |
| | | | | | | Conflicts: test/unit/effects.js test/unit/offset.js | ||||
* | Move jQuery.sub to deprecated.js, because it is. | Dave Methvin | 2012-06-29 | 1 | -0/+4 |
| | |||||
* | Adds src/deprecated.js, test/unit/deprecated.js; -deprecated flag; Moves ↵ | Rick Waldron | 2012-06-25 | 1 | -22/+0 |
| | | | | jQuery.browser and removes use in test/unit/ajax.js. Fixes #11965 | ||||
* | Add parseHTML for explicitly parsing strings into html. Fixes #11617. | timmywil | 2012-06-21 | 1 | -0/+29 |
| |