Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update dimensions unit tests from changes in #11604 | Mike Sherov | 2012-04-27 | 1 | -8/+8 |
| | |||||
* | Trims down deferred.js. The gist of it is from the magnificent @gibson042, I ↵ | jaubourg | 2012-04-25 | 1 | -89/+86 |
| | | | | just added some minor touches. | ||||
* | Callbacks.add now accepts array-like objects (like Arguments). Now uses the ↵ | jaubourg | 2012-04-25 | 1 | -6/+6 |
| | | | | slice method of the args array in fireWith rather than a quite slow jQuery.merge. | ||||
* | Add resource by @mikesherov to gruntfile | Rick Waldron waldron.rick@gmail.com | 2012-04-25 | 1 | -0/+3 |
| | |||||
* | Use real declaration since that helps gzip: thanks @gibson042. | jaubourg | 2012-04-25 | 1 | -3/+5 |
| | |||||
* | Regression: makes sure that all instances of a callback are removed. Unit ↵ | jaubourg | 2012-04-25 | 2 | -2/+17 |
| | | | | test added. | ||||
* | How about we save 62 bytes? Also ensure that the arguments array given to ↵ | jaubourg | 2012-04-25 | 2 | -83/+61 |
| | | | | fireWith is copied internally. | ||||
* | Since we can pass an object to jQuery.Callbacks now, let's name it options ↵ | jaubourg | 2012-04-25 | 1 | -21/+23 |
| | | | | to be consistent with the rest of the code. | ||||
* | Adds a unit test to control options are being copied by jQuery.Callbacks ↵ | jaubourg | 2012-04-25 | 1 | -0/+18 |
| | | | | internally. | ||||
* | Uses a copy of the flags when they are given as an object rather than the ↵ | jaubourg | 2012-04-25 | 1 | -1/+1 |
| | | | | object itself. That way, we're sure flags are immutable for the entire lifetime of the Callbacks instance. | ||||
* | Fix #10067. Create jQuery.quickReady; closes gh-736. | Mike Sherov | 2012-04-23 | 12 | -48/+149 |
| | | | | Allows us to get to the ready state sooner by not waiting for iframes to load. If that causes backcompat pain, use `jQuery.quickReady = false` as prescribed by your developer. | ||||
* | Effects: 1.8 Animation Rewrite - thanks @mikesherov and @gibson042 | Corey Frang | 2012-04-23 | 4 | -546/+618 |
| | |||||
* | Prevents tests for replaceInData to take place if replaceInUrl is already true. | jaubourg | 2012-04-23 | 1 | -1/+1 |
| | |||||
* | Merge branch '1.8-jsonp-optimize' of git://github.com/gibson042/jquery into ↵ | jaubourg | 2012-04-22 | 1 | -51/+54 |
|\ | | | | | | | pr749 | ||||
| * | remove redundant condition | Richard Gibson | 2012-04-22 | 1 | -2/+1 |
| | | |||||
| * | style adherence | Richard Gibson | 2012-04-22 | 1 | -1/+1 |
| | | |||||
| * | refactor jsonp.js for size and clarity | Richard Gibson | 2012-04-22 | 1 | -51/+55 |
| | | |||||
* | | Fixes a minor spacing issue. | jaubourg | 2012-04-22 | 1 | -1/+1 |
|/ | |||||
* | define curCSS without temp vars to save 10 bytes | Mike Sherov | 2012-04-20 | 1 | -10/+4 |
| | |||||
* | Enforce 20s timeout for all unit tests. | Timo Tijhof | 2012-04-20 | 1 | -4/+20 |
| | |||||
* | Fixes #8205. Mitigates memory usage by recycling jsonp callback names the ↵ | jaubourg | 2012-04-20 | 2 | -4/+55 |
| | | | | safest possible way (no kittens were harmed in the making of this). Doesn't even try to delete window properties (would necessitate a try/catch for IE which makes the cost in size prohibitive). Unit tests added. | ||||
* | Remove unnec. else condition | Mike Sherov | 2012-04-19 | 1 | -1/+1 |
| | |||||
* | Update grunt version to >=0.3.9 | Rick Waldron waldron.rick@gmail.com | 2012-04-18 | 1 | -1/+2 |
| | |||||
* | Initial grunt implementation | Rick Waldron waldron.rick@gmail.com | 2012-04-18 | 3 | -1/+193 |
| | |||||
* | Remove $("body") case; $(document.body) is 2x faster. | Dave Methvin | 2012-04-18 | 2 | -9/+0 |
| | |||||
* | Fix #8894. Ensure `.appendTo` creates a new set in oldIE. | Oleg | 2012-04-16 | 3 | -17/+23 |
| | |||||
* | Make test async to please Opera 11.1; supplements #11500 | Rick Waldron | 2012-04-16 | 1 | -1/+2 |
| | |||||
* | Merge pull request #738 from rwldrn/fix-mangled-indents | Rick Waldron | 2012-04-16 | 1 | -16/+16 |
|\ | | | | | Fix mangled indents | ||||
| * | More indent correction | Rick Waldron waldron.rick@gmail.com | 2012-04-15 | 1 | -10/+10 |
| | | | | | | | | Signed-off-by: Rick Waldron waldron.rick@gmail.com <waldron.rick@gmail.com> | ||||
| * | Fixes mangled indents. | Rick Waldron waldron.rick@gmail.com | 2012-04-15 | 1 | -6/+6 |
|/ | | | | Signed-off-by: Rick Waldron waldron.rick@gmail.com <waldron.rick@gmail.com> | ||||
* | Update sizzle rev | Yehuda Katz | 2012-04-15 | 1 | -0/+0 |
| | |||||
* | Fix some stragglers | Yehuda Katz | 2012-04-15 | 2 | -16/+10 |
| | |||||
* | Remove Ajax requirement for simple XML tests | Yehuda Katz | 2012-04-15 | 4 | -47/+78 |
| | | | | | | | | | | | | 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 | 2 | -3/+2 |
| | |||||
* | Followup on #10324. Eliminate duplicate name attribute. | Dave Methvin | 2012-04-10 | 1 | -1/+1 |
| | |||||
* | Fix #11500. Allow triggered, simulated change events. | Rick Waldron | 2012-04-10 | 2 | -2/+12 |
| | |||||
* | Fix #10324. IE9 fumbles the innerHTML on object elements. | Rick Waldron | 2012-04-10 | 3 | -1/+19 |
|\ | |||||
| * | Ensure innerHTML of src/dest clone nodes is correctly set. Fixes #10324 | Rick Waldron waldron.rick@gmail.com | 2012-03-23 | 2 | -0/+8 |
| | | | | | | | | Signed-off-by: Rick Waldron waldron.rick@gmail.com <waldron.rick@gmail.com> | ||||
| * | 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> | ||||
* | | Fix 11547. XML and IE DOM can't be force-lowercase in removeAttr(). | Arne de Bree | 2012-04-10 | 2 | -1/+19 |
| | | | | | | | | See discussion on pull request: https://github.com/jquery/jquery/pull/724 | ||||
* | | Fix 11004. getWH() box-sizing:border-box includes padding and border. | Mike Sherov | 2012-04-10 | 4 | -32/+57 |
| | | |||||
* | | Fix #10413, #10679. Fix box-sizing:border-box and add css vendor prefix support. | Mike Sherov | 2012-04-06 | 3 | -41/+129 |
| | | |||||
* | | Fix #10996, simplify offset code by forsaking ancient browsers. | Mike Sherov | 2012-04-05 | 4 | -111/+14 |
| | | |||||
* | | Speed up .css() by eliminating the middleman. | Mike Sherov | 2012-04-05 | 1 | -1/+1 |
| | | |||||
* | | Fix #11543: .has should work on detached elements. | Richard Gibson | 2012-04-05 | 2 | -4/+13 |
| | | |||||
* | | Fixes #11338, .replaceWith should work on detached nodes. | Oleg | 2012-04-05 | 2 | -9/+12 |
| | | |||||
* | | Fix 11528. Exclude link/html5 tags from innerHTML path on oldIE. | cmcnulty | 2012-04-05 | 2 | -5/+20 |
| | | |||||
* | | Fix #8653, .param() undefined/null values become empty strings | tsinha | 2012-04-05 | 2 | -7/+10 |
| | | |||||
* | | Followup to #11469; add test case and clarify code. | Sindre Sorhus | 2012-04-04 | 2 | -2/+12 |
| | | |||||
* | | Remove moot second argument from `slice.call()` | Sindre Sorhus | 2012-04-04 | 3 | -5/+5 |
| | | | | | | | | The zeroes were added to fix http://bugs.jquery.com/ticket/4942 but those browsers are no longer supported. |