Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | No ticket. Simplify the post-uglify task. (cherry-picked from ↵ | Michał Gołębiowski | 2013-10-02 | 2 | -14/+7 |
| | | | | 923bfc80dbba00659a2fbadafad6d894973cc560) | ||||
* | Add setup function for the event module | Oleg | 2013-09-30 | 1 | -3/+6 |
| | | | | (cherry picked from the commit 2c0b9027de841a437baf7b9c85262f196b9cb09e) | ||||
* | Focus on the body before running focus test | Oleg | 2013-09-30 | 1 | -10/+4 |
| | |||||
* | Try to fix focus test again | Oleg | 2013-09-30 | 1 | -20/+25 |
| | |||||
* | No ticket: Compress core and data modules | Richard Gibson | 2013-09-28 | 2 | -42/+42 |
| | |||||
* | No ticket. Get rid of comma expression in curCSS. | Michał Gołębiowski | 2013-09-24 | 1 | -1/+1 |
| | |||||
* | Run focus test only if document has focus | Oleg | 2013-09-23 | 1 | -21/+21 |
| | |||||
* | No ticket: Fix IE focus test failures | Richard Gibson | 2013-09-23 | 1 | -2/+5 |
| | |||||
* | No ticket: Fix XHTML regression. Close gh-1376. | Anthony Ryan | 2013-09-23 | 1 | -1/+1 |
| | |||||
* | core: Fix cut off comment in jQuery.map from c72371f714. Close gh-1379. | Timo Tijhof | 2013-09-23 | 1 | -1/+1 |
| | | | | (cherry picked from commit 2aa2957d213c2801d9999a8902d041026fbb059a) | ||||
* | Updating the source version to 1.11.0-pre | Dave Methvin | 2013-09-19 | 1 | -1/+1 |
| | |||||
* | Tagging the 1.11.0-beta1 release.1.11.0-beta1 | Dave Methvin | 2013-09-19 | 1 | -1/+1 |
| | |||||
* | Fix #14290. Don't throw if text node is appended to table. Close gh-1371. | Dave Methvin | 2013-09-19 | 1 | -1/+1 |
| | | | | (cherry picked from commit ec3ac9a247ec3132dea3c30ca36cefc217e25441) | ||||
* | Fix #14282. Don't fondle getPreventDefault if preventDefault exists. Close ↵ | Dave Methvin | 2013-09-19 | 1 | -2/+8 |
| | | | | | | | | | gh-1365. (cherry picked from commit 4671ef15c2d62962048fd4863911146fcc085f26) Conflicts: src/event.js | ||||
* | Update release script for sourcmap syntax change | Dave Methvin | 2013-09-19 | 1 | -4/+4 |
| | | | | (cherry picked from commit d79c036ad6cbf0da3593da98410f17bb6b272639) | ||||
* | Correct test assertion of #10227 ticket for IE8 | Oleg | 2013-09-17 | 1 | -7/+6 |
| | |||||
* | No ticket: Improve line-height animation test stability | Richard Gibson | 2013-09-17 | 1 | -23/+31 |
| | |||||
* | Fix memory leaks in tests for css module | Oleg | 2013-09-17 | 1 | -1/+8 |
| | |||||
* | Fix #12723 and simplification and optmization of defaultDisplay helper | Oleg | 2013-09-17 | 2 | -19/+34 |
| | | | | (cherry picked from commit a25343001eea2436dcf8ea60deea3844f77e42e4) | ||||
* | Simplify replaceWith method. Closes gh-1276 | Oleg | 2013-09-17 | 2 | -28/+19 |
| | | | | (cherry picked from commit 642e9a45579cfa90861b8ea71a95dd077775caaf) | ||||
* | Use charAt instead of string indexing for oldIE's sake. Fixes #14356. | Timmy Willison | 2013-09-12 | 2 | -2/+3 |
| | |||||
* | Adjust prefilter test to error on string indexing in oldIE | Timmy Willison | 2013-09-12 | 1 | -1/+2 |
| | |||||
* | Ref #14313: NaN detection. Close gh-1352. | Richard Gibson | 2013-09-12 | 2 | -4/+7 |
| | |||||
* | Fix #14351: Update Sizzle | Richard Gibson | 2013-09-12 | 1 | -1/+1 |
| | | | | (cherry picked from commit 1d57ffe5fff06928aac53813342d33ec6bddd531) | ||||
* | Travis: Also install bower | Jörn Zaefferer | 2013-09-12 | 1 | -1/+1 |
| | |||||
* | Add Travis CI config for PR testing | Jörn Zaefferer | 2013-09-12 | 2 | -1/+7 |
| | |||||
* | Add unit tests for jQuery.grep. Close gh-1345. | Amey Sakhadeo | 2013-09-12 | 1 | -0/+20 |
| | |||||
* | Fix failing support test in IE6/7 | Timmy Willison | 2013-09-11 | 1 | -1/+1 |
| | |||||
* | Fix more support tests (support.input should only be false in IE8 and ↵ | Timmy Willison | 2013-09-11 | 3 | -16/+12 |
| | | | | checkClone as it is now used is fine in IE) | ||||
* | Set the input type for firefox. Fix a support test. | Timmy Willison | 2013-09-11 | 3 | -7/+7 |
| | |||||
* | Correct the checkClone support test for Safari 5.1 and mobile webkits | Timmy Willison | 2013-09-11 | 1 | -16/+13 |
| | | | | | Conflicts: src/manipulation/support.js | ||||
* | Fix support test for checkClone. Fixes Safari 5.1 manip failures. | Timmy Willison | 2013-09-11 | 2 | -1/+4 |
| | | | | | Conflicts: src/manipulation.js | ||||
* | Fix context | Timmy Willison | 2013-09-11 | 1 | -1/+1 |
| | |||||
* | The cssHook from addGetHookIf wasn't actually getting added | Timmy Willison | 2013-09-11 | 3 | -7/+6 |
| | | | | | Conflicts: src/css.js | ||||
* | Restore support for Firefox < 23, Chrome < 28 and Safari 5.1. | Michał Gołębiowski | 2013-09-11 | 1 | -3/+41 |
| | |||||
* | Modules can assume the presence of their parents | Timmy Willison | 2013-09-10 | 1 | -1/+0 |
| | | | | | Conflicts: src/css/curCSS.js | ||||
* | Remove unnecessary file from master cherry-pick | Timmy Willison | 2013-09-10 | 1 | -5/+0 |
| | |||||
* | Remove offset dependency from css. Move curCSS and getStyles to their own ↵ | Timmy Willison | 2013-09-10 | 7 | -132/+166 |
| | | | | module. | ||||
* | No ticket. Abstract conditional hook definition. | Michał Gołębiowski | 2013-09-11 | 2 | -54/+51 |
| | |||||
* | Map Sizzle to a path with config to allow users to put Sizzle wherever they want | Timmy Willison | 2013-09-10 | 3 | -3/+11 |
| | |||||
* | Ensure display: inline-block when animating width/height on inline elements. ↵ | Timmy Willison | 2013-09-10 | 2 | -6/+15 |
| | | | | Fixes #14344. | ||||
* | Unignore license in bower. Ignore other unnecessary files. | Timmy Willison | 2013-09-09 | 1 | -2/+4 |
| | |||||
* | Match ordering in ajax with master. -3 bytes. | Timmy Willison | 2013-09-09 | 1 | -155/+155 |
| | |||||
* | Separate jQuery.fn.init into its own module (for lighter core dependencies ↵ | Timmy Willison | 2013-09-09 | 19 | -287/+319 |
| | | | | | | | | | | across all modules). Restore proper support property for effects. Conflicts: src/attributes/classes.js src/core.js src/manipulation.js src/traversing.js | ||||
* | Don't keep semicolons if the require call is not a var declaration | Timmy Willison | 2013-09-09 | 1 | -3/+3 |
| | |||||
* | Apply consistent ordering in all modules. -219 bytes. Order modules like ↵ | Timmy Willison | 2013-09-09 | 7 | -699/+700 |
| | | | | functions > jQuery.extend > jQuery.fn.extend. | ||||
* | All non-var modules should not indent in their AMD wrappers (just for ↵ | Timmy Willison | 2013-09-09 | 8 | -165/+177 |
| | | | | prettier builds). No functionality changes. | ||||
* | Break jQuery.access out into its own module to separate it from core; Adjust ↵ | Timmy Willison | 2013-09-09 | 14 | -123/+157 |
| | | | | | | | | | | | | | CommonJS+AMD build support to include non-var dependencies. Convert modules with more than a few dependencies to use CJS+AMD syntax. Conflicts: src/core.js src/css.js src/data.js src/effects.js src/event.js src/manipulation.js src/traversing.js | ||||
* | Update r.js (running latest master until new r.js is published to NPM) | Timmy Willison | 2013-09-09 | 1 | -26/+75 |
| | |||||
* | Reorder css.js logically | Timmy Willison | 2013-09-09 | 1 | -219/+219 |
| | | | | | Conflicts: src/css.js |