Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Use window.QUnit to detect the top window when loading with AMD | Timmy Willison | 2013-08-27 | 1 | -1/+3 |
| | |||||
* | Update Sizzle: minor change to a test (oldIE must set defaultChecked on ↵ | Timmy Willison | 2013-08-27 | 1 | -1/+1 |
| | | | | creation) | ||||
* | Make the attr handles a little more readable (+4 bytes) | Timmy Willison | 2013-08-26 | 1 | -25/+25 |
| | |||||
* | Fix most of the broken tests in oldIE. Build order issue. | Timmy Willison | 2013-08-26 | 2 | -2/+3 |
| | | | | - attr requires val for attaching to the nodeHook as a valHook for buttons | ||||
* | No ticket: improve line-height animation test robustness | Richard Gibson | 2013-08-26 | 1 | -11/+26 |
| | |||||
* | No ticket. Correct a support comment for the `order` test. (cherry-picked ↵ | Michał Gołębiowski | 2013-08-20 | 1 | -1/+1 |
| | | | | from 2ac1cd91db5c20cbe8ba0db44f7640cd150060ee) | ||||
* | Correct QUnit check, this might fix swarm failures | Oleg | 2013-08-19 | 1 | -1/+1 |
| | | | | | Conflicts: test/jquery.js | ||||
* | Fix tests for testswarm | Timmy Willison | 2013-08-19 | 1 | -4/+3 |
| | |||||
* | No ticket. Correct a support comment. (cherry-picked from ↵ | Michał Gołębiowski | 2013-08-19 | 1 | -2/+2 |
| | | | | f92a446ee8d6e98c43b87f185e73240fabec5ae4) | ||||
* | Remove redundant prefixes from the CSS order test. (cherry-picked from ↵ | Michał Gołębiowski | 2013-08-19 | 1 | -11/+1 |
| | | | | e3584179fe919c59033e54f019a1511691d2c85b) | ||||
* | No ticket: add assertions for jQuery.when( array ). Close gh-1312. ↵ | Daniel Herman | 2013-08-19 | 1 | -2/+4 |
| | | | | (cherry-picked from 584a4af9c8633b35fe49152c81977de03f885826) | ||||
* | Fix #14150: revert to ownerDocument.defaultView.getComputedStyle. Close ↵ | Chris Price | 2013-08-19 | 1 | -1/+1 |
| | | | | gh-1311. (cherry-picked from 3e3680c2cdc524ee9194ef27fdce318cf301144c) | ||||
* | Fix #14164: assign className in addClass/removeClass only if changed. Close ↵ | Jeremy Dunck | 2013-08-19 | 1 | -4/+13 |
| | | | | gh-1331. (cherry-picked from c418b94eb48188cd9329519ae5e030a52dd81cc9) | ||||
* | Don't execute DOM ready tests in AMD mode (they aren't loaded before DOM ↵ | Oleg Gaidarenko | 2013-08-16 | 2 | -1/+8 |
| | | | | ready). Close gh-1335. | ||||
* | Minor build change: remove trailing tabs | Timmy Willison | 2013-08-16 | 1 | -2/+1 |
| | |||||
* | When converting the source to AMD, don't forget to AMD | Timmy Willison | 2013-08-16 | 3 | -4/+14 |
| | |||||
* | Custom builds: Fix source folder location now that build.js is in the tasks ↵ | Timmy Willison | 2013-08-16 | 1 | -1/+1 |
| | | | | folder | ||||
* | Custom builds: Remove _evalUrl when excluding ajax | Timmy Willison | 2013-08-16 | 1 | -0/+1 |
| | |||||
* | Move jQuery specific tasks to independent files. Close gh-1334. | Oleg Gaidarenko | 2013-08-16 | 5 | -196/+213 |
| | | | | | | | | | | | Also: * Confirm build task to the style guide * Use grunt API to load jQuery specific tasks * Add "use strict"; statements Conflicts: Gruntfile.js build/tasks/build.js | ||||
* | Fixed pulling in Sizzle subproject when testing with min/dev. | Oleg Gaidarenko | 2013-08-16 | 1 | -0/+6 |
| | |||||
* | Specify support as a dependency wherever it is used. Optimize module order ↵ | Timmy Willison | 2013-08-15 | 10 | -12/+21 |
| | | | | | | | | | | to save 15 bytes. Conflicts: src/css.js src/manipulation.js src/offset.js src/support.js | ||||
* | Fix build for jenkins | Timmy Willison | 2013-08-15 | 1 | -1/+1 |
| | |||||
* | AMD-ify jQuery sourcegit s! Woo! Fixes #14113, #14163. | Timmy Willison | 2013-08-15 | 73 | -1659/+27840 |
| | | | | | | | | | | | | | | | | | | | | Conflicts: Gruntfile.js README.md src/ajax.js src/ajax/xhr.js src/attributes.js src/core.js src/css.js src/data.js src/effects.js src/event.js src/manipulation.js src/offset.js src/selector-native.js src/traversing.js test/unit/core.js test/unit/data.js | ||||
* | correct a typo in README | Michał Gołębiowski | 2013-08-12 | 1 | -1/+1 |
| | |||||
* | Correct typos in the test assertion | Oleg | 2013-08-10 | 1 | -1/+1 |
| | |||||
* | Fix test of #13855 for Opera 12.1 and IE10 | Oleg | 2013-08-10 | 1 | -5/+5 |
| | |||||
* | Correct assertion for #14049 ticket. Close gh-1327 | Oleg | 2013-08-10 | 1 | -5/+28 |
| | |||||
* | Improve test stability for #13855 ticket. Close gh-1328. | Oleg | 2013-08-08 | 1 | -11/+8 |
| | |||||
* | Support tests | Oleg | 2013-08-08 | 1 | -238/+265 |
| | | | | | * Check all the properties in jQuery.support * Fix value of "pixelPosition" in new Chrome | ||||
* | Removed an unneeded variable | terrycojones | 2013-08-08 | 1 | -3/+2 |
| | | | | (cherry-picked from the commit 74dadd3eb65301e630a274fa8d65e9b81bfade54) | ||||
* | Update QUnit to 1.12.0 | Timmy Willison | 2013-07-24 | 1 | -2/+2 |
| | |||||
* | No need to remove if they ain't nuthin thar | Timmy Willison | 2013-07-24 | 1 | -1/+2 |
| | |||||
* | Fix paths for qunit files | Oleg | 2013-07-24 | 1 | -2/+2 |
| | | | | (cherry picked from commit c8c32f1d0583711355c593fb4c84332bfba18254) | ||||
* | Change Windows install explanation | Oleg | 2013-07-24 | 1 | -7/+1 |
| | | | | (cherry picked from commit 831a532c3ce9b014ed7c0f8fd910a0a2fc0aa5aa) | ||||
* | Remove the Xcode note in readme | Oleg | 2013-07-24 | 1 | -3/+1 |
| | | | | (cherry picked from commit 24571f4a730ea51127fe5f1f798c1283a2b8cc8a) | ||||
* | Install bower packages with npm install | Oleg | 2013-07-24 | 2 | -10/+9 |
| | | | | (cherry picked from commit 806b0230cd14916907807ced638aea066465e1d4) | ||||
* | Update Sizzle to 1.10.5. Fixes #14142. | Timmy Willison | 2013-07-19 | 1 | -1/+3 |
| |