Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix #14340. Remove remnants of oldIE from unit tests. Close gh-1425. | Michał Gołębiowski | 2013-11-11 | 1 | -2/+0 | |
| | ||||||
* | No ticket. Restore some parsing tests in core. | Michał Gołębiowski | 2013-11-10 | 1 | -5/+8 | |
| | ||||||
* | Fix #14074: element id="nodeName". Close gh-1389. | Richard Gibson | 2013-11-07 | 1 | -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 Sakhadeo | 2013-09-12 | 1 | -0/+20 | |
| | ||||||
* | No ticket. Update support comments to reflect current state of affairs. | Michał Gołębiowski | 2013-09-07 | 1 | -1/+0 | |
| | ||||||
* | No ticket: Hide the testing-support jQuery from tests | Richard Gibson | 2013-09-03 | 1 | -3/+4 | |
| | ||||||
* | Ref #14313: Further code and test improvements | Richard Gibson | 2013-09-03 | 1 | -12/+52 | |
| | ||||||
* | AMD-ify jQuery sourcegit s! Woo! Fixes #14113, #14163. | Timmy Willison | 2013-08-15 | 1 | -12/+12 | |
| | ||||||
* | Fixes #13976: Garbage input should not cause error in buildFragment. Close ↵ | ruado1987 | 2013-07-01 | 1 | -1/+2 | |
| | | | | gh-1284 | |||||
* | Fix #13223. Re-allow leading space in HTML. Close gh-1264. | Dave Methvin | 2013-05-09 | 1 | -1/+7 | |
| | | | | (cherry picked from commit 00eafdf028f7730665ce1c05ab44e3f0bc80fbc2) | |||||
* | 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. | |||||
* | Move size() test to deprecated.js and avoid in other tests. Close gh-1237. | Michał Gołębiowski | 2013-04-08 | 1 | -6/+1 | |
| | ||||||
* | Fix #13655. Add test for jQuery.ready.promise fallback load. Close gh-1209. | Michał Gołębiowski | 2013-04-04 | 1 | -0/+5 | |
| | ||||||
* | Fixes #13714. jQuery.globalEval gotcha w/ strings that contain valid, ↵ | Rick Waldron | 2013-04-03 | 1 | -0/+8 | |
| | | | | | | prologue position strict mode pragma Signed-off-by: Rick Waldron <waldron.rick@gmail.com> | |||||
* | Revert 8d1c42296fefc4e79189b6c2d78a8a78fdd9576d | Rick Waldron | 2013-03-06 | 1 | -41/+2 | |
| | ||||||
* | Fixes #13571. jQuery.isPlainObject 1.9.x compatibility | Rick Waldron | 2013-03-06 | 1 | -2/+41 | |
| | | | | Signed-off-by: Rick Waldron <waldron.rick@gmail.com> | |||||
* | 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 | |
| | ||||||
* | Adds test for jQuery.extend deep copy with array, followed by object. ↵ | Rick Waldron | 2013-02-03 | 1 | -0/+21 | |
| | | | | Refutes and Closes #1154 | |||||
* | 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 | |
| | | | | (cherry picked from commit ac93559eb9f18fcaec95dfdc97358b1b85bfe234) | |||||
* | Change test description | Oleg | 2013-01-08 | 1 | -1/+2 | |
| | ||||||
* | Bring back jQuery.buildFragment and remove jQuery.clean | Oleg | 2013-01-08 | 1 | -1/+9 | |
| | ||||||
* | 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 | |
| |