Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | enforce double quotes via JSHint. Closes gh-975 | Mike Sherov | 2012-10-16 | 1 | -23/+23 | |
| | | ||||||
* | | Enforce expects in manipulation.js ↵ | James Huston | 2012-10-15 | 1 | -0/+2 | |
| | | | | | | | | (https://github.com/jquery/2012-dev-summit/issues/53) Closes gh-963 | |||||
* | | Fix #12347 and #12384. Use a fresh div in jQuery.clean each time. | Dave Methvin | 2012-08-28 | 1 | -0/+14 | |
| | | | | | | | | Regression was introduced in 22ad8723ce07569a9b039c7901f29e86ad14523c most likely because the clown who fixed http://bugs.jquery.com/ticket/4011 didn't add a unit test. | |||||
* | | Revert "Fix #12120. Always stack .before/.after, and fix disconnected nodes." | Dave Methvin | 2012-08-24 | 1 | -6/+5 | |
| | | | | | | | | | | | | This reverts commit e2eac3f4d2e7f47b67635704df8e3b6675a91ed6. There is a 1.7 regression with isDisconnected() that we should fix before tackling this. | |||||
* | | Fix #12120. Always stack .before/.after, and fix disconnected nodes. | Dave Methvin | 2012-08-23 | 1 | -5/+6 | |
| | | ||||||
* | | Fix #12266. IE9/10 says document[0] is document.frames[0]? Close gh-903. | Elijah Manor | 2012-08-22 | 1 | -0/+6 | |
| | | ||||||
* | | Improve oldIE unit tests for fuzzy object clone. Close gh-880. | Elijah Manor | 2012-08-19 | 1 | -2/+28 | |
|/ | | | | Related to the patch in gh-870. | |||||
* | Fix #12127, fer real. IE9/10 check state on clone. Close gh-875. | Daniel Chatfield | 2012-07-25 | 1 | -0/+12 | |
| | ||||||
* | Revert "Fix #12127. IE9/10 checks fall off the box on clone. Close gh-873." | Dave Methvin | 2012-07-25 | 1 | -11/+0 | |
| | | | | | | This reverts commit 569d064fc93459695cb6eb6fd09e5ba3fda62f03. Causing test fails in Safari, IE6, and IE7. | |||||
* | Fix #12127. IE9/10 checks fall off the box on clone. Close gh-873. | Daniel Chatfield | 2012-07-25 | 1 | -0/+11 | |
| | ||||||
* | Remove a few stray spaces in unit tests. | Dave Methvin | 2012-07-10 | 1 | -1/+1 | |
| | ||||||
* | Fix #10517. before() and after() on disconnected node should return multiple ↵ | Uri Gilad | 2012-07-10 | 1 | -0/+7 | |
| | | | | nodes. Closes gh-851. | |||||
* | Fix #11962. Standardize getter return values for empty sets. | Uri Gilad | 2012-07-09 | 1 | -0/+5 | |
| | ||||||
* | Make unit tests friendly to Closure Compiler. Closes gh-845. | Chad Killingsworth | 2012-07-05 | 1 | -25/+25 | |
| | | | | | | Conflicts: test/unit/effects.js test/unit/offset.js | |||||
* | UPDATE SIZZLE: completed rewrite for better things! | timmywil | 2012-07-02 | 1 | -0/+2 | |
| | | | | Remove reverse in traversing for comma selectors. Sizzle's handling of commas is now more consistent. | |||||
* | Unit tests are linted and passing. | Rick Waldron | 2012-06-21 | 1 | -55/+67 | |
| | ||||||
* | Fix #11231, (append|prepend|before|after) w/ array of jQuery objects. | Sindre Sorhus | 2012-06-15 | 1 | -4/+25 | |
| | | | | Closes gh-666, thanks to @rkatic! | |||||
* | Fix #11566, allow appending to DocumentFragment, closes gh-814. | Vladimir Zhuravlev | 2012-06-15 | 1 | -35/+69 | |
| | ||||||
* | Tweak test for #11743 in an attempt to placate Jenkins. | Dave Methvin | 2012-06-11 | 1 | -1/+1 | |
| | | | | I can't get the current test to fail locally or in Browserstack, but suspect it may have something to do with badjson.js. | |||||
* | Some work to modularize ajax later on. | jaubourg | 2012-06-11 | 1 | -6/+8 | |
| | ||||||
* | Fix #11857. Modularize css.js, add dependency management. Closes gh-816. | Mike Sherov | 2012-06-10 | 1 | -10/+12 | |
| | | | | See the pull request for more info on the dependency management details. | |||||
* | Fix #11743: Don't mask script errors in jQuery.ajax, closes gh-795. | Richard Gibson | 2012-05-31 | 1 | -0/+14 | |
| | ||||||
* | Add quick-start documentation for testing with QUnit and using jQuery's ↵ | timmywil | 2012-05-29 | 1 | -0/+12 | |
| | | | | helper methods. | |||||
* | Fix #8894. Ensure `.appendTo` creates a new set in oldIE. | Oleg | 2012-04-16 | 1 | -1/+9 | |
| | ||||||
* | Remove Ajax requirement for simple XML tests | Yehuda Katz | 2012-04-15 | 1 | -13/+8 | |
| | | | | | | | | | | | | Previously, all jQuery tests that wanted an XML document would make an Ajax request to go through jQuery's XML parsing logic in jQuery.ajax. Now, use jQuery.parseXML instead. This removes the need for the Ajax server for these tests, improves their performance, and decouples simple core tests from Ajax. (with scottgonzalez) | |||||
* | Amends #10324. Remove object markup fixture; create programmatically | Rick Waldron | 2012-04-11 | 1 | -2/+2 | |
| | ||||||
* | Fix #10324. IE9 fumbles the innerHTML on object elements. | Rick Waldron | 2012-04-10 | 1 | -1/+10 | |
|\ | ||||||
| * | Failing test (http://gyazo.com/0a7285e1d10039bc8ec8bc340fac15a9.png) | Rick Waldron waldron.rick@gmail.com | 2012-03-23 | 1 | -1/+10 | |
| | | | | | | | | Signed-off-by: Rick Waldron waldron.rick@gmail.com <waldron.rick@gmail.com> | |||||
* | | Fixes #11338, .replaceWith should work on detached nodes. | Oleg | 2012-04-05 | 1 | -2/+5 | |
| | | ||||||
* | | Fix 11528. Exclude link/html5 tags from innerHTML path on oldIE. | cmcnulty | 2012-04-05 | 1 | -0/+13 | |
| | | ||||||
* | | Update Sizzle and add test for sizzle getText fix. Removes usage of ↵ | timmywil | 2012-03-30 | 1 | -1/+5 | |
|/ | | | | innerText. Fixes #11153. | |||||
* | Guard against exceptions when clearing safeChildNodes. | Rick Waldron waldron.rick@gmail.com | 2012-03-06 | 1 | -0/+12 | |
| | | | | Supplements #11356 and fixes unit test failures in FF 3.6. | |||||
* | Fix #11217. WebKit clone() loses check if name follows checked attribute. | Sindre Sorhus | 2012-03-02 | 1 | -1/+7 | |
| | | | | Please folks, hold your questions. We don't explain em, we just fix em. | |||||
* | Fix #11323. Consistently use rscriptType in jQuery.clean() | Rick Waldron waldron.rick@gmail.com | 2012-03-02 | 1 | -3/+3 | |
| | ||||||
* | Fix #11359: preserve contents for cloned scripts | Richard Gibson | 2012-02-23 | 1 | -0/+9 | |
| | ||||||
* | Fix whitespace mismatch introduced in bf7a4df22a | Rick Waldron waldron.rick@gmail.com | 2012-02-10 | 1 | -5/+5 | |
| | ||||||
* | Fix #11291. Always clone XML docs with a genuine .cloneNode(). | Arne de Bree | 2012-02-09 | 1 | -0/+10 | |
| | ||||||
* | Adds test to support Sizzle getText patch for document fragments. Fixes #10864. | Rick Waldron | 2012-01-20 | 1 | -3/+9 | |
| | ||||||
* | Fix #5571. Setters should treat `undefined` as a no-op and be chainable. | Richard Gibson | 2011-12-06 | 1 | -0/+10 | |
| | ||||||
* | Use .wrapAll to wrap both text nodes in #10812 so IE9 likey. | Dave Methvin | 2011-11-17 | 1 | -1/+1 | |
| | ||||||
* | Fix #10812, let .before() and .after() work on empty collections. | Dave Methvin | 2011-11-17 | 1 | -0/+8 | |
| | ||||||
* | Update Sizzle. Adds document to acceptable nodeTypes for .text(). Fixes #10724. | timmywil | 2011-11-08 | 1 | -1/+2 | |
| | ||||||
* | Refactor clone a bit to only create one clone on any given codepath | timmywil | 2011-11-08 | 1 | -2/+2 | |
| | ||||||
* | Remove test of the invalid object for IE9's sake; Rewrite the appropriate ↵ | timmywil | 2011-11-08 | 1 | -3/+51 | |
|\ | | | | | | | support test for html5 clone caching. Fixes #10682 | |||||
| * | Fixes jQuery.fragments cache and adds tests. Fixes #10682 | Rick Waldron | 2011-11-05 | 1 | -0/+48 | |
| | | ||||||
* | | Fix busted rnoshimcache. Correctly clone detached unknown elems. Fixes ↵ | Rick Waldron | 2011-11-07 | 1 | -0/+84 | |
| | | | | | | | | | | | | | | | | #10667, #10670. - \s => |, Removes 4 bytes from gzipped build - Adds tests for clone attributes, children and events | |||||
* | | Fix #10177. Pass correct index to function-parameter of `.wrap` | Toby Brain | 2011-11-06 | 1 | -1/+28 | |
| | | ||||||
* | | Fix #10691. Remove all instances of equals() and same(), as these are ↵ | Mike Sherov | 2011-11-06 | 1 | -207/+207 | |
|/ | | | | deprecated in QUnit. | |||||
* | Landing pull request 550. IE6,7,8 cannot use cached fragments from unknown ↵ | timmywil | 2011-10-23 | 1 | -2/+12 | |
| | | | | | | | | elems. Fixes #10501. More Details: - https://github.com/jquery/jquery/pull/550 - http://bugs.jquery.com/ticket/10501 | |||||
* | Do not call getElements on a script tag. Avoids unnecessary execution. Fixes ↵ | timmywil | 2011-10-12 | 1 | -2/+8 | |
| | | | | #10176. |