Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | ||||
* | Add AMD+CommonJS capabilities to the build script (for modules with long ↵ | Timmy Willison | 2013-09-09 | 3 | -16/+22 |
| | | | | | | | unreadable dependency lists) Conflicts: src/core.js | ||||
* | Restore optIn behavior for builds | Timmy Willison | 2013-09-08 | 1 | -3/+10 |
| | | | | | Conflicts: build/tasks/build.js | ||||
* | Revert "Keep the build for bower" | Timmy Willison | 2013-09-08 | 1 | -0/+1 |
| | | | | This reverts commit c9858a4351c0c04aa1786b01ca1dfef84412dcf9. | ||||
* | Keep the build for bower | Timmy Willison | 2013-09-08 | 1 | -1/+0 |
| | |||||
* | Always return jQuery in modules that can be included separately | Timmy Willison | 2013-09-08 | 14 | -3/+23 |
| | | | | | | | Conflicts: src/attributes.js src/data.js src/manipulation.js | ||||
* | Move parsing methods to their own files (separates manipulation dependency ↵ | Timmy Willison | 2013-09-08 | 7 | -124/+146 |
| | | | | | | | from core) Conflicts: src/core.js | ||||
* | No ticket. Update AUTHORS.txt. | Michał Gołębiowski | 2013-09-07 | 1 | -0/+4 |
| | |||||
* | No ticket. Restore support for Safari 5.1 in test/unit/support.js for now. ↵ | Michał Gołębiowski | 2013-09-07 | 1 | -7/+13 |
| | | | | (cherry-picked from badcd1b6f301e6253405f17759c1270549a34e12) | ||||
* | Convert testrunner to an AMD module and ensure jQuery is on the page when ↵ | Timmy Willison | 2013-09-06 | 5 | -287/+303 |
| | | | | | | | | executing the testrunner (another race condition amplified by swarm) Conflicts: test/data/testinit.js test/data/testrunner.js | ||||
* | Move test loader to testinit.js. Fix race condition with dependency loading. | Timmy Willison | 2013-09-06 | 3 | -69/+68 |
| | |||||
* | Use requirejs to load the testswarm inject script | Timmy Willison | 2013-09-06 | 2 | -16/+15 |
| | |||||
* | No ticket. Restore checking individual src/**/*.js files by jsHint. | Michał Gołębiowski | 2013-09-06 | 23 | -32/+42 |
| | |||||
* | No ticket. Optimize top/left hooks: move the position check up, don't ↵ | Michał Gołębiowski | 2013-09-06 | 1 | -10/+8 |
| | | | | re-check it inside a hook. | ||||
* | Remove test element in css/support | Timmy Willison | 2013-09-06 | 1 | -0/+2 |
| | |||||
* | Fix #10814. Fix #14084. Make support tests lazy and broken out to components. | Michał Gołębiowski | 2013-09-06 | 35 | -590/+992 |
| | |||||
* | Fix #13983. Switch to //# for sourcemap directives. (cherry-picked from ↵ | Michał Gołębiowski | 2013-09-05 | 3 | -21/+3 |
| | | | | dfaee326e6605dc6d848c4c5022e39069d2cee65) | ||||
* | No ticket. Update packages, make the devDependencies list alphabetic. ↵ | Michał Gołębiowski | 2013-09-05 | 1 | -5/+5 |
| | | | | (cherry-picked from 3f3a6c5ff5e6f1565ff4ad672ad44f71ad765f29) | ||||
* | No ticket: Hide the testing-support jQuery from tests | Richard Gibson | 2013-09-03 | 7 | -36/+45 |
| | | | | | | | | (cherry picked from commit 0c185209233f4c15e57c6a24e8f81b27dd26db59) Conflicts: test/data/testrunner.js | ||||
* | Ref #14313: Optimize 1.x jQuery.merge for size. | Amey Sakhadeo | 2013-09-03 | 2 | -20/+62 |
| | | | | (cherry picked from commits c75c9a8ebb5d2483daa68bec799e0d770083a811 f66d53c85643e703a8e37d9ca9375dd386a60cda) | ||||
* | Fix #14318: Cherry-pick interrupted animation fix from master ↵ | Richard Gibson | 2013-08-30 | 2 | -8/+19 |
| | | | | ea5c22ec12e6a548b1ec2d7b0dcd9f71bea8d5dd | ||||
* | Pass all tests (and load Sizzle fixture correctly) when loading with AMD | Timmy Willison | 2013-08-29 | 8 | -152/+166 |
| | | | | | Conflicts: src/css.js | ||||
* | Fix for custom attr handles duck-punching the boolean attr handle | Timmy Willison | 2013-08-28 | 2 | -4/+20 |
| | |||||
* | Update Sizzle to 1.10.7 | Timmy Willison | 2013-08-27 | 1 | -1/+1 |
| | | | | | Conflicts: bower.json | ||||
* | Explicitly set bower folder location | Timmy Willison | 2013-08-27 | 1 | -0/+3 |
| |